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 Solution http://www.razuna.com/ Razuna - Open Source Digital Asset Management http://www.razuna.org/ Follow us on Twitter http://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 !! -~----------~----~----~----~------~----~------~--~---
