Solved !
After changing the config.h to enable PAM authentication, I should have changed the Makefile too :
##LIB= -lcrypt
LIB=-lpam -ldl
At least at my Redhat the linker needed these other libraries to get its job done.
regards,
Koen.
[EMAIL PROTECTED] wrote: -To: users@httpd.apache.or
Dear,
I would like to add authentication (against the unix shadow file) to my
apache web server. But with the ability to lockout a user after 5 incorrect
attempts (in order to lockout script-kiddies / password-trial-programs).
For what I 've read about this on the web. This combination should w
Solved !! (with a little help ...) for the archive ... here's the solution the config.h contains :#define SERVER_UIDS 72 /* user "nobody" */ So I Changed this to the UID that apache is running on and recompiled. Than did a su (with '-m' since apacha uses /sbin/nologin) # su -m apacheAnd
Hi,
I want to use pwauth for authentication on my apache.
I downloaded pwauth-2.3.2.tar.gz and compiled it.
Than I installed it in /usr/local/bin and "suid root" it (chmod +s pwauth)
[EMAIL PROTECTED]:/usr/local/bin]# ll pwauth
-rwsr-sr-x1 root root16517 Mar 14 17:06 pwa
-"Emmanuel.Leguy" <[EMAIL PROTECTED]> wrote: -
>To: users@httpd.apache.org
>From: "Emmanuel.Leguy" <[EMAIL PROTECTED]>
>Date: 03/03/2006 13:25
>Subject: [EMAIL PROTECTED] User dir an reverse proxy
>
>Hello,
>
>My config:
>proxy server: Apache 2.2
>real server: Apache 1.3 (2.2 soon)
>
>I
Oops ... I just noticed my previous reply was in html :-(
Here-under you can find my correctly formatted message again
Sorry again,
Koen
-Nick Kew <[EMAIL PROTECTED]> wrote: -
>To: users@httpd.apache.org
>From: Nick Kew <[EMAIL PROTECTED]>
>Date: 01/03/2006 22:26
>Subject: Re: [EMAIL PRO
-Nick Kew <[EMAIL PROTECTED]> wrote: ->On Wednesday 01 March 2006 20:13, [EMAIL PROTECTED] wrote:>>> eg:>> >>>content="5;URL="">>databa>>se"> will NOT be translated in :>> >> >>>content="5;URL="">>databa>>se">>> Any idea what I am doing wrong ?>>That's not a URL attribute under
Hi,
I'm trying to configure a reverse proxy using apache
httpd-2.0.46-25.ent.rpm
I installed mod_proxy_html and tried to follow the installation
instructions on http://www.apacheweek.com/features/reverseproxies
As a result; my httpd.conf looks like this :
< LoadFile /usr/lib/libxml2.so
< Load