If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Access Stats 1.12 - get it to work !  XML
Forum Index » Support Forum
Author Message
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) !
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.
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum