Re: [us...@httpd] mod_rewrite is not working

2010-10-19 Thread Joost de Heer
On Tue, October 19, 2010 07:48, Tushar Chavan wrote: RewriteRule ^/(sap\(.*) http://srmdev.kjo.com.sa:8000/sap($1 [P,L] You have a missing ( RewriteRule ^/sap\((.*) http://srmdev.kjo.com.sa:8000/sap($1 [P,L] Hint: RewriteLog and RewriteLogLevel Joost

RE: [us...@httpd] Reserving a thread for request against mod_jk in apache server.

2010-10-19 Thread Oscar Celada
Hello: I've configured the mod_jk with the default configuration of 1.2.30 version, at the moment, the problem has not appeared , when it will appear I'll see that this solution works well. Thank you so much for your help. -Mensaje original- De: Rainer Jung

[us...@httpd] RewriteRule .* - [E=TEMP_SMUSER:%{SSL:OID(2.5.29.17)}] # Subject Alternate Name

2010-10-19 Thread David (Dave) Donnan
Server version: Apache/2.2.4 (Win32) Hello and thanks for your much appreciated help in the past. I'm trying a re-write rule that uses OID 2.5.29.17 - Subject Alternate Name. I've tried various permutations: # 20101019 DD Following doesn't work with result: TEMP_SMUSER= in getenv.cgi

Re: [us...@httpd] Looking for a superminimalist configuration for serving static pages only.

2010-10-19 Thread Appache Lion
OK! Some of this stuff seems quite advance for me right now, so I guess it will take quite some time for all of your suggestions to sink in. :) That said, Igor, if you were just starting out with Apache, what would be the first steps you would take to really understand the software and use it

[us...@httpd] Integration with apache 2.2.15 with glassfish

2010-10-19 Thread Nasir Zia
Hi, Can I integrate apache with glassfish using mod_proxy_ajp same like integration of apache with tomcat. Regards Nasir

Re: [us...@httpd] Integration with apache 2.2.15 with glassfish

2010-10-19 Thread Jeff Trawick
On Tue, Oct 19, 2010 at 5:57 AM, Nasir Zia nasir...@gmail.com wrote: Hi, Can I integrate apache with glassfish using mod_proxy_ajp same like integration of apache with tomcat. There are probably some blogs on this, or ask the GF folks if nobody responds here with more details. (At least with

Re: [us...@httpd] Integration with apache 2.2.15 with glassfish

2010-10-19 Thread Joost de Heer
On Tue, October 19, 2010 11:57, Nasir Zia wrote: Hi, Can I integrate apache with glassfish using mod_proxy_ajp same like integration of apache with tomcat. According to http://docs.sun.com/app/docs/doc/821-1751/gfaad?l=ena=view Glassfish can be connected with mod_jk, so it's safe to assume

Re: [us...@httpd] Looking for a superminimalist configuration for serving static pages only.

2010-10-19 Thread Igor Galić
- Appache Lion apachel...@gmail.com wrote: OK! Some of this stuff seems quite advance for me right now, so I guess it will take quite some time for all of your suggestions to sink in. :) That said, Igor, if you were just starting out with Apache, what would be the first steps you

[us...@httpd] Handling load balancer's X-FORWARDED-FOR header: mod_proxy vs mod_remoteip and Apache 2.2.6

2010-10-19 Thread J.Lance Wilkinson
I've got Apache 2.2.6 in production and we're *trialling* a new load balancer which is able to create an X-FORWARDED-FOR header. I wanted to keep things simple as possible, and it looked like mod_remoteip was the module I wanted to use for this purpose. Simply using the mod_remoteip

Re: [us...@httpd] Handling load balancer's X-FORWARDED-FOR header: mod_proxy vs mod_remoteip and Apache 2.2.6

2010-10-19 Thread Igor Galić
- J.Lance Wilkinson jl...@psulias.psu.edu wrote: I've got Apache 2.2.6 in production and we're *trialling* a new load balancer which is able to create an X-FORWARDED-FOR header. I wanted to keep things simple as possible, and it looked like mod_remoteip was the module I wanted to

Re: [us...@httpd] Handling load balancer's X-FORWARDED-FOR header: mod_proxy vs mod_remoteip and Apache 2.2.6

2010-10-19 Thread J.Lance Wilkinson
Igor Galić wrote: mod_remoteip is a module from 2.3 http://httpd.apache.org/docs/trunk/mod/mod_remoteip.html Thus you can find it in: Apache httpd's subversion respository in /trunk/ https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/proxy/ Yep, that's where I finally found

Re: [us...@httpd] Handling load balancer's X-FORWARDED-FOR header: mod_proxy vs mod_remoteip and Apache 2.2.6

2010-10-19 Thread William A. Rowe Jr.
On 10/19/2010 7:28 AM, J.Lance Wilkinson wrote: Short of modifying the source code to backfit it to 2.2.6 (which I am at a loss how to do), it's been suggested I look at mod_proxy, which is apparently part of the base for 2.2.6 (I am explicitly NOT loading this module right now). But I

