On Wed, Oct 07, 1998, T. Freeland wrote:

> I have built up apache_1.3.2 with mod_perl 1.16 and mod_ssl 2.0.11-1.3.2
> using the configurations at the bottom of this page and when running the
> server via 'truss -t stat,open httpd -X -DSSL' it never checks for .htaccess
> files.  I removed mod_perl and tried apache with mod_ssl and it still 
> ignores them.  I then searched the web and found the following news article
> which describes the same situation when apache 1.3.2 is built with mod_php:
>[...]
> Has anybody encountered this problem already and have a patch available?

Look at line 42 of the installed access.conf file. There is an "AllowOverride
None" for the DocumentRoot. You usually have to make it less restrictive to
let your .htaccess files being parsed. But it has nothing to do with neither
mod_ssl nor mod_perl nor mod_php, of course.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to