Which distribution are you using ? Note that on newer ubuntu/debian configs the namevirtualhost directive is actually in ports.conf by default, you don't need to put it in your site-config (as then you are doubling it). Also, you might want to comment out ServerName if this is your default config and you don't have any other sites.
On Dec 7, 1:18 am, Johanm <[EMAIL PROTECTED]> wrote: > Hi Guys, > I'm having some serious issues deploying my web2py project through > Apache. > Disclaimer: I'm in no shape or form a linux / apache guy but i know my > basics. > > I'm following the install guide in the book and have all modules > installed and ssl works (self signed cert) > > now i have two config files in my /etc/apache2/sites-available > > default and web2py (i have an ssl config file as well which i've moved > elsewhere but it works with the server.crt etc) > > whenever i try to get my application running i get the following > error > > NameVirtualHost *:80 has no VirtualHosts > > now i did some research on it and i assume its because i have multiple > of these setups in config files. but i dont! > the only way i can get rid of it is to comment out that line but that > wont solve anything. (I can also remove the links to site-enabled for > default but instead of two of these i then get one.) > > I get to a folder structure of my web2py applications but thats it. > > what am i doing wrong? > I've spent like 30 hours on this this week and im about to eat my own > hand if i dont solve this. > > thanks, > Johan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

