Re: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Joseph Darman
This worked for me. I have the domain names registered in godaddy. I had to go into godaddy "DNS Zone File" and "point" the domain names to my external IP address.   Don't use "settings" "forwarding" NameVirtualHost *:80 # Begin First Web Page **

Re: [users@httpd] how to prevent the apache main process from accepting the connection from remote host?

2014-04-19 Thread Eric Covener
I don't see any indication that the parent has accepted / is processing a client connection. Maybe your abnormal situation has nothing to do with that. On Sat, Apr 19, 2014 at 11:23 AM, sideslinder wrote: > now the apache server is abnormal, below is the output of the handle. All > the informatio

Re: [users@httpd] how to prevent the apache main process from accepting the connection from remote host?

2014-04-19 Thread sideslinder
now the apache server is abnormal, below is the output of the handle. All the information is enough? D:\tool\handle\Handle>handle.exe -p 8560 Handle v3.51 Copyright (C) 1997-2013 Mark Russinovich Sysinternals - www.sysinternals.com 5C: File (RW-) C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Com

Re: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Eric Covener
On Sat, Apr 19, 2014 at 9:32 AM, Michael Peters wrote: > IS it ok to have directory statements like this and virtualhost together? > > >Options Indexes FollowSymLinks >AllowOverride None >Order allow,deny >Allow from all > Yes. They're independent. -

RE: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Michael Peters
The problem is fixed. I had to move the existing statements and nest them into new statements. Everything is working fine now. Thanks to all who helped! -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Saturday, April 19, 2014 6:07 AM To: users@httpd.apache.org S

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-19 Thread James Cloos
> "JJ" == Joey J writes: JJ> Apache 2.4 has had a stable release out for over 2 years but is only JJ> used by 2.5% of active Apache sites. Why is the adoption so low?? I suspect most sites use whichever version comes with their chosen distribution. 2.4 should gain more usage now that Ubun

RE: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Michael Peters
IS it ok to have directory statements like this and virtualhost together? Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Saturday, April 19, 2014 6:07 AM To: users@htt

Re: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Eric Covener
On Sat, Apr 19, 2014 at 9:00 AM, Michael Peters wrote: > I've tried: > > NameVirtualHost *:80 > NameVirtualHost * > NameVirtualHost 184.168.190.45:80 It should match verbatim the arguments to VirtualHost. None of those are matches for the VirtualHost you pasted before. -

RE: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Michael Peters
I've tried: NameVirtualHost *:80 NameVirtualHost * NameVirtualHost 184.168.190.45:80 Without success. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, April 18, 2014 11:26 AM To: users@httpd.apache.org Subject: Re: [users@httpd] NameVirtual

Re: [users@httpd] how to prevent the apache main process from accepting the connection from remote host?

2014-04-19 Thread sideslinder
thanks for your quick reply now the server is normal, the handle output is as below D:\tool\handle\Handle>handle.exe -p 8560 Handle v3.51 Copyright (C) 1997-2013 Mark Russinovich Sysinternals - www.sysinternals.com 5C: File (RW-) C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_659 5b64

Re: [users@httpd] how to prevent the apache main process from accepting the connection from remote host?

2014-04-19 Thread Eric Covener
On Sat, Apr 19, 2014 at 7:04 AM, sideslinder wrote: > If the main proces accept the remote connection, the configuration as below > will fail to reboot the apache process. There's a parent/child relationship. Only the child accepts connections. Can you show your parent process with client connec

[users@httpd] how to prevent the apache main process from accepting the connection from remote host?

2014-04-19 Thread sideslinder
If the main proces accept the remote connection, the configuration as below will fail to reboot the apache process. ThreadsPerChild150 MaxConnectionsPerChild 100 So, when the max connection(the connection was accepted by the main process) reached, Apache will not restart, and a