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

Contents of /nfo/doc/computing/sysadmin/linux/howto-freevsd-vhost-ftpweblog.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Mon Feb 11 03:00:33 2002 UTC (22 years, 6 months ago) by cvsbasti
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
first checkin

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

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