Re: [users@httpd] Fails to load xdebug - why?

2011-03-11 Thread Steven Ross
On Mar 9, 2011, at 08:07 , Igor Galić wrote: - Original Message - I'm trying to install the debugger extension Xdebug http://xdebug.org/ for PHP on the preinstalled Apache 2.0 running on my local Mac. I tried the built-in PHP installation and also the Entropy PHP package http://www.entro

Re: [users@httpd] upgrade mod_ssl on Apache

2011-03-11 Thread J. Greenlees
Edwards, Denise wrote: > Hi, > > > > I'm upgrading the Apache HTTP from 2.2.10 to latest version (2.2.17). We > normally use the openSSL that comes bundled with the Apache install > package. The latest Apache comes bundled with OpenSSL v0.9.8o and I need > to upgrade it to v0.9.8p. How do you u

[users@httpd] upgrade mod_ssl on Apache

2011-03-11 Thread Edwards, Denise
Hi, I'm upgrading the Apache HTTP from 2.2.10 to latest version (2.2.17). We normally use the openSSL that comes bundled with the Apache install package. The latest Apache comes bundled with OpenSSL v0.9.8o and I need to upgrade it to v0.9.8p. How do you upgrade the openssl on the installed Apa

Re: [users@httpd] core dumps in 2.2.15 and above (found the culprit)

2011-03-11 Thread Achal Kumar
Hi, We reverted the changes made in apache r827514 ( http://svn.apache.org/viewvc?view=revision&revision=827514). This was leading to segfaults on unexpeted origin server shutdown when all threads were busy in worker MPM. / * Return APR_EOF if request body is shorter than the length announc

Re: [users@httpd] SSLFIPS invalid, rebuild httpd and openssl compiled for FIPS

2011-03-11 Thread J. Greenlees
Keith Theman wrote: > Thank you. but can you tell me, or point me to the directions to build > the fips canister and openssl together ? >>> ./config fipscanisterbuild --prefix=/u01/openssl >>> make >>> make install fips sources and openssl sources in the same tree, with executables being ins

[users@httpd] Question about RewriteMap files on a NFS filesystem

2011-03-11 Thread Brian Hirt
Hello, We have a bunch of rewrite rules that use four standard plain text rewrite maps (ie RewriteMap mymap txt:/some/file).These rewrite maps only change about once a month, but when they do change, apache picks up the chances pretty much immediately. I'm assuming that apache is doing a

[users@httpd] Filtering HTTPS Access

2011-03-11 Thread Farid Izem
Hi, I'm currently working on a configuration to force HTTPS by directory. Configuration looks like : SSLOptions StrictRequire SSLRequireSSL ErrorDocument 403 https://mywebserver.fr.world.socgen This configuration works perfectly. But i'd like to allow HTTP connection to a particular set of IP,

[users@httpd] Error building apache with SSL

2011-03-11 Thread Keith Theman
I am trying to build apache 2.2.17 with openssl on red hat linux 5, Can anyone explain what is happening in the below error : My configure was: ./configure --prefix=/usr/local/apache2 --with-ssl=/u01/fipsssl --with-ldap --enable-ssl --enable-authnz-ldap --enable-ldap --with-included-apr

RE: [users@httpd] SSLFIPS invalid, rebuild httpd and openssl compiled for FIPS

2011-03-11 Thread Keith Theman
Thank you. but can you tell me, or point me to the directions to build the fips canister and openssl together ? > Date: Fri, 11 Mar 2011 07:41:51 -0600 > From: wr...@rowe-clan.net > To: users@httpd.apache.org > Subject: Re: [users@httpd] SSLFIPS invalid, rebuild httpd and openssl > compil

Re: [users@httpd] SSLFIPS invalid, rebuild httpd and openssl compiled for FIPS

2011-03-11 Thread William A. Rowe Jr.
On 3/11/2011 7:26 AM, Keith Theman wrote: > Hello, > > I am trying to build apache 2.2.17 with FIPS openssl on Red Hat 5. Any ideas > what could > be wrong?: > > 1.) I downloaded and installed FIPS > > http://www.openssl.org/source/openssl-fips-1.2.2.tar.gz > > ./config fipscanisterbuild --p

Re: [users@httpd] Question about Apache feature - Headers are concatenated with comma (mod_proxy and also with mod_weblogic)

2011-03-11 Thread Jeff Trawick
On Fri, Mar 11, 2011 at 8:11 AM, Margus Pärt wrote: > Apache seems to do the following trick with headers: > > > Connection goes in: > GET / HTTP/1.0 > Cookie: name=Value > Cookie: name2=Value;name3=Value > ... > > But is forwarded to backend so: > GET / HTTP/1.0 > Cookie: name=Value,name2=Value;n

[users@httpd] SSLFIPS invalid, rebuild httpd and openssl compiled for FIPS

2011-03-11 Thread Keith Theman
Hello, I am trying to build apache 2.2.17 with FIPS openssl on Red Hat 5. Any ideas what could be wrong?: 1.) I downloaded and installed FIPS http://www.openssl.org/source/openssl-fips-1.2.2.tar.gz ./config fipscanisterbuild --prefix=/u01/fipsssl --openssldir=/u01/openssl make make install

[users@httpd] Question about Apache feature - Headers are concatenated with comma (mod_proxy and also with mod_weblogic)

2011-03-11 Thread Margus Pärt
Hello! Apache seems to do the following trick with headers: Connection goes in: GET / HTTP/1.0 Cookie: name=Value Cookie: name2=Value;name3=Value ... But is forwarded to backend so: GET / HTTP/1.0 Cookie: name=Value,name2=Value;name3=Value ... Can this comma be changed to ";"? Br, Margus

Re: [users@httpd] problem loading mod_php

2011-03-11 Thread Hendrik Schmieder
Dave Dyer schrieb: Versions: Windows 7, Apache 2.2.17, PHP 5.3.5 If I start httpd as a console app, everything works correctly. If I start as a service, the php module fails to load.Messages and actual behavior suggest that the path is being treated strangely. Here are the relevant lines f