From 72dbd4beb90a9969d81817f0f343e67d2ea1969b Mon Sep 17 00:00:00 2001 From: cjhardee Date: Mon, 26 Sep 2011 16:52:00 +0000 Subject: [PATCH] Initial add git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10639 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/xCAT-wsapi/xcat-ws.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 xCAT-server/xCAT-wsapi/xcat-ws.conf diff --git a/xCAT-server/xCAT-wsapi/xcat-ws.conf b/xCAT-server/xCAT-wsapi/xcat-ws.conf new file mode 100644 index 000000000..1b0dcad67 --- /dev/null +++ b/xCAT-server/xCAT-wsapi/xcat-ws.conf @@ -0,0 +1,9 @@ +ScriptAlias /xcatws /var/www/cgi-bin/xcatws.cgi +#LoadModule ssl_module /usr/lib64/httpd/modules/mod_ssl.so +#SSLCertificateFile /etc/httpd/conf/ssl.crt/b27.crt +#SSLCertificateKeyFile /etc/httpd/conf/ssl.key/b27.key +#RewriteEngine On +#RewriteCond %{SERVER_PORT} 80 +#RewriteCond %{REQUEST_URI} xcatws +#RewriteRule ^(.*)$ https://${HOSTNAME}$1 [R,L] +