Changeset 25246 in main
- Timestamp:
- 05/15/22 14:31:23 (7 weeks ago)
- Location:
- adopters/nm/trunk/src/main/serverconfigs/dmzr2nmibis001/apache_httpd_reverse_proxy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/serverconfigs/dmzr2nmibis001/apache_httpd_reverse_proxy/extra/httpd-vhosts.conf
r25238 r25246 30 30 ##### 31 31 ##### ######## This server is listening for ibis.health.state.nm.us It should redirect to ibis.doh.nm.gov/Alert.html 32 ##### RewriteEngine on 33 ##### RewriteCond "%{HTTP_HOST}" "=ibis.health.state.nm.us" 34 ##### RewriteRule ".*" "https://ibis.doh.nm.gov/Alert.html" 35 ##### 32 ##### RedirectMatch ".*" https://ibis.doh.nm.gov/Alert.html 36 33 ##### Redirect / https://ibis.doh.nm.gov/Alert.html 37 34 ##### … … 40 37 ###### VirtualHost ibis.doh.nm.gov ###### 41 38 42 ####### CHANGE ServerName BELOW #######39 ########### CHANGE ServerName BELOW ####### 43 40 44 41 <VirtualHost 10.100.2.15:443> … … 117 114 #### 118 115 #### ######## This server is listening for nmtracking.org It should redirect to nmtracking.doh.nm.gov/Alert.html 119 #### 120 #### RewriteEngine on 121 #### RewriteCond "%{HTTP_HOST}" "=nmtracking.org" 122 #### RewriteRule "environment/air/FireAndSmoke.html" "https://nmtracking.doh.nm.gov/environment/air/FireAndSmoke.html" 123 #### RewriteRule "/environment/air/FireAndSmoke.html" "https://nmtracking.doh.nm.gov/environment/air/FireAndSmoke.html" 124 #### RewriteRule "/WildFireSmoke/" "https://nmtracking.doh.nm.gov/WildFireSmoke/" 125 #### 126 #### RewriteRule ".*" "https://nmtracking.doh.nm.gov/Alert.html" 127 #### 116 #### RedirectMatch "/WildFireSmoke/" "https://nmtracking.doh.nm.gov/WildFireSmoke/" 117 #### RedirectMatch "environment/air/FireAndSmoke.html" "https://nmtracking.doh.nm.gov/environment/air/FireAndSmoke.html" 118 #### RedirectMatch "/environment/air/FireAndSmoke.html" "https://nmtracking.doh.nm.gov/environment/air/FireAndSmoke.html" 119 #### RedirectMatch ".*" https://nmtracking.doh.nm.gov/Alert.html 128 120 #### Redirect / https://nmtracking.doh.nm.gov/Alert.html 129 #### 121 #### 130 122 #### </VirtualHost> 131 123 … … 167 159 AuthName "Staging, enter username and password for access" 168 160 AuthBasicProvider file 169 AuthUserFile "C:\Apache-2.4.5 2\conf\nmtrackuser.txt"161 AuthUserFile "C:\Apache-2.4.53\conf\nmtrackuser.txt" 170 162 Require user nmtracking 171 163 </Proxy> -
adopters/nm/trunk/src/main/serverconfigs/dmzr2nmibis001/apache_httpd_reverse_proxy/httpd.conf
r25238 r25246 35 35 # least PidFile. 36 36 # 37 Define SRVROOT "c:/Apache-2.4.5 2"37 Define SRVROOT "c:/Apache-2.4.53" 38 38 39 39 ServerRoot "${SRVROOT}" … … 230 230 #ServerName www.example.com:80 231 231 ### Next Line may need to be changed ### 232 ###### ServerName 10.100.2.15:443233 232 ServerName DMZRISIMIBS001 234 233 #
Note: See TracChangeset
for help on using the changeset viewer.