Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
b151a2ff
Commit
b151a2ff
authored
Sep 26, 2010
by
tbrehm
Browse files
- Fixed a bug in bind restart code.
- Updated debian installation instructions.
parent
aa3ea245
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/INSTALL_DEBIAN_5.0_dovecot_bind.txt
View file @
b151a2ff
...
...
@@ -152,13 +152,13 @@ apt-get -y install vlogger webalizer
apt-get -y install build-essential autoconf automake1.9 libtool flex bison debhelper
cd /tmp
wget http://olivier.sessink.nl/jailkit/jailkit-2.1
1
.tar.gz
tar xvfz jailkit-2.1
1
.tar.gz
cd jailkit-2.1
1
wget http://olivier.sessink.nl/jailkit/jailkit-2.1
2
.tar.gz
tar xvfz jailkit-2.1
2
.tar.gz
cd jailkit-2.1
2
./debian/rules binary
cd ..
dpkg -i jailkit_2.1
1
-1_*.deb
rm -rf jailkit-2.1
1
*
dpkg -i jailkit_2.1
2
-1_*.deb
rm -rf jailkit-2.1
2
*
8) Install fail2ban (optional but recomended, because the monitor tries to show the log)
More info at: http://www.howtoforge.com/fail2ban_debian_etch
...
...
@@ -168,8 +168,8 @@ apt-get -y install fail2ban
9) Install ISPConfig 3
cd /tmp
wget http://www.ispconfig.org/downloads/ISPConfig-3.0.2.tar.gz
tar xvfz ISPConfig-3.0.2.tar.gz
wget http://www.ispconfig.org/downloads/ISPConfig-3.0.2.
2.
tar.gz
tar xvfz ISPConfig-3.0.2.
2.
tar.gz
cd ispconfig3_install/install/
# Now start the installation process by executing:
...
...
server/mods-available/dns_module.inc.php
View file @
b151a2ff
...
...
@@ -115,7 +115,7 @@ class dns_module {
function
restartBind
(
$action
=
'restart'
)
{
global
$app
;
global
$app
,
$conf
;
$daemon
=
''
;
if
(
is_file
(
$conf
[
'init_scripts'
]
.
'/'
.
'bind9'
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment