Re: httpd.conf problem with defaults

2013-04-06 Thread John Tate
Thanks, that worked. On Sun, Apr 7, 2013 at 6:45 AM, Zé Loff wrote: > On Sat, Apr 06, 2013 at 08:55:53PM +1100, John Tate wrote: > > Removed all the NameVirtualHost lines and it still isn't working. I can't > > make sense of it everything looks fine, I get some errors about _default_ > > Virtua

Re: httpd.conf problem with defaults

2013-04-06 Thread Zé Loff
On Sat, Apr 06, 2013 at 08:55:53PM +1100, John Tate wrote: > Removed all the NameVirtualHost lines and it still isn't working. I can't > make sense of it everything looks fine, I get some errors about _default_ > VirtualHost. > > # apachectl startssl > [Sat Apr 6 02:53:57 2013] [warn] module mod_

Re: httpd.conf problem with defaults

2013-04-06 Thread Nicolai
On Fri, Apr 05, 2013 at 02:18:42PM +1100, John Tate wrote: > I'm getting these warnings: What's the output of 'apachectl configtest' ? Nicolai

Re: httpd.conf problem with defaults

2013-04-06 Thread John Tate
Removed all the NameVirtualHost lines and it still isn't working. I can't make sense of it everything looks fine, I get some errors about _default_ VirtualHost. # apachectl startssl [Sat Apr 6 02:53:57 2013] [warn] module mod_php5.c is already added, skipping [Sat Apr 6 02:53:57 2013] [warn] mod

Re: httpd.conf problem with defaults

2013-04-05 Thread Stuart Henderson
On 2013-04-05, John Tate wrote: > NameVirtualHost 127.0.0.1:443 > NameVirtualHost 208.79.92.130:443 > NameVirtualHost 127.0.0.1:80 > NameVirtualHost 127.0.0.1:80 > NameVirtualHost 127.0.0.1:80 > NameVirtualHost 208.79.92.130:80 > NameVirtualHost 208.79.92.130:80 > NameVirtualHost 208.79.92.130:80

Re: httpd.conf problem with defaults

2013-04-04 Thread John Tate
Nice and short httpd.conf... ServerType standalone ServerRoot "/var/www" PidFile logs/httpd.pid ScoreBoardFile logs/apache_runtime_status Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 MinSpareServers 5 MaxSpareServers 10 StartServers 5 MaxClients 150 MaxRequestsPerChild 0 Ma

httpd.conf problem with defaults

2013-04-04 Thread John Tate
I think I have a problem with my defaults. I used to just have a default a secusrvr.com. The default would point to /var/www/htdocs which redirects to /var/www/sites/secusrvr.com which is for the virtualhost secusrvr.com. I added johntate.org and www.johntate.org both under /var/www/sites/ www.john