| 1 | # howto-vsdhost-ftpweblog | 
| 2 |  | 
| 3 | ( - useradd service ) | 
| 4 | ( - su service ) | 
| 5 | - mkdir -p /home/service/bin/ftpweblog bzw. | 
| 6 | - mkdir -p /home/service/public_html/ftpweblog | 
| 7 |  | 
| 8 | - copy with 'scp -r' dirs /home/service/bin/ftpweblog and /home/service/public_html/ | 
| 9 | form 'main-server' (there i put the right-files ;) to the vsdhost | 
| 10 |  | 
| 11 |  | 
| 12 | - edit (as user service) '/home/service/bin/ftpweblog/ftpstats' | 
| 13 | and ' name="server.webpla.net" ' in 'name="your.domain"' | 
| 14 |  | 
| 15 | - edit crontab for user service (as user service 'crontab -e') | 
| 16 | and add this: | 
| 17 | */30 * * * * /home/service/bin/ftpweblog/ftpstats > /dev/null | 
| 18 |  | 
| 19 |  | 
| 20 |  |