PHP-Web-Stat Support Forum
https://www.php-web-statistik.de/cgi-bin/yabb/YaBB.pl
Board (Deutsch) >> Vorschläge & Codeschnipsel >> Instructions for safe install
https://www.php-web-statistik.de/cgi-bin/yabb/YaBB.pl?num=1276525641

Beitrag begonnen von nicodb am 14.06.10 um 16:27:21

Titel: Instructions for safe install
Beitrag von nicodb am 14.06.10 um 16:27:21
Hello,

Today I have installed the update and used the opportunity to refine my instructions for install on a Linux server. It is more safe now, file permissions are paranoia.

[code]# Copy phpwebstat.zip and pattern_ip_addresses.zip to stats dir on server

cd stats/

# install webstats
unzip ./phpwebstat.zip
rm ./phpwebstat.zip
mv ./pattern_ip_addresses.zip func/pattern_ip_addresses/
cd func/pattern_ip_addresses
unzip ./pattern_ip_addresses.zip
rm ./pattern_ip_addresses.zip
cd ../..

# permissions for configuration:
chmod -R 707 .

# permissions to make it safe after configuration:
chmod -R 604 .
chmod 707 . backup log log/archive
chmod 705 config func images language manual plugins themes themes/standard themes/standard/menu
chmod 606 log/*
[/code]

Hope it is of help for others ...

PHP-Web-Stat Support Forum » Powered by YaBB 2.5.2!
YaBB Forum Software © 2000-2012. Alle Rechte vorbehalten.