ispCP - Board - Support
awstats - error 500 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: awstats - error 500 (/thread-9147.html)



awstats - error 500 - denf - 01-10-2010 02:12 PM

Hello,
I'm using ispCP latest version on Ubuntu 9.04. When I tried to use `awstats` I always get this error:
Quote:ispCP OMEGA - Error 500
/stats/
Internal Server Error!
In same time, I have in `/var/log/apache2/users/default.log`:
Quote:[Sun Jan 10 06:51:48 2010] [warn] proxy: No protocol handler was valid for the URL /stats/. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
[Sun Jan 10 06:51:58 2010] [warn] proxy: No protocol handler was valid for the URL /stats/. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
[Sun Jan 10 06:52:01 2010] [warn] proxy: No protocol handler was valid for the URL /stats/. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
[Sun Jan 10 06:52:19 2010] [notice] mod_fcgid: call /var/www/ispcp/gui/client/webtools.php with wrapper /var/www/fcgi/master/php5-fcgi-starter
[Sun Jan 10 06:52:27 2010] [warn] proxy: No protocol handler was valid for the URL /stats/. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
`proxy` and `proxy_html` apache modules are enabled (I saw the records in `/etc/apache2/mods-enabled`).

How to get awstats worked?

Thanks.


RE: awstats - error 500 - denf - 01-10-2010 04:49 PM

Fixed (called `a2enmod proxy_http` after upgrading system, despite it was enabled previously).