I added the line you mentioned ("NameVirtualHost *:80") to my
"apache.conf" file and restarted apache. It did clear up the apache
restart error that resulted from changing my virtualhost to use port
80. Thank you.As for mod_proxy. I am using apache2 which uses a "mods-enabled" directory instead of the LoadModule calls. The following items are already listed in my "mods-enabled" directory: - proxy.conf - proxy_connect.load - proxy_http.load - proxy.load I saw the proxy_balancer in the "mods-available" directory. When I tried enabling this (using "a2enmod proxy_balancer") I get a message telling me that is is already enabled. The same goes for proxy_ftp. They may have been enabled when I enabled proxy (using "a2enmod proxy"), but I don't know for sure. I am, however, still getting that darn 404 error. On Jul 20, 10:21 am, "Nitai @ SixSigns" <[email protected]> wrote: > This is not really a OpenBD issue since you already get the error with > Apache. I think your Apache config is somehow "messed up". > > Make sure that this line is set: > > # > # Use name-based virtual hosting. > # > NameVirtualHost *:80 > > This should get rid of the error you are seeing. Also make sure that > no other virtual hosts containers are setup differently. > > I asked before, but you did not answer. Are you sure that mod_prody is > enabled? You should have a line saying: > > LoadModule proxy_module modules/mod_proxy.so > > Apart from that I also have the following mods enabled: > > LoadModule proxy_balancer_module modules/mod_proxy_balancer.so > LoadModule proxy_ftp_module modules/mod_proxy_ftp.so > LoadModule proxy_http_module modules/mod_proxy_http.so > LoadModule proxy_connect_module modules/mod_proxy_connect.so > > Make sure that you restart Apache after you have changed the config > file to apply the changes. > > Kind Regards, > Nitai > > On Mon, Jul 20, 2009 at 4:22 PM, Eric<[email protected]> wrote: > > I know that apache is running because I have explicitly restarted it > > many times. When I add the port 80 to the virtualhost ("<VirtualHost *: > > 80> " instead of "<VirtualHost *> ") I get the following error: > > > "[error] VirtualHost *:80 -- mixing * ports and non-* ports with a > > NameVirtualHost address is not supported, proceeding with undefined > > results" > > > I think I tried adding this before, but removed it when I received > > this error. And unfortunately the DirectoryIndex seems to have no > > effect on my issue, whether it is there or not. > > -- > Razuna SaaS On-Demand - Hosted Digital Asset Management > Solutionhttp://www.razuna.com/ > > Razuna - Open Source Digital Asset Managementhttp://www.razuna.org/ > > Follow us on Twitterhttp://twitter.com/sixsigns --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
