[us...@httpd] mem_cache issue.

2010-03-14 Thread Sachin Gopal
Hi, The environment is OS : CentOS 64 Bit , Apache 2.2.14, compile options : --enable-proxy-balancer --enable-rewrite --enable-mods-shared=all --enable-logio --enable-deflate --enable-ssl --enable-proxy --enable-proxy-http --enable-modules=all --enable-cache --enable-disk-cache --enable-mem-cache

[us...@httpd]

2010-03-14 Thread Tseveendorj Ochirlantuu
unsubscribe

Re: [us...@httpd] Is web server in front of app server necessary?

2010-03-14 Thread 夏蒸鑫
if only a java/servlet website, apache httpd is not necessary. Best regards, Sharl.Jimh.Tsin - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

[us...@httpd] Is web server in front of app server necessary?

2010-03-14 Thread Mohit Anchlia
We have apache 2 in front of Jboss. I am wondering what are the benefits of having apache in front of Jboss. Why not just have jboss? I am sure there are reasons why people design it this way and prefer it this way. In our configuration apache is pretty much the pass through to Jboss using mod jk.

Re: [us...@httpd] : user logged out frequently while using reverse proxy

2010-03-14 Thread vara prasad
It is cookie based.. I am trying it on my localhost.. Is the following config valid? Please let me know. ProxyPassReverse / ProxyHTMLEnable On ProxyHTMLURLMap / /app3/ ProxyPassReverseCookieDomain example.com localhost ? ProxyPassReverseCookiePath / /app3/

[us...@httpd] timeouts are 4 times faster than expected [C1]

2010-03-14 Thread Eugene ADELL-EXT
Hi, I have tested the timeouts with the ajp proxy, and I am very surprised to see the results are not the expected ones. For this test, I proxify requests to an unreachable server then I am sure I don't receive any RST packet. Both configuration ProxyTimeout and ajp://.../ connectiontimeout hav

RE: [us...@httpd] apache on windows

2010-03-14 Thread Brent Davidson
> Brent Davidson : > Website was built on Linux box using php. Site was moved to Windows > Web server box with IIS, Mysql, PHP. New webdesigner said it did not > "work" right, due to transition from Linux to Windows. Desing is about images, HTML and CSS: no relation with the OS. If your instal

Re: [us...@httpd] can apache do this?

2010-03-14 Thread Ryan
thank for your solution, this is one choice which drawback is can not dynamic show content's change in d:/ and e:/, eg, create or remove a directory under d:/, we must create/remove a corresponding symlink. thanks and wanting more solutions, thank you mihamina. (I believe I posted to the right

Re: [us...@httpd] can apache do this?

2010-03-14 Thread Mihamina Rakotomandimby
> Ryan : > Hi, does anyone know whether apache can do this? > 1. I have two disks in the server, say d:\ and e:\ > 2. now I want to present contents under d:\ and e:\ to ONE apache URL > path, say http://example.com/d_e_content/. I would manage it with symlinks: On a Unix machine: - Create a Dire

Re: [us...@httpd] can apache do this?

2010-03-14 Thread Ryan
On Sun, Mar 14, 2010 at 10:05 PM, Eric Covener wrote: > On Sun, Mar 14, 2010 at 6:40 AM, Ryan wrote: >> Hi, does anyone know whether apache can do this?  I searched and tried >> alias and virtual directory but no one can fit my need. >> >> 1. I have two disks in the server, say d:\ and e:\ >> >>

Re: [us...@httpd] can apache do this?

2010-03-14 Thread Eric Covener
On Sun, Mar 14, 2010 at 6:40 AM, Ryan wrote: > Hi, does anyone know whether apache can do this?  I searched and tried > alias and virtual directory but no one can fit my need. > > 1. I have two disks in the server, say d:\ and e:\ > > 2. now I want to present contents under d:\ and e:\ to ONE apac

[us...@httpd] can apache do this?

2010-03-14 Thread Ryan
Hi, does anyone know whether apache can do this? I searched and tried alias and virtual directory but no one can fit my need. 1. I have two disks in the server, say d:\ and e:\ 2. now I want to present contents under d:\ and e:\ to ONE apache URL path, say http://example.com/d_e_content/. Does