Antwort: apxs

2009-02-05 Thread pierre . heim
Hi Michele, try another order of your library flags (e. g. -lcrypt before -lmysqlclient). This often helps on some platforms... Pierre Pierre Heim Produktentwicklung Mindlab Solutions GmbH Marktplatz 19 D-73728 Esslingen am Neckar / Germany fon +49.711.36550.206 fax +49.711.36550.555 pierre.

Re: Making mod_auth_digest mysql

2009-02-05 Thread Bob Ionescu
2009/2/1 Michele Waldman : The userlist (http://httpd.apache.org/userslist.html) might be a better place, but... > I want to do the following in htaccess for account security: > > That would not do what it should do. [^...] is a negated character class to exclude certain characters but not a spe

RE: Making mod_auth_digest mysql

2009-02-05 Thread Michele Waldman
RewriteCond has flags -f -d ... But not -e for exists. It looks like: RewriteCond ${REMOTE_USER} !="" always evaluates to true if REMOTE_USER does not exist. Am I wrong? I'm thinking about adding a -e flag for environment variable does not exist to httpd on my server. It would return true if the