Re: [us...@httpd] Handling load balancer's X-FORWARDED-FOR header: mod_proxy vs mod_remoteip and Apache 2.2.6

2010-10-19 Thread J.Lance Wilkinson
William A. Rowe Jr. wrote: On 10/19/2010 7:28 AM, J.Lance Wilkinson wrote: Short of modifying the source code to backfit it to 2.2.6 (which I am at a loss how to do), it's been suggested I look at mod_proxy, which is apparently part of the base for 2.2.6 (I am explicitly NOT loading this

[us...@httpd] tool for viewing http headers send by browser

2010-10-19 Thread Harald Falkenberg
Hi, does somebody know how to view all detailed http headers send by a browser via apache server itself or another tool? For firefox I found an add-on. But I need something which I can run out-side a browser and what is not restricted/related to a certain type of browser. Any help/hint is

Re: [us...@httpd] tool for viewing http headers send by browser

2010-10-19 Thread Tom Evans
On Tue, Oct 19, 2010 at 4:40 PM, Harald Falkenberg harald.falkenb...@desy.de wrote: Hi, does somebody know how to view all detailed http headers send by a browser via apache server itself or another tool? For firefox I found an add-on. But I need something which I can run out-side a browser

Re: [us...@httpd] Handling load balancer's X-FORWARDED-FOR header: mod_proxy vs mod_remoteip and Apache 2.2.6

2010-10-19 Thread Igor Galić
Hi Bill, Some modules I've moved back to 2.2, including remoteip, can be found here; Not many people will think about looking under: http://people.apache.org/~wrowe/httpd-2.2-ports/ --- apxs should work for you with those sources. when looking for such modules.. would it make sense to

Re: [us...@httpd] Looking for a superminimalist configuration for serving static pages only.

2010-10-19 Thread Appache Lion
Much appreciated, Igor! Thanks for your input. - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail:

Re: [us...@httpd] Handling load balancer's X-FORWARDED-FOR header: mod_proxy vs mod_remoteip and Apache 2.2.6

2010-10-19 Thread William A. Rowe Jr.
On 10/19/2010 11:20 AM, Igor Galić wrote: Hi Bill, Some modules I've moved back to 2.2, including remoteip, can be found here; Not many people will think about looking under: http://people.apache.org/~wrowe/httpd-2.2-ports/ when looking for such modules.. would it make sense to

Re: [us...@httpd] Handling load balancer's X-FORWARDED-FOR header: mod_proxy vs mod_remoteip and Apache 2.2.6

2010-10-19 Thread Igor Galić
- William A. Rowe Jr. wr...@rowe-clan.net wrote: On 10/19/2010 11:20 AM, Igor Galić wrote: Hi Bill, Some modules I've moved back to 2.2, including remoteip, can be found here; Not many people will think about looking under:

Re: [us...@httpd] Handling load balancer's X-FORWARDED-FOR header: mod_proxy vs mod_remoteip and Apache 2.2.6

2010-10-19 Thread William A. Rowe Jr.
On 10/19/2010 11:53 AM, Igor Galić wrote: +1 for 2.4.0 GA then (: Or as soon as possible.. I'm already moving my testing instances to 2.3.x Step 1 is broad acceptance of the 2.3.x beta. We'll likely ship a new one two weeks from now, after many of the developers have a chance to sit down

Re: [us...@httpd] tool for viewing http headers send by browser

2010-10-19 Thread Rainer Jung
On 19.10.2010 17:45, Tom Evans wrote: On Tue, Oct 19, 2010 at 4:40 PM, Harald Falkenberg harald.falkenb...@desy.de wrote: Hi, does somebody know how to view all detailed http headers send by a browser via apache server itself or another tool? For firefox I found an add-on. But I need

[us...@httpd] Creating a compressed rotatelogs file

2010-10-19 Thread agujral
Hi All, We are facing an issue because of which we are planning to write a compressed rotatelogs file. Has someone modified the rotatelogs source code so that it generates compressed file. Thanks Anurag -- View this message in context:

Re: [us...@httpd] Creating a compressed rotatelogs file

2010-10-19 Thread Igor Galić
- agujral anurag_guj...@yahoo.com wrote: Hi All, We are facing an issue because of which we are planning to write a compressed rotatelogs file. Has someone modified the rotatelogs source code so that it generates compressed file. There's plenty of alternatives to rotatelogs.

Re: [us...@httpd] Creating a compressed rotatelogs file

2010-10-19 Thread Anurag Gujral
Hi , I forgot to mention but I am looking for a solution on linux and we dont want to use logrotate. Thanks Anurag From: Igor Galić i.ga...@brainsware.org To: users@httpd.apache.org Sent: Tue, October 19, 2010 4:48:40 PM Subject: Re: [us...@httpd]