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 have
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)
AcceptPathInfo On
AllowEncodedSlashes On
and after passing an error page URL from httpd.conf, entry:
ErrorPage http://x.
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 wh
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 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
> session affinity
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 need
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
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 anyt
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 wrote:
> Hello Matthew,
>
> It looks as though you are applying restrictions based on the filesystem
> and then are including a dir
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 that
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
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 we
On December 9, 2011 13:30 , Stormy 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 improvement under light load
At 02:55 PM 12/9/2011 -0500, Mark Montague wrote:
On December 9, 2011 13:30 , Stormy 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
On Fri, 09 Dec 2011 14:36:02 -0500 (EST)
"Sheryl " 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 connections ma
On Fri, 09 Dec 2011 16:17:16 -0500
Stormy 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 distro package
Nick Kew wrote:
On Fri, 09 Dec 2011 14:36:02 -0500 (EST)
"Sheryl " 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 af
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 suppor
On Fri, 09 Dec 2011 14:54:48 -0800
Chuck Stein 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 list!
What you're l
On Fri, Dec 9, 2011 at 6:18 PM, Nico Nieuwoudt 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)
>
>
> AcceptPathInfo On
> AllowEncodedSlashes On
>
>
> an
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.
20 matches
Mail list logo