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.
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
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