Re: [EMAIL PROTECTED] How to rewrite specific URL to use https

2007-07-19 Thread Ted Fines
o /restricted get rewritten as https. I do not understand why this doesn't work when "RewriteCond $1 [A-Z]" is removed. If you can clarify that, great, but the problem appears to be solved now, thank you! Ted On 7/18/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/18/07,

[EMAIL PROTECTED] How to rewrite specific URL to use https

2007-07-18 Thread Ted Fines
Hi, I have a virtual host with a section like this: NameVirtualHost * CheckSpelling on ServerName server.macalester.edu DocumentRoot "/var/www/server/htdocs" RewriteEngine on RewriteLogLevel 2 RewriteLog "/usr/local/apache/logs/server.mac.edu.rewrite.log" RewriteMap lowercase int:tolower Rewri

[EMAIL PROTECTED] Compiling Apache 2.2.2 on OSX LDAP trouble

2006-05-03 Thread Ted Fines
System: OS X Server 10.3.9 http source: 2.2.2 OpenLDAP 2.3.20 installed from source My config script for httpd: #!/bin/sh env CPPFLAGS="-I/usr/include -I/opt/special/include" LDFLAGS="-L/usr/local/lib -L/usr/lib -L/opt/special/lib" ./configure --prefix=/opt/special/apache2 \ --with-ldap --wit