| 1 |
$Id$ |
$Id$ |
| 2 |
|
|
| 3 |
$Log$ |
$Log$ |
| 4 |
Revision 1.1 2002/02/11 01:22:17 cvsjoko |
Revision 1.3 2002/02/11 02:58:43 cvsjoko |
| 5 |
Initial revision |
+ 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 |
| 11 |
|
first checkin' |
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 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 |
|
|
| 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 |
|
|