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
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
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
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
> > 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
> 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
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
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