-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Keer Kz wrote:
> Can Apache be complied as 32 bit architecture on RHEL 4.0 AS [Red Hat
> Linux]
> 64bit, x86_64. If so, what needs to done . Please advise
>
erm... build it targeted as an "x86" or "x64" or whatever target? read
the config notes (usua
Can Apache be complied as 32 bit architecture on RHEL 4.0 AS [Red Hat Linux]
64bit, x86_64. If so, what needs to done . Please advise
Hello,
I upgraded to php 4.4.7, now when I enable the SSLEngine, apache won't
even start. This is what I'm getting in the error log:
[Fri May 25 12:24:54 2007] [info] Init: Initializing OpenSSL library
[Fri May 25 12:24:54 2007] [info] Init: Seeding PRNG with 136 bytes of
entropy
[Fri May 25
"Naveen Rawat" <[EMAIL PROTECTED]> writes:
>
>
> Hi All,
>
>
>
> I want to authenticate modules(certificate based) against each other before
> any
> communcation takes place among .Modules may reside on local and remote
> servers.
> In both cases,Is mod_ssl enough for authentication or I hav
I'm trying to make my website works with http://www.domain.com/2007/05/25/foo
to server http://www.domain.com/redirect.php
With Apache 2.2, my .htaccess:
RewriteEngine On
RewriteRule ^([0-9]+)/([0-9]+)/([0-9]+)/(.*) /redirect.php [QSA,L]
RewriteRule ^([0-9]+)/([0-9]+)
On 5/24/07, Christopher Shumway <[EMAIL PROTECTED]> wrote:
Hi httpd users,
I've been testing Apache httpd 2.2.4 as a reverse-caching proxy server but
I've ran into some odd behavior with how its handling expired content.
Currently I'm using the worker MPM and mod_mem_cache to provide the storage
On 5/25/07, Naveen Rawat <[EMAIL PROTECTED]> wrote:
I want to authenticate modules(certificate based) against each other before
any communcation takes place among .Modules may reside on local and remote
servers. In both cases,Is mod_ssl enough for authentication or I have to
implement the authen
I have a website served by a fairly current Apache 1.3 and everything is
working fine but I need to add some streaming media training to the
site.
Is it possible to serve this kind of media with apache on Solaris ?
Any ideas would be greatly appreciated...
Dan
Hi All,
I want to authenticate modules(certificate based) against each other before
any communcation takes place among .Modules may reside on local and remote
servers. In both cases,Is mod_ssl enough for authentication or I have to
implement the authentication functionality in each module se