Re: [users@httpd] SSL cipher suite modification

2011-12-09 Thread aparna Puram
Hello Igor/Matus, Issue is resolved for now after adding the cipher that our client support. Resolution : They have given the list of ciphers that they support. I have tried using once of the cipher(DES-CBC-SHA) that they said they support. But with this they were unable to connect. Then I

[users@httpd] Apache not decoding %2f to / in URL

2011-12-09 Thread Nico Nieuwoudt
Hi I've seen some topics regarding %2f ( URL encoded / ), but still having problem after suggested solutions. I have the following entry in httpd.conf (Apache v2.2) VirtualHost x.x.xx.xxx:80 AcceptPathInfo On AllowEncodedSlashes On /VirtualHost and after passing an error page URL from

[users@httpd] mod_fcgid: running perl scripts with a FCGIWrapper script

2011-12-09 Thread Peter Meier
Hi Running perl scripts with SuExec and mod_fcgi works fine by using the SetHandler fcgid-script Option, as described on [1]. However this has one disadvantage: SuExec requires the scripts to be owned by the same user they should run as. From a security point of view this is not always

Re: [users@httpd] httpd - Get 200 but no data.

2011-12-09 Thread R J
Hi Jim, No I am not setting it as a part of the request. Rajesh On Thu, Dec 8, 2011 at 2:22 PM, Rapp, James james.r...@sap.com wrote: Hi RJ, Are you setting a JSESSIONID cookie as part of the request? I had this problem in the past with an application that did not support cookie based

RE: [users@httpd] httpd - Get 200 but no data.

2011-12-09 Thread Rapp, James
I would examine the request using Fiddler (or another HTTP proxy then). If the Request Headers do not contain a JSESSIONID, or other identifier you can use in the mod_jk configuration, it will not respect the session stickiness parameter and may be load balanced to another node. You would

[users@httpd] Clarification on Apache timouts

2011-12-09 Thread Sheryl
Greetings, I have a situation in which a PHP script is getting hung on a socket call and never exiting. Also never getting to the point of sending back any output to the client in the form of HTML. Before you tell me to ask the PHP list though, the language of the script is really irrelevant

[users@httpd] tuning MPM worker

2011-12-09 Thread Chuck Stein
I am seeking advice on tuning MPM worker parameters for a special use. I have 4 redundant servers in a local network , each serving about 64 clients. The servers have a custom module used to serve special data to a particular application on the clients. The Apache server is not used for

Re: [users@httpd] SCGI and Order

2011-12-09 Thread Matthew Berry
Thank you, that is exactly what I needed. I updated my post on LinuxQuestions to reflect this. Sincerely, Matthew Berry On Thu, Dec 8, 2011 at 4:01 AM, Pete Houston p...@openstrike.co.uk wrote: Hello Matthew, It looks as though you are applying restrictions based on the filesystem and then

[users@httpd] worker, prefork, .apache2.conf.swp and php

2011-12-09 Thread Stormy
Apache2 2.2.17 on a possibly overbuilt (8 core CPU, 8 Gigs RAM, solid state + raid drives) lightly loaded server using MySql, Perl and PHP. Built using 'worker' rather than 'prefork' (Googling seemed to suggest performance improvement under light loads) but now I'm reading various reports

Re: [users@httpd] Clarification on Apache timeouts

2011-12-09 Thread Sheryl
J. Lance Wilkinson wrote: I have had some locally build PHP scripts that run a very long time (doing database lookups and so forth) before outputting the desired content. These would time out like that. Of course, a user would sit around waiting for a result and give up as well. So I

Re: [users@httpd] Clarification on Apache timeouts

2011-12-09 Thread J.Lance Wilkinson
Sheryl wrote: J. Lance Wilkinson wrote: I have had some locally build PHP scripts that run a very long time (doing database lookups and so forth) before outputting the desired content. These would time out like that. Of course, a user would sit around waiting for a result and give up as

Re: [users@httpd] worker, prefork, .apache2.conf.swp and php

2011-12-09 Thread Mark Montague
On December 9, 2011 13:30 , Stormy storm...@stormy.ca wrote: Apache2 2.2.17 on a possibly overbuilt (8 core CPU, 8 Gigs RAM, solid state + raid drives) lightly loaded server using MySql, Perl and PHP. Built using 'worker' rather than 'prefork' (Googling seemed to suggest performance

Re: [users@httpd] worker, prefork, .apache2.conf.swp and php

2011-12-09 Thread Stormy
At 02:55 PM 12/9/2011 -0500, Mark Montague wrote: On December 9, 2011 13:30 , Stormy storm...@stormy.ca wrote: Apache2 2.2.17 on a possibly overbuilt (8 core CPU, 8 Gigs RAM, solid state + raid drives) lightly loaded server using MySql, Perl and PHP. Built using 'worker' rather than 'prefork'

Re: [users@httpd] Clarification on Apache timeouts

2011-12-09 Thread Nick Kew
On Fri, 09 Dec 2011 14:36:02 -0500 (EST) Sheryl gubyd...@his.com wrote: The developers say they can't fix the code and are taking the apache is broken or it would solve this for us tack. That's why I'm trying to find out more how the apache timeouts work. Apache timeouts don't affect

Re: [users@httpd] worker, prefork, .apache2.conf.swp and php

2011-12-09 Thread Nick Kew
On Fri, 09 Dec 2011 16:17:16 -0500 Stormy storm...@stormy.ca wrote: Appreciated. Is it just a question of: $ sudo apt-get remove apache2-mpm-worker apache2-threaded-dev $ sudo apt-get install apache2-mpm-prefork or do I need a complete remove/reinstall? That's a matter of how your

Re: [users@httpd] Clarification on Apache timeouts

2011-12-09 Thread Sheryl
Nick Kew wrote: On Fri, 09 Dec 2011 14:36:02 -0500 (EST) Sheryl gubyd...@his.com wrote: The developers say they can't fix the code and are taking the apache is broken or it would solve this for us tack. That's why I'm trying to find out more how the apache timeouts work. Apache timeouts

[users@httpd] Is there a child_exit hook in Apache2?

2011-12-09 Thread Chuck Stein
Apache 1.x had a child_exit hook for use in modules. I cannot find this in Apache 2.x. Anyone know how to get notification inside a module when the child is being shut down? Thanks - Chuck - The official User-To-User

Re: [users@httpd] Is there a child_exit hook in Apache2?

2011-12-09 Thread Nick Kew
On Fri, 09 Dec 2011 14:54:48 -0800 Chuck Stein st...@geofusion.com wrote: Apache 1.x had a child_exit hook for use in modules. I cannot find this in Apache 2.x. Anyone know how to get notification inside a module when the child is being shut down? You'd be more on-topic on the modules

Re: [users@httpd] Apache not decoding %2f to / in URL

2011-12-09 Thread Eric Covener
On Fri, Dec 9, 2011 at 6:18 PM, Nico Nieuwoudt nico.nieuwo...@gmail.com wrote: Hi I've seen some topics regarding %2f ( URL encoded / ), but still having problem after suggested solutions. I have the following entry in httpd.conf (Apache v2.2) VirtualHost x.x.xx.xxx:80     AcceptPathInfo

[users@httpd] Re: IfModule *rewrite*

2011-12-09 Thread Helmut Schneider
Eric Covener wrote: The logging in mod_rewrite is inherited from the base server config to a virtualhost (which your test requests are mapped to) the same way as rules and conditions, with RewriteOptions +Inherit specified only. Thanks (to all), works now.