MikeA wrote: > Environment > ========= > WinXP Pro SP2 > Active State Perl 5.0.8 > > > Browser Message > ============ > The server encountered an internal error or misconfiguration and was unable > to complete your request. > Please contact the server administrator and inform them of the time the > error occurred, and anything you might have done that may have caused the > error. > More information about this error may be available in the server error log. > > > Apache Error Log > ============ > Nothing > > > Apache Access Log > ============== > 127.0.0.1 - - [03/Dec/2004:20:29:28 -0500] "GET > /cgi-bin/awstats.pl?update&config=localhost&update=1 HTTP/1.1" 500 625 > "http://127.0.0.1/awstats/index.html" "Mozilla/5.0 (Windows; U; Windows NT > 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)"
You're getting a 500 error there, so you're getting an internal error in the server. > Apache httpd.conf > ============= > > ScriptAlias cgi-bin/ "E:/ApacheGroup/Apache2/html/cgi-bin/" Also try a / in front of cgi-bin/ > <Directory "E:/ApacheGroup/Apache2/html/cgi-bin/"> > AllowOverride None > Options None ExecCGI > Order allow,deny > Allow from all > </Directory> > > > AddHandler cgi-script .pl > ScriptAlias /perl "d:/perl" > AddType application/x-httpd-pl .pl > Action application/x-httpd-pl "/perl/bin/perl.exe " Not sure about those last 3, but don't think they would hurt anything. Try commenting them out. > Although I am sure that I set the registry to find Perl, I also set the ! in > the .pl file > > awstats.pl > ========== > #!/perl Try using #!perl and make sure perl is in your path or use the full path to perl. I don't think it's getting this far though. > The error occurs when I click on the update tag to update the stats and then > display them in AWStats. The web page is in awstats/index.html. -- ,-/- __ _ _ $Bill Luebkert Mailto:[EMAIL PROTECTED] (_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/ -/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (My Perl/Lakers stuff) _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
