2012-01-12 02:44:51 +00:00
|
|
|
LoadModule rewrite_module /usr/lib64/apache2-prefork/mod_rewrite.so
|
|
|
|
RewriteEngine On
|
|
|
|
RewriteCond %{SERVER_PORT} 80
|
|
|
|
RewriteCond %{REQUEST_URI} xcatws
|
|
|
|
RewriteRule ^(.*)$ https://%{SERVER_NAME}$1 [R,L]
|
|
|
|
|
|
|
|
<Files xcatws.cgi>
|
2014-10-31 09:43:22 +00:00
|
|
|
Require all granted
|
2012-01-12 02:44:51 +00:00
|
|
|
</Files>
|
|
|
|
|