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
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
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
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
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
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
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
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,
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
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
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
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
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
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
14 matches
Mail list logo