[users@httpd] Error 404 Not Found

2013-12-06 Thread Robert
Apache 2.2 installed and running on my own Windows Vista 64bit SP2 computer. File events_startup.html initiates my website home page and it contains the following code: /a> File cycle-login is cycle-login.php and if working properly displays a login form. Mysql is read and usernam

[users@httpd] mod_cache > Using both mod_mem_cache and mod_disk_cache for faster times?

2013-12-06 Thread Geoff Millikan
Dear List, When two cache sources are configured the documentation says Apache tries to pull the object from the first cache source and if it's not there, it tries the second. Based on this, is it efficient to use 2 caches for the same content: - mod_mem_cache for frequently used and

Re: [users@httpd] Number of concurrent connections to apache

2013-12-06 Thread tejas sarade
You can use netstat command to see the current concurrent connections to server. http://linuxers.org/howto/how-find-out-active-connections-or-which-ports-are-openlistening-linux On Fri, Dec 6, 2013 at 3:01 PM, Kumar Bijayant wrote: > Hello All, > > The below setting is configured in one of our a

Re: [users@httpd] cgi-bin disconnecting upload

2013-12-06 Thread Eric Covener
On Fri, Dec 6, 2013 at 9:24 AM, Andreas Frisch wrote: >> > or keep apache from sending the 100 - continue statement right away? > >> > >> What would it do instead? > >> > > Ιf it didn't send the continue at all, then at least the client side could > detect a timeout and interrupt the upload itself

Re: [users@httpd] cgi-bin disconnecting upload

2013-12-06 Thread Andreas Frisch
> > or keep apache from sending the 100 - continue statement right away? > > What would it do instead? > Ιf it didn't send the continue at all, then at least the client side could detect a timeout and interrupt the upload itself rather than just keep sending data forever that apache has to dis

Re: [users@httpd] cgi-bin disconnecting upload

2013-12-06 Thread Eric Covener
> or keep apache from sending the 100 - continue statement right away? What would it do instead? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] cgi-bin disconnecting upload

2013-12-06 Thread Andreas Frisch
Hi, I have a peer that does an HTTP PUT using curl to my apache 2.2.25 running a cgi written in c. Under certain conditions, the cgi-bin terminates with an HTTP error status, like 400. This will keep a file from being uploaded as expected. However, when the content-length of the upload is unspeci

[users@httpd] Number of concurrent connections to apache

2013-12-06 Thread Kumar Bijayant
Hello All, The below setting is configured in one of our apache webserver ServerLimit 600 StartServers 5 MinSpareServers 5 MaxSpareServers 15 MaxClients 600 There are 2 virtual servers are hosted on this instance. So as per my understanding this m