cant get awstats run public

The error in the errorlog is fixed.

But still no cgi scripts running.

Seems that the auto generated httpd.conf of the virtual host, contained a wrong scriptalias , actualy there where 2, 1 good and 1 wrong.

I disabeld the wrong one, and now i get also the source of the hello.pl file when browsing domain/cgi-bin/hello.pl

But stil no execution...

Any one ?
 
i dont get why search for the hello.pl in /usr/local/awstats but maybe i didnt understand well ur problem, not quite good on perl/cgi sorry

The problem is that when activating awstats on a domain.

When browsing to the domain/awstats url

i dont get the statistics, but a page with the source of the perl script inside.

And i cant get it to show the page...
 
Additionaly you can try to

Code:
cd /usr/local/directadmin/custombuild
./build update && ./build clean
./build apache && ./build rewrite_confs

NOTE! Take care to backup everything from /etc/httpd/conf before you follow my instructions.
 
Problem is solved.

I got a support worker of my provider looking into it.

It seemed that due to an update, cgi got disabled.

Rebuilding apache with cgi enabled fixed the problem.

Thx for al the support

Hope this can also help others
 
That's good. I'm glad, that your problem is solved.

Note, in my last message I was suggesting rebuilding Apache and updating Apache configs.
 
Back
Top