[EMAIL PROTECTED] authenticate only on WRITE operations

2007-10-28 Thread Melanie Pfefer
hi Whenever users want to access web server, a username and password is required. apache query ldap server. Is it possible to ask for authentification only on WRITE operation? While users who want to read pages need not an authentication... thanks. ___

RE: [EMAIL PROTECTED] apache 2.2.4 and ldap on solaris 10 sparc

2007-10-28 Thread Melanie Pfefer
yea thanks. I used Sun DSRK... --Mel. --- "John P. Dodge" <[EMAIL PROTECTED]> wrote: > Not sure if I should pipe in here. You need an > LDAPSDK. > > 1) Get OpenLDAP http://www.openldap.org > 2) Unpack OpenLDAP > 3) cd OpenLDAP source dir > 4) ./configure --prefix=/opt/openldap > --disable-slapd -

RE: [EMAIL PROTECTED] apache 2.2.4 and ldap on solaris 10 sparc

2007-10-28 Thread John P. Dodge
Not sure if I should pipe in here. You need an LDAPSDK. 1) Get OpenLDAP http://www.openldap.org 2) Unpack OpenLDAP 3) cd OpenLDAP source dir 4) ./configure --prefix=/opt/openldap --disable-slapd --disable-slurpd 5) make ; make install Then point your Apache HTTPD config options at /opt/openldap

Re: [EMAIL PROTECTED] MultiViews on PHP files not working

2007-10-28 Thread Joshua Slive
On 10/28/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote: > > On Oct 28 2007 14:16, Joshua Slive wrote: > >On 10/27/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> > >> .php files are skipped when mod_negotiation looks for files. > > > >This is just a guess, but perhaps you are using

Re: [EMAIL PROTECTED] MultiViews on PHP files not working

2007-10-28 Thread Jan Engelhardt
On Oct 28 2007 14:16, Joshua Slive wrote: >On 10/27/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote: >> Hi, >> >> >> .php files are skipped when mod_negotiation looks for files. > >This is just a guess, but perhaps you are using AddType rather than >AddHandler to activate php and need to read >http:/

Re: [EMAIL PROTECTED] MultiViews on PHP files not working

2007-10-28 Thread Joshua Slive
On 10/27/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote: > Hi, > > > .php files are skipped when mod_negotiation looks for files. This is just a guess, but perhaps you are using AddType rather than AddHandler to activate php and need to read http://mark.tranchant.co.uk/notes/multiviews Joshua. ---

Re: [EMAIL PROTECTED] Apache 2.2 vs Filezilla performance problem

2007-10-28 Thread Joshua Slive
On 10/27/07, J <[EMAIL PROTECTED]> wrote: > Hello All, > > I am having some problems getting the expected performance from Apache > 2.2 running on Windows XP Pro SP2, compared with FileZilla. My test > file is random data. I am deleting it from the directory it is saved > to on download prior to

[EMAIL PROTECTED] setting idle-timeout in FastCgiExternalServer

2007-10-28 Thread rahed
Hi, I try to change the default idle-timeout option (30 sec) in FastCgiExternalServer directive but the inactivity connection always ends up with a message: aborted: idle timeout (30 sec). The directive looks like this: FastCgiExternalServer myfilename -host 127.0.0.1:15000 -idle-timeout 300 -a