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