On 5/2/05, James Nicolson <jlnicolson@xxxxxxxxxxx> wrote: > >> VirtualDocumentRoot /var/www/%0/htdocs > >> VirtualScriptAlias /var/www/%0/cgi-bin > >> > >> so why does that not work??? my traditional vhost > >> setup is as follows and that works fine.... why not > >> the above? yet it will do whats below: > > >You need to look in the error log to see what that > >problem is. > > this is what the error_log gives on each request > > [Mon May 02 18:01:15 2005] [debug] mod_proxy.c(418): > Trying to run scheme_handler > [Mon May 02 18:01:15 2005] [warn] proxy: No protocol > handler was valid for the URL /. If you are using a > DSO version of mod_proxy, make sure the proxy > submodules are included in the configuration using > LoadModule. These are unrelated to your vhost config. Someplace else in your config, you are using ProxyPass, ProxyRequests, or RewriteRule with the "P" option. But you have a problem because mod_proxy is not properly configured. Possibly you have forgotten to include a LoadModule line for mod_proxy_http. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx