Digest Version of the mod-ssl mailing list query

1999-01-09 Thread T. Freeland
Is there a digest version of the mod-ssl mailing list available? Thanks, Travis. __ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/ Official Support Mailing List [EMAIL PROTECTED] Automated L

Re: How to enable SSL in per directory basis?

1998-11-26 Thread T. Freeland
Our admittedly not very good way around this (and hopefully someone will show a much nicer way after I post this) is: We add the following Rewrite rules to a .htaccess file ... RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^/var/htdocs/(.*) https://www.deakin.edu.au/$1 However.. w

Re: .htaccess problem

1998-10-07 Thread T. Freeland
Date: Wed, 7 Oct 1998 13:49:29 +0200 From: "Ralf S. Engelschall" <[EMAIL PROTECTED]> >On Wed, Oct 07, 1998, T. Freeland wrote: > >> There is an official patch out for this... >> >> ftp.apache.org >> /apache/dist/patches/appl

Re: .htaccess problem

1998-10-07 Thread T. Freeland
There is an official patch out for this... ftp.apache.org /apache/dist/patches/apply_to_1.3.2/htaccess_check.txt I haven't tried it yet but am in the process thereof.. Travis Freeland Web Administrator Deakin University [EMAIL PROTECTED] __

.htaccess problem

1998-10-07 Thread T. Freeland
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 ign