[EMAIL PROTECTED] Compiling Apache 2.2.10 with static linking on Linux

2008-12-02 Thread Ravindra
Hi, I want to build Apache 2.2.10 with static linking instead of default shared linking. I just want one httpd binary. Old versions used to have "--disable-shared" option in configure script, this does not seem to exist now in new version. Any clues how do I get statically linked Apache ? Thank

RE: [EMAIL PROTECTED] Apache + sites loading slow in IE only

2008-12-02 Thread Tom Belmount
Hey EricI changed #Timeout 120#MaxKeepAliveRequests 100##StartServers 8#MinSpareServers5#MaxSpareServers 20#ServerLimit 256#MaxClients 256#MaxRequestsPerChild 4000#to:Timeout 300MaxKeepAliveRequests 0StartServers 30MinSpareServers5MaxSpareServers 50ServerLimi

Re: [EMAIL PROTECTED] Apache + sites loading slow in IE only

2008-12-02 Thread André Warnier
Tom Belmount wrote: Hey guys, Im having a problem where my websites are loading slow in IE only. Might IE be the cause then, rather than the effect ? It started doing this after i made changes to my httpd.conf file. Such as ? come on, give us a clue .. At the same time i also installed eacc

Re: [EMAIL PROTECTED] Apache + sites loading slow in IE only

2008-12-02 Thread Eric Covener
On Tue, Dec 2, 2008 at 5:01 PM, Tom Belmount <[EMAIL PROTECTED]> wrote: > Hey guys, > > Im having a problem where my websites are loading slow in IE only. It > started doing this after i made changes to my httpd.conf file. At the same > time i also installed eaccelerator. What did you change? Hav

[EMAIL PROTECTED] Apache + sites loading slow in IE only

2008-12-02 Thread Tom Belmount
Hey guys,Im having a problem where my websites are loading slow in IE only. It started doing this after i made changes to my httpd.conf file. At the same time i also installed eaccelerator.I'm finding it hard to find/fix the problem. Im still very new with this. Not all of the virtual hosts run

Re: [EMAIL PROTECTED] mod_proxy: 302 redirect makes Apache ignore some headers

2008-12-02 Thread Martijn Grooten
On Fri, Nov 28, 2008 at 5:14 PM, Nick Kew wrote: > Upgrade. 2.0.x mod_proxy is ancient and had lots of bugs. Correct > handling of response headers was fixed just over a year ago (though > that was principally down to protocol niceties, and I think cookies > in 2.2 may have been fixed much earlie

Re: [EMAIL PROTECTED] File upload to Apache server without third party software

2008-12-02 Thread André Warnier
Brian Mearns wrote: [...] Thanks Brian, I agree with what you wrote. Prasanth, maybe the correct place to start is here : http://www.faqs.org/rfcs/rfc2616.html The various HTTP "methods" are described in section 9.2 and later. I suggest to start reading from the beginning however. The way in whi

Re: [EMAIL PROTECTED] File upload to Apache server without third party software

2008-12-02 Thread Brian Mearns
Well, It's very possible you know something I don't, but based on my understanding on POST, it sounds like you're confused about how it works. The use case I'm familiar with is to create a cgi script, or a server side script like PHP that receives the POST data and saves it to a file. And you're ri

Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache

2008-12-02 Thread André Warnier
André Warnier wrote: Indeed. So either you create a sript/program that goes directly in the cache and clears the document (which would mean you can recalculate the hash that mod_cache uses for a given URL), or else you find another clever way. This is yet another idea. I just downloaded the

Re: [EMAIL PROTECTED] Load Module Directive in Virtual host block

2008-12-02 Thread Eric Covener
On Tue, Dec 2, 2008 at 2:24 AM, Vinay Purohit <[EMAIL PROTECTED]> wrote: > Hi, > > I have created my own apache connector and would like to load this on > virtual server level in Apache 2.2.10 i.e. different connector in different > virtual server host block. > > Since I can not place LoadModule di

Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache

2008-12-02 Thread André Warnier
Indeed. So either you create a sript/program that goes directly in the cache and clears the document (which would mean you can recalculate the hash that mod_cache uses for a given URL), or else you find another clever way. Let's say that for Tomcat, the expensive part of the operation is to r

RE: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache

2008-12-02 Thread Karim Zaki
Another update. It was possible to make it happen using virtual hosts by setting the ServerName attribute of both virtual hosts the same, with the only difference being that one of them has CacheIgnoreCacheControl set to On, and the other to Off, and then sending a request to that host with cach

RE: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache

2008-12-02 Thread Karim Zaki
Seems I'm back at square 1. The idea of using max-age=0 did not work, which, on second thought, makes sense. CacheIgnoreCacheControl should ignore the "cache-control" header regardless of its value. The virtual host solution did not work either. It created new cache entries for the vhost. -

RE: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache

2008-12-02 Thread Karim Zaki
That's not great news. When you say the hostname, do you mean ServerName or the address configured for the virtual host? I don't have any problems setting the same ServerName for both. -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 6:10 P

Re: [EMAIL PROTECTED] =?UTF-8?B?UmU6RmlsZSB1cGxvYWQgdG8gQXBhY2hlIHNlcnZlciAoUE9TVCk= ?=

2008-12-02 Thread André Warnier
[EMAIL PROTECTED] wrote: [...] You still have something wrong in the setup of your email program, and it still posts a funny subject. I appreciate that you are a beginner with Apache, and do not want to discourage you. But, really, in the long term you would do yourself a big favor by first

Re: [EMAIL PROTECTED] .htaccess

2008-12-02 Thread Kriss
YP!it worked!thank you Justin! I tried that last time and must of left out something probably a stupid comma or a space:-) Kriss :-) ---Original Message--- From: Justin Pasher Date: 01/12/2008 21:54:27 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] .