Per Jessen wrote:
David C. Rankin wrote:
SSLOptions +StrictRequire SSLRequireSSL SSLRequire %{HTTP_HOST} eq "www.3111skyline.com/dcr" ErrorDocument 403 default
David,
I haven't looked at using any of this SSLrequire stuff, but isn't there a problem in
SSLRequire %{HTTP_HOST} eq "www.3111skyline.com/dcr"
HTTP_HOST will never have the "/dcr" part. Maybe you need to use REQUEST_URI or something similar instead.
/Per Jessen, Zürich
Hmmm, Good call Per. The /dcr doesn't need to be there. The HTTP_HOST is OK though since it appears inside the /dcr <Directory> definition in httpd.conf.local. I think my problem is with the lines: RewriteCond %{HTTPS} !=on RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L] I'll keep plugging away. -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org