Hi All, I have a doubt on Location directive usage of httpd
2.0.52. My current httpd.conf looks like <Location /abc> SSLRequireSSL </Location> <Location /abc/*> SSLRequireSSL </Location> So web server does not allow http requests, it only
allows https request only. But now I need to allow only one url pattern with
http, with out disturbing remaining. Except /abc/qwe, every thing should require HTTPS. How can I modify the httpd.conf. Thanks in advance,
|