xcat-core/xCAT-server/xCAT-wsapi/xcat-ws.conf.apache24
2014-10-31 02:43:22 -07:00

11 lines
249 B
Plaintext

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>
Require all granted
</Files>