1 |
$Id: howto-freevsd-vhost-ftpweblog.txt,v 1.1.1.1 2002/02/11 01:22:17 cvsjoko Exp $ |
2 |
|
3 |
$Log: howto-freevsd-vhost-ftpweblog.txt,v $ |
4 |
|
5 |
|
6 |
( - useradd service ) |
7 |
( - su service ) |
8 |
- mkdir -p /home/service/bin/ftpweblog bzw. |
9 |
- mkdir -p /home/service/public_html/ftpweblog |
10 |
|
11 |
- copy with 'scp -r' dirs /home/service/bin/ftpweblog sowie /home/service/public_html/ |
12 |
from the 'main-server' (i put the files there) to your vhost |
13 |
|
14 |
|
15 |
- edit (as user service) '/home/service/bin/ftpweblog/ftpstats' |
16 |
and replace ' name="server.webpla.net" ' with 'name="your.domain"' |
17 |
|
18 |
- edit crontab for user sevice (as user service 'crontab -e') |
19 |
add this: |
20 |
*/30 * * * * /home/service/bin/ftpweblog/ftpstats > /dev/null |
21 |
|
22 |
|
23 |
|