From 39454c1205448fe40b1a300fcfec0e8ca3be13f8 Mon Sep 17 00:00:00 2001 From: Chuck Brazie Date: Wed, 30 Aug 2017 08:00:44 -0400 Subject: [PATCH] Delete xcat-ws.conf.apache2 --- xCAT-server/xCAT-wsapi/xcat-ws.conf.apache2 | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 xCAT-server/xCAT-wsapi/xcat-ws.conf.apache2 diff --git a/xCAT-server/xCAT-wsapi/xcat-ws.conf.apache2 b/xCAT-server/xCAT-wsapi/xcat-ws.conf.apache2 deleted file mode 100644 index 21ce5b943..000000000 --- a/xCAT-server/xCAT-wsapi/xcat-ws.conf.apache2 +++ /dev/null @@ -1,14 +0,0 @@ -LoadModule rewrite_module /usr/lib64/apache2-prefork/mod_rewrite.so - -# Redirect all http request to https -RewriteEngine On -RewriteCond %{SERVER_PORT} 80 -RewriteCond %{HTTPS} !=on -RewriteRule ^/?xcatws/(.*) https://%{SERVER_NAME}/xcatws/$1 [R,L] -RewriteRule ^/?xcatwsv2/(.*) https://%{SERVER_NAME}/xcatwsv2/$1 [R,L] - - - Order allow,deny - Allow from all - -