Hi All I'm having trouble with an Apache+modssl+mod_perl installation.
Mod_perl itself is working great as I can access the /perl-status location and read of the modules/memory use etc but after setting up a subdirectory to use Apache::AuthenDBI I successfully received the login window on the subdirectory but I decided to cancel as the password seemed to be incorrect in te SQL database. As soon as I did that I got the 403 forbidden as I knew I would howeveer now all I get is the 403 screen and the logs are complaining that I do not have a .htaccess file in the docroot or that it's unreadable! This has got me stumped as I never put a .htaccess file in there but for the sake of trying to fix it I did place one there but it's still complaining that one doesn't exist even though it's set readable etc etc Any help or thoughts? Darren TRACE: [Thu Jun 13 07:56:05 2002] [crit] [client 203.45.30.4] (13)Permission denied: /usr/local/www/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable -rw-r--r-- 1 www www 599 Jun 11 17:57 /usr/local/www/data/.htaccess ^^^^^^^^^^ Of course these permissions are only for testing.