xcat-core/xCAT-server/xCAT-wsapi/xcat-ws.conf.apache24

11 lines
249 B
Plaintext
Raw Permalink Normal View History

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
</Files>