You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHROOTED_DEBIAN_5.0.txt
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -5,38 +5,38 @@
5
5
# dxr@brutalsec.net
6
6
# 01-09-2009
7
7
#
8
-
# We can create a script for configure chroot enviroment but,
8
+
# We can create a script for configure chroot environment but,
9
9
# YOU MUST UNDERSTAND HOW TO WORK IT for can solve possible
10
10
# problems in the future.
11
11
#
12
-
# Every service has its own chroot enviroment:
12
+
# Every service has its own chroot environment:
13
13
# BIND -> chroot
14
14
# Apache -> chroot
15
15
# Dovecot -> chroot
16
16
# Pureftpd -> Apache's chroot
17
17
#
18
18
# Only apache and php packages aren't installed in real system,
19
-
# only in chroot enviroment with symbolic links from real system.
19
+
# only in chroot environment with symbolic links from real system.
20
20
#
21
21
# PLEASE, CONFIGURE CHROOT ENVIROMENT IF SECURITY IS REALLY
22
22
# IMPORTANT FOR YOU AND YOU KNOWN HOW TO WORK IT!
23
23
#
24
24
25
25
exit 1
26
26
27
-
1. BACKUP before change something in the system
27
+
1. BACKUP before changing anything on the system
28
28
2. Create partitions
29
-
3. Remove possible apache or php installations on real system
30
-
4. Prepair Chroot enviroment
29
+
3. Remove possible Apache or PHP installations on real system
30
+
4. Prepare Chroot environment
31
31
5. Linking Webserver aplication from real system
32
32
6. mini_sendmail
33
33
7. Test services
34
34
8. Howto install ispconfig3
35
35
9. Migration
36
36
37
37
38
-
1. BACKUP before change something in the system
39
-
# If is not a new instalation, then
38
+
1. BACKUP before changing anything on the system
39
+
# If is not a new installation, then
40
40
41
41
BACKUP BACKUP BACKUP BACKUP BACKUP BACKUP
42
42
BACKUP BACKUP BACKUP BACKUP BACKUP BACKUP
@@ -62,12 +62,12 @@ mount /dev/lvm_foobar2/apachelogs_lv /var/www/html/var/log/apache2
62
62
mount /dev/lvm_foobar3/hosting_lv /var/www/html/var/www/html
63
63
64
64
65
-
3. Remove possible apache or php installations on real system
66
-
# We never wont install apache or php in non-chroot system, if we have installed, we only have do a backup of confgigurations, uninstall, and check every simbolic link
65
+
3. Remove possible Apache or PHP installations on real system
66
+
# We never wont install apache or php in non-chroot system, if we have installed, we only have do a backup of configurations, uninstall, and check every symbolic link
67
67
dpkg -l|egrep --color -i 'apache|php'
68
68
69
69
70
-
4. Prepair Chroot enviroment
70
+
4. Prepare Chroot environment
71
71
72
72
# Install packages in real system
73
73
apt-get install debootstrap libpcre3 libaprutil1 libxml2 mime-support patch make gcc mysql-server subversion ssh openssh-server ntp ntpdate vim libdbd-mysql libdbi-perl dnsutils
0 commit comments