[us...@httpd] Requiring authentication for the whole server

2009-08-12 Thread Nico De Ranter
Hi, I have an internal apache 2.2 server that serves a number of applications (trac, subversion, twiki, ...). Every application on the webserver requires LDAP authentication. To do this I added a 'AuthLDAP...' sections to each '' section in the apache config files. Unfortunately this means:

Re: [us...@httpd] Requiring authentication for the whole server

2009-08-12 Thread Nico De Ranter
a multiple pages opened appears to be a firefox issue indeed Nico On Wed, 2009-08-12 at 13:42 +0200, Nico De Ranter wrote: > Hi, > > I have an internal apache 2.2 server that serves a number of > applications (trac, subversion, twiki, ...). Every application on the > webser

Re: [us...@httpd] Requiring authentication for the whole server

2009-08-12 Thread Nico De Ranter
xx AuthLDAPBindPassword xx AuthLDAPURL xxx Require valid-user Require ldap-group cn=group1, Require ldap-group cn=group2,. Nico On Wed, 2009-08-12 at 16:47 +0200, Nico De Ranter wrote: > To answer my own questions partially: &g

Re: [us...@httpd] Requiring authentication for the whole server

2009-08-13 Thread Nico De Ranter
ctory in case you want to protect > file system that is local to the server. Is your server proxy? > > Thanks, > > Igor > > On Thu, Aug 13, 2009 at 1:32 AM, Nico De Ranter > wrote: > > Found it. I was mixing Location and Dire

Re: [us...@httpd] Allow directive - limitation?

2009-08-14 Thread Nico De Ranter
There is no need to have everything on one line, you can have multiple Allow lines. For instance we use something like this a lot: Order deny,allow Allow from 10.10.1.0/24 Allow from 10.10.5.0/24 Allow from 127.0.0.1 Nico On Fri, 2009-08-14 at 16:30 +1000, Stephen Vaughan wrote: > Hi, > > Is

[us...@httpd] .htaccess not honoured anymore

2009-09-16 Thread Nico De Ranter
Hi, I recently enabled access control on all folders of my apache server by adding the following section: AuthzLDAPAuthoritative off AuthBasicProvider ldap AuthType Basic ... Require valid-user The idea is that I can refine this for every folder by adding some

Re: [us...@httpd] .htaccess not honoured anymore

2009-09-16 Thread Nico De Ranter
-09-16 at 17:10 +0200, Nico De Ranter wrote: > Hi, > > I recently enabled access control on all folders of my apache server by > adding the following section: > > > AuthzLDAPAuthoritative off > AuthBasicProvider ldap > AuthType Basic > ... >

Re: [us...@httpd] .htaccess not honoured anymore

2009-09-16 Thread Nico De Ranter
o allowoverride statement keeps me from using 'require', but it still doesn't work. Any ideas what else may be wrong? Nico On Wed, 2009-09-16 at 17:51 +0200, Nico De Ranter wrote: > Hmm, > > following the troubleshooting section on > http://httpd.apache.org/docs/2.2/ho

Re: [us...@httpd] .htaccess not honoured anymore

2009-09-17 Thread Nico De Ranter
Doh, that explains a couple of things. Thanks for the link! Nico On Wed, 2009-09-16 at 18:22 +0200, Bob Ionescu wrote: > 2009/9/16 Nico De Ranter : > > however the 'require' directive doesn't seem to have any effect anymore? > > You're overriding i

[EMAIL PROTECTED] sumbol multiple-defined when compiling httpd 2.2.0 on Solaris 8

2006-02-03 Thread Nico De Ranter
been said that there are only two businesses that refer to customers as users: illegal drug trade and the computer industry." --------- Nico De Ranter Senior System Administrator Sony Service Center (NSCE) The Corporate Village, Da

Re: [EMAIL PROTECTED] sumbol multiple-defined when compiling httpd 2.2.0 on Solaris 8

2006-02-06 Thread Nico De Ranter
dom/unix/sha2.h.rej Nico On Fri, 2006-02-03 at 16:05 +, Joe Orton wrote: > On Fri, Feb 03, 2006 at 03:52:37PM +0100, Nico De Ranter wrote: > > I'm trying to compile httpd 2.2.0 on Solaris 8. When I do 'make > > install' it s

Re: [EMAIL PROTECTED] sumbol multiple-defined when compiling httpd 2.2.0 on Solaris 8

2006-02-06 Thread Nico De Ranter
On Mon, 2006-02-06 at 11:31 +, Joe Orton wrote: > On Mon, Feb 06, 2006 at 09:51:10AM +0100, Nico De Ranter wrote: > > thanks but I don't seem to be able to apply the patch (on a fresh > > httpd-2.2.0 directory) > > > > mena.[root]# cd httpd-2.2.0/srclib/apr

[EMAIL PROTECTED] Httpd 2.2.0 on solaris 10 gives "incorrect Message Authentication Code"

2006-03-24 Thread Nico De Ranter
the error occurs frequently, contact the website administrator" Any idea what this may be? I can't find anything at all in the log files. I'm using: openssl 0.9.8a, zlib 1.2.3 and httpd 2.2.0 all compiled with Sun Studio 11. Thanks in advance, Nico -- Nico De Ranter Senior

Re: [EMAIL PROTECTED] Httpd 2.2.0 on solaris 10 gives "incorrect Message Authentication Code"

2006-03-27 Thread Nico De Ranter
Solaris with Stuio 11 - have > you been able to build a PHP which works? I'm trying with Studio 10/Solaris > 10 on a V440 but am not having much success at the moment. > > Thanks > Markus > > > On Friday 24 March 2006 14:54, Nico De Ranter wrote: > > Hi,

[EMAIL PROTECTED] Getting more log info

2006-07-06 Thread Nico De Ranter
ver/python-2.4.3/share/trac/cgi-bin/trac.cgi Is there any way to get apache to log *why* it thinks the client should be denied access? (using apache 2.2.0) Nico -- Nico De Ranter Senior System Administrator Sony Service Center (NSCE) The Corporate Village, Da Vincilaan 7-D1 B-1935 Zavente

Re: [EMAIL PROTECTED] Getting more log info

2006-07-06 Thread Nico De Ranter
On Thu, 2006-07-06 at 11:20 -0400, Joshua Slive wrote: > On 7/6/06, Nico De Ranter <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am trying to setup a 'Trac' environment on my web server. I think I > > configured apache correctly but for some rea