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,
Hi,
I have setup an Apache Web Server in front of a Tomcat Web Container.
Basically, All request are handle by Apache and passed to Tomcat using
mod_proxy_ajp
Apache is binded on the IP address of the computer, tomcat is binded
on localhost:8009
When i take a look at the tomcat manager, i see that
Hi,
I'm trying through mod_authnz_ldap. For the moment, it's not working.
Kind Regards,
Farid
On Thu, Apr 23, 2009 at 1:55 AM, Nick Kew wrote:
> Mike Diggins wrote:
>>
>> I'm trying to get this working as well, against a Microsoft AD. There seem
>> to be a hundred and one soultions, but not ma
Hi,
Has anyone configured Active Directory Authentication on Apache 2.2.8
installed on Solaris 10 ?
Kind Regards,
Farid
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/us
Hi All,
I'm looking for a module which permit bandwith management and
concuurent connexions limitations
on apache 2.2.4
I'd like to limit the number of concurrents connexions to 70/sec and
if it is exceed send and
Custom Error Page saying that the server is too busy.
mod_cband seems to be a good
,
Farid
On 6/14/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 6/13/07, Farid Izem <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have setup a Apache HTTP Server with Three Virtuals Hosts listening on port
80
> * host1.domain.com (http + rewriterule to have https).
> * host2.d
Hi,
I have setup a Apache HTTP Server with Three Virtuals Hosts listening on port 80
* host1.domain.com (http + rewriterule to have https).
* host2.domain.com (http)
* host3.domain.com (http)
And a Virtual Host for HTTPS Listening on port 443.
* host1.domain.com (https)
Since, i tried to do : h
Hi,
I would like to use SSLPassPhraseDialog with exec options.
Has anyone have an example of pp-filter shell script which is use to provide
SSL PassPhase?
Kind Regards
Farid