>
> We've been having issues with our Apache 2.0 restarting on us
> periodically (several times a day). Here's an excerpt from our error log:
>
> [Mon Dec 12 23:17:02 2011] [warn] long lost child came home! (pid 12654)
> [Mon Dec 12 23:17:02 2011] [warn] long lost child came home! (pid 12655)
>
>
Presumably, it not whether you use htaccess, but whether you have it
enabled. Once it is enables, apache has to follow the directory tree, just
in case an htaccess file has turned up.
I wonder if apache takes advantage of hosts which notify it when
new/changed files appear in a directory tree that
On Mon, Dec 12, 2011 at 5:42 PM, Steve Swift wrote:
> I think you'll have to put it in the documentroot of all of your
> virtualhosts. Since it would be so much easier to do this in the Apache
> config, I'll assume that you cannot do this for some reason.
>
> Second best would be to create the fil
I think you'll have to put it in the documentroot of all of your
virtualhosts. Since it would be so much easier to do this in the Apache
config, I'll assume that you cannot do this for some reason.
Second best would be to create the file in one documentroot, then use hard
links to place it in all
Hello,
I've got a list of host IP's i'd like to block. I want to do this with
an .htaccess file and want it to effect all virtual hosts on my
server. I've got the .htaccess file and am wondering where to place
it. Can I put it in the ServerRoot area which is /srv/http I believe
on my arch box or d
Dear users,
in my /etc/sysconfig/apache2 I have mentioned:
APACHE_SERVER_FLAGS="USSW- I586"
in /etc/apache2/conf.d/myapache.conf is mentioned:
LoadModule proxy_module /usr/lib/apache2/mod_proxy.so
LoadModule proxy_ajp_module /usr/lib/apache2/mod_proxy_ajp.so
Hi all,
I send this mail to both httpd and php lists.
I experienced the following problem running php scripts on httpd.
The RAM fills gradually until the system starts swapping, then, if I
don't restart the server, swap fills and everything goes down.
After some try/check tests, I realized that th
i have httpd 2.2.17 ,modjk and tomcat setup.My application expose wsdl
which has set of method.
how i can use ab to test load and hit concurrent requests on my webservice?
i can test for static html file like this:
ab -n 500 -c 100 http://10.71.10.22:10002/index.html
but how to invoke wsdl meth