Re: [EMAIL PROTECTED] incomplete graphics downloads

2008-05-21 Thread Eqbal Z
Do you have a firewall installed? If yes check timeouts on idle connections there. Do you have keepalive enabled? What is the timeout there? Sometimes reducing it might help. On Wed, May 21, 2008 at 1:10 PM, Dragon <[EMAIL PROTECTED]> wrote: > Danie Qian wrote: > >> do a quick test to see if you

Re: [EMAIL PROTECTED] mod_jk issue

2008-05-08 Thread Eqbal Z
ctually I have > both apache 1.3 and 2.2; apache 1.3 is on 80 and apache 2.2 is on > 7690. > > With my application I am using apache 2.2 which is set on 7690. > > > On Thu, May 8, 2008 at 12:18 PM, Eqbal Z <[EMAIL PROTECTED]> wrote: > > Is your apache listening

Re: [EMAIL PROTECTED] mod_jk issue

2008-05-08 Thread Eqbal Z
Is your apache listening on port 80? I saw you said apache port was 7690. On Wed, May 7, 2008 at 10:19 PM, Mamta Singh <[EMAIL PROTECTED]> wrote: > Thankx for quick reply. Though I have posted my problem on TC mailing > list, I am posting here too in case someone got the missing point and > help

Re: [EMAIL PROTECTED] mod_jk

2008-04-03 Thread Eqbal Z
I am fairly apache config myself, so this may not be the best way, but depending on your version of apache, you can use mod_proxy_ajp instead of mod_jk in combination with mod_rewrite and add a rewrite rule, something like RewriteRule /*TRE* ajp://localhost:8009/gqaf-web/%{REQUEST_URI} [P] That i

Re: [EMAIL PROTECTED] modify Host header

2008-03-28 Thread Eqbal Z
ld be. The servers I have tried this on are supposed to have identical configurations. On Fri, Mar 28, 2008 at 10:56 AM, Eqbal Z <[EMAIL PROTECTED]> wrote: > That does not work. If I do that, apache does not even start. I get the > error saying: > Unrecognized Header or RequestHea

Re: [EMAIL PROTECTED] modify Host header

2008-03-28 Thread Eqbal Z
Header set Host "%{SERVER_NAME}:443" > > ~Jet > > > From: Eqbal Z [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2008 5:01 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] modify Host header > > I n

[EMAIL PROTECTED] modify Host header

2008-03-27 Thread Eqbal Z
I need to modify the Host header for my application in order to add the port information. I tried the following directive RequestHeader set Host "%{HOST_NAME}e:443" This sets it to (null):443 How do I get the host name value here? For example if the request comes in as http://www.myhostname.com: