Re: [EMAIL PROTECTED] pwauth won't compile with PAM support

2006-03-23 Thread koen . vdvelde
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

[EMAIL PROTECTED] pwauth won't compile with PAM support

2006-03-21 Thread koen . vdvelde
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

Re: [EMAIL PROTECTED] pwauth does not run as user

2006-03-15 Thread koen . vdvelde
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

[EMAIL PROTECTED] pwauth does not run as user

2006-03-14 Thread koen . vdvelde
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

Re: [EMAIL PROTECTED] User dir an reverse proxy

2006-03-03 Thread koen . vdvelde
-"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

Re: [EMAIL PROTECTED] mod_proxy_html does not like meta tags

2006-03-03 Thread koen . vdvelde
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

Re: [EMAIL PROTECTED] mod_proxy_html does not like meta tags

2006-03-02 Thread koen . vdvelde
-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

[EMAIL PROTECTED] mod_proxy_html does not like meta tags

2006-03-01 Thread koen . vdvelde
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