xcat-core/xCAT-server/xCAT-wsapi/xcat-ws.conf
cjhardee f4de3dc47f enabling the ws api install
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10958 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-11-02 19:45:48 +00:00

6 lines
180 B
Plaintext

LoadModule ssl_module /etc/httpd/modules/mod_ssl.so
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} xcatws
RewriteRule ^(.*)$ https://${HOSTNAME}$1 [R,L]