View Single Post

  #7 (permalink)  
Old 05-22-2008, 07:25 PM
permalac permalac is offline
Junior Member
User
 
Join Date: May 2008
My distro: fedora
Posts: 20
Rep Power: 0
permalac is on a distinguished road
Default

Looks like I need the proxy module enabled .

Quote:
duff:/home/mriera# a2dismod
Which module would you like to disable?
Your choices are: alias auth_basic auth_mysql authn_file authz_default authz_groupfile authz_host authz_user autoindex cgi dav dav_svn dir env mime negotiation php5 proxy_http proxy setenvif ssl status
Module name? proxy
The following modules depend on the module you requested be uninstalled:
proxy_http
Please uninstall these first
duff:/home/mriera# a2dismod
Which module would you like to disable?
Your choices are: alias auth_basic auth_mysql authn_file authz_default authz_groupfile authz_host authz_user autoindex cgi dav dav_svn dir env mime negotiation php5 proxy_http proxy setenvif ssl status
Module name? proxy_http
Module proxy_http disabled; run /etc/init.d/apache2 force-reload to fully disable.
duff:/home/mriera# a2dismod
Which module would you like to disable?
Your choices are: alias auth_basic auth_mysql authn_file authz_default authz_groupfile authz_host authz_user autoindex cgi dav dav_svn dir env mime negotiation php5 proxy setenvif ssl status
Module name? proxy
Module proxy disabled; run /etc/init.d/apache2 force-reload to fully disable.
duff:/home/mriera# /etc/init.d/apache2 force-reload
Forcing reload of web server (apache2)... waiting Syntax error on line 19 of /etc/apache2/sites-enabled/001-isis.mydomain.org:
Invalid command 'ProxyPass', perhaps misspelled or defined by a module not included in the server configuration
failed!
Anyway, nice time I'll use those nice commands.
Reply With Quote