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.
___
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 -
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
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
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:/
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.
---
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
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