"couldn't create child process: 720003: awstats.pl"
Chances are, if you're running this in a Windows & Apache environment you've not configured your awstats.XXXX.conf file yet:
You'll need to:
1. Open the config file for your application:
C:\Program Files\AWStats\wwwroot\cgi-bin\awstats.YOURAPPHERE.conf
2. Search for the following line (or similar):
LogFile="/var/log/httpd/mylog.log"
3. Comment that line as so:
#LogFile="/var/log/httpd/mylog.log"
4. Set the LogFile to the correct location of your Apache Log. E.g.:
LogFile="C:/Program Files/Apache Software Foundation/Apache2.2/logs/access.log"
5. Make sure your LogType is set to 'W' E.g.:
LogType=W
6. For Apache. Make sure your Log Format is set to '4.' E.g.:
LogFormat=4
No comments:
Post a Comment