Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
15/07/2003 17:49:15
|
Anonymous
|
Hello All,
I had some problems with installing Access Stats 1.12 and like others i checked out this forum.
The posts did not help me any further so i try'd it on my own and i got it working
I wil try to explain my solutions and hope that it wil help others:
i have a linux (apache) webserver (RedHat version 9)
my cgi-bin dir is: /var/www/cgi-bin (for executing perl scripts)
and my html dir is: /var/www/html
First i had to change the first line in the 2 perl scripts instead off:
#!/usr/bin/perl i had to change it to: #!/usr/bin/perl -w (this can be an RedHat thing)
The default path to the logfiles was a "problem" on my webserver because the cgi-bin is on a other dir. level than the html dir. is. So i had to change it to the full path on my system e.g.:
$base_dir="/var/www/html/stat/logfiles"; (change this in the stat.pl and log.pl)
Don't forget to chmod your'e logfiles dir. to 777 and put the java script in the bottom of the index.htm(l)
I hope this helps... (it did with mine) !
|
|
17/07/2003 03:13:14
|
Anonymous
|
true.. they need some work on the docs.. I'm giving up since I have wasted like an hour on it.. it's a cool program. just needs a tad more turning, and doc writing.
|
|
|
|
|
|
Based on the open source JForum
|