Re: Mail Delivery (failure [EMAIL PROTECTED])

2005-08-08 Thread Wichert Akkerman
Hello,

This email address is no longer in use; please use [EMAIL PROTECTED]
instead.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#302136: proxy auth conflict

2005-03-30 Thread Wichert Akkerman
Package: apache2
Version: 2.0.53-5
Severity: normal

I have a slightly odd apache setup where I basically want to do the
following:

* use an apache as a reverse proxy for a Zope site,
* except for a few specific URLs, for which I require authorized users

The configuration I use is:

Options+MultiViews
ProxyPass  /wsvn   !
ProxyPass  /websvn/!
ProxyPass  /   
http://localhost:9000/VirtualHostBase/http/staff.attingo.nl:80/s 
taff/VirtualHostRoot/

Location /wsvn
AuthNameAttingo Staff Portal
AuthTypeBasic
AuthLDAPEnabled On
AuthLdapURL ldap://server:389/dc=base,dc=domain?uid?sub
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
Require valid-user
/Location

/wsvn is a bit special: it is actually wsvn.php but with the help of
multiviews I use it as /wsvn/svn repo name/, similar to the setup
on svn.debian.org.

The problem is this: when I go to /wsvn/ apache still proxies the
request to the zope instance instead of processing it itself. But
if I remove the 'Require valid-user' statement it stops proxies
it and processes the request correctly.

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#229677: apache2-common: segfault-o-rama with ldap auth

2004-01-30 Thread Wichert Akkerman
Previously Tollef Fog Heen wrote:
 Which mpm module are you using?  I wonder if this is the same as
 #202452.

prefork, but iirc I also reproduced it with the worker mpm.

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.





Bug#229677: apache2-common: segfault-o-rama with ldap auth

2004-01-26 Thread Wichert Akkerman
Previously Fabio Massimo Di Nitto wrote:
   can you test using apache2 2.0.48 and see if it still happens?

Still happens with all apache packages at 2.0.48-4

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.





Bug#229677: apache2-common: segfault-o-rama with ldap auth

2004-01-25 Thread Wichert Akkerman
Package: apache2-common
Version: 2.0.47-1
Severity: critical

As soon as I enable LDAP authentication on a vhost apache2 will segfault
on pretty much all hits. The LDAP config is trivial:

   Location /
   AuthNameAttingo Staff Portal
   AuthTypeBasic
   AuthLDAPEnabled on
   AuthLdapURL
   ldap://vortex:389/ou=People,dc=attingo,dc=nl?uid?sub
   Require valid-user
   /Location

Wichert.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux random 2.4.22exec-shield #1 Tue Nov 25 23:26:51 CET 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache2-common depends on:
ii  debconf 1.3.22   Debian configuration management sy
ii  debianutils 2.6.2Miscellaneous utilities specific t
ii  libapr0 2.0.48-4 The Apache Portable Runtime
ii  libc6   2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  libdb4.14.1.25-16Berkeley v4.1 Database Libraries [
ii  libexpat1   1.95.6-6 XML parsing C library - runtime li
ii  libldap22.1.23-1 OpenLDAP libraries
ii  libssl0.9.7 0.9.7c-5 SSL shared libraries
ii  mime-support3.24-1   MIME files 'mime.types'  'mailcap
ii  net-tools   1.60-9   The NET-3 networking toolkit
ii  openssl 0.9.7c-5 Secure Socket Layer (SSL) binary a
ii  zlib1g  1:1.2.1-3compression library - runtime

-- no debconf information