/[cvs]/nfo/doc/computing/sysadmin/linux/howto-freevsd-prepare-vhost.txt
ViewVC logotype

Diff of /nfo/doc/computing/sysadmin/linux/howto-freevsd-prepare-vhost.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by cvsjoko, Mon Feb 11 01:22:17 2002 UTC revision 1.3 by cvsjoko, Mon Feb 11 02:58:43 2002 UTC
# Line 1  Line 1 
1  $Id$  $Id$
2    
3  $Log$  $Log$
4    Revision 1.3  2002/02/11 02:58:43  cvsjoko
5    + mini annotiation
6    
7    Revision 1.2  2002/02/11 02:45:25  cvsjoko
8    + added info about perl-versions: "replace old perl version through new one"
9    
10  Revision 1.1.1.1  2002/02/11 01:22:17  cvsjoko  Revision 1.1.1.1  2002/02/11 01:22:17  cvsjoko
11  first checkin'  first checkin'
12    
# Line 10  first checkin' Line 16  first checkin'
16      part 1  -  minimum config      part 1  -  minimum config
17  ============================================================  ============================================================
18    
19    - create vhost with "vsdtool-config.pl"    - create vhost with "vsdtool-config.pl" (see example-output in "howto-freevsd-prepare-vhost-(test-run-of-vsdtool-config.pl).txt")
20        
21    - start vhost with "vsboot --start <vhost>"    - start vhost with "vsboot --start <vhost>"
22        
# Line 146  first checkin' Line 152  first checkin'
152    - disable ssh-errors in /var/log/messages    - disable ssh-errors in /var/log/messages
153      - create /etc/security/limits.conf by issuing a echo "" > /etc/security/limits.conf      - create /etc/security/limits.conf by issuing a echo "" > /etc/security/limits.conf
154            
155    -    - replace old perl version through new one (if available)
156        [root@martha1 bin]# cd /
157        [root@martha1 /]# cd /usr/bin/
158        [root@martha1 bin]# mv perl
159        perl         perl5.00503  perlbug      perlcc       perldoc
160        [root@martha1 bin]# mv perl perl.old
161        [root@martha1 bin]# ln -s /usr/local/bin/perl .
162        [root@martha1 bin]# cd /home/service/bin/ftpweblog/
163        [root@martha1 ftpweblog]# ./graphftpweblog
164        Error opening file for inclusion: /home/service/ftpweblog/testlog.html
165        [root@martha1 ftpweblog]#
166            

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed