Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-13 Thread Sebastian Reitenbach
On Thursday, January 13, 2011 01:38:54 pm Eric Covener wrote: > On Thu, Jan 13, 2011 at 3:16 AM, Sebastian Reitenbach > > wrote: > > On Tuesday, January 11, 2011 02:38:31 pm Eric Covener wrote: > >> > Or on the other hand, is it possible to tell mod_authnz_ldap to bind

Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-13 Thread Sebastian Reitenbach
On Tuesday, January 11, 2011 02:38:31 pm Eric Covener wrote: > > Or on the other hand, is it possible to tell mod_authnz_ldap to bind as > > the user instead of anonymous to make the compare request? > > The manual tells you how to use a userid/password. I rechecked the documentation, and I found

Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-11 Thread Sebastian Reitenbach
Hi, On Thursday, January 06, 2011 03:36:13 pm Sebastian Reitenbach wrote: > Hi, > > I have LDAP authentication working against openldap. But I have to > authenticate against an Lotus Domino Server. > > below the contents of my .htaccess file: > > AuthType Basic

[users@httpd] Problem with ldap authentication against domino server

2011-01-06 Thread Sebastian Reitenbach
Hi, I have LDAP authentication working against openldap. But I have to authenticate against an Lotus Domino Server. below the contents of my .htaccess file: AuthType Basic AuthBasicProvider ldap AuthName "LDAP" #AuthLDAPURL "ldap://openldapserver:389/ou=people,dc=intern"; AuthLDAPURL "ldap://do

combine client certificate authentication with ldap based authentication

2008-12-15 Thread Sebastian Reitenbach
Hi, I want to authenticate users on apache. In case they have a valid x509 client certificate in their browser for authentication, then that should be sufficient. In case the client does not have such a certificate, the user should be able to authenticate via username/password against ldap. I

[EMAIL PROTECTED] website statistics program, requests per seconds

2008-07-02 Thread Sebastian Reitenbach
Hi, I usually use analog, and report magic, to built some website statistics, but this only makes statistics down to 5 minute intervals. I already tweaked it to make it minutewise, but I'd like to see an overview, where I have a list of a graph, showing me the requests per seconds. Anybody can

[EMAIL PROTECTED] problem with mod_proxy_balance and stickysession

2008-03-03 Thread Sebastian Reitenbach
Hi, I'm trying to loadbalance sessions over 5 instances of a WO application server. I'm trying to follow these directions: http://www.markround.com/archives/33-Apache-mod_proxy-balancing-with-PHP-sticky-sessions.html http://www.johnandcailin.com/blog/john/scaling-drupal-step-two-sticky-load-bal

[EMAIL PROTECTED] mod_proxy and SSL

2006-05-17 Thread Sebastian Reitenbach
ProxyPass / http://10.0.0.2/ ProxyPassReverse / http://10.0.0.2/ Is there any way to access an HTTPS server behind a apache HTTPS proxy? kind regards Sebastian -- Sebastian ReitenbachTel.: ++49-(0)3381-8904-451 RapidEye AG Fax: ++49-(0)3381-8904-101 Molkenmarkt

[EMAIL PROTECTED] proxying on virtual host name

2006-04-25 Thread Sebastian Reitenbach
Hi, i have one public IP address available, and I want two http hosts behind this IP. With only one host, I would use virtual hosts, deciding on the used hostname which site to show the user as the answer. So with the firewall i cannot distinguish for source or destination IP address, as both

RE: [EMAIL PROTECTED] only allowing specific hosts via https proxy

2006-02-01 Thread Sebastian Reitenbach
com (which translates into "CONNECT www.forbidden.com") but allow anything else... > > > deny from all > > > -ascs > > -Original Message- > From: Sebastian Reitenbach [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 01, 2006 12:5

RE: [EMAIL PROTECTED] only allowing specific hosts via https proxy

2006-02-01 Thread Sebastian Reitenbach
Hi, Axel-Stéphane__SMORGRAV <[EMAIL PROTECTED]> wrote: > Do you have both proxymatch blocks in the same configuration ?? > no, I tested with the first ProxyMatch, and the http site was blocked, then I added the s to the http and restarted apache. And I was able to retrieve the https site. > >

[EMAIL PROTECTED] only allowing specific hosts via https proxy

2006-02-01 Thread Sebastian Reitenbach
Hi, I am trying to do the following with the apache proxy module: I want to use apache proxy module for http, ftp and https (for some special trusted hosts) and redirect it to mod_clamav. This works very well for http and ftp. scanning https does not work, therefore I want to set