- Timestamp:
- Apr 24, 2017, 1:18:57 AM (8 years ago)
- Location:
- branches/3.3/ansible
- Files:
-
- 94 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/ansible/roles/httpd/templates/mondorescue.org.conf
r3654 r3655 1 NameVirtualHost 10.3.252.23 2 3 <VirtualHost 10.3.252.23> 1 <VirtualHost {{ ip_int }}> 4 2 ServerName www.mondorescue.org 5 3 ServerAlias mondorescue.org … … 14 12 <Directory "/prj/www/html/mondorescue"> 15 13 DirectoryIndex index.shtml 16 Options -Indexes MultiViewsFollowSymLinks +Includes14 Options -Indexes +MultiViews +FollowSymLinks +Includes 17 15 AllowOverride None 18 Order allow,deny 19 Allow from all 16 Require all granted 20 17 </Directory> 21 18 22 19 <Directory "/prj/www/html/mondorescue/ftp"> 23 Options Indexes MultiViewsFollowSymLinks20 Options +Indexes +MultiViews +FollowSymLinks 24 21 AllowOverride None 25 Order allow,deny 26 Allow from all 22 Require all granted 27 23 </Directory> 28 24 29 25 <Directory "/var/www/cgi-bin"> 30 26 AllowOverride All 31 Options ExecCGI FollowSymLinks 32 Order allow,deny 33 Allow from all 27 Options +ExecCGI +FollowSymLinks 28 Require all granted 34 29 </Directory> 35 30 36 31 </VirtualHost> 37 32 38 <VirtualHost 10.3.252.23>33 <VirtualHost {{ ip_int }}> 39 34 ServerName ftp.mondorescue.org 40 35 DocumentRoot /prj/ftp … … 42 37 Errorlog /var/log/httpd/www.mondorescue.org/error_log 43 38 <Directory "/prj/ftp"> 44 Options Indexes MultiViewsFollowSymLinks39 Options +Indexes +MultiViews +FollowSymLinks 45 40 AllowOverride None 46 Order allow,deny 47 Allow from all 41 Require all granted 48 42 </Directory> 49 43 </VirtualHost> 50 44 51 <VirtualHost 10.3.252.23>45 <VirtualHost {{ ip_int }}> 52 46 ServerName trac.mondorescue.org 53 47 DocumentRoot /prj/www/html/mondorescue … … 58 52 <Directory "/var/www/cgi-bin"> 59 53 AllowOverride All 60 Options ExecCGI FollowSymLinks 61 Order allow,deny 62 Allow from all 54 Options +ExecCGI +FollowSymLinks 55 Require all granted 63 56 </Directory> 64 57 … … 70 63 </VirtualHost> 71 64 72 <VirtualHost 10.3.252.23>65 <VirtualHost {{ ip_int }}> 73 66 ServerName oldwww.mondorescue.org 74 67 ServerAdmin webmaster@mondorescue.org … … 77 70 Errorlog /var/log/httpd/oldwww.mondorescue.org/error_log 78 71 <Directory "/prj/www/html/oldmondorescue"> 79 Options -Indexes MultiViewsFollowSymLinks +Includes72 Options -Indexes +MultiViews +FollowSymLinks +Includes 80 73 AllowOverride None 81 Order allow,deny 82 Allow from all 74 Require all granted 83 75 </Directory> 84 76 </VirtualHost> 85 77 86 <VirtualHost 10.3.252.23>78 <VirtualHost {{ ip_int }}> 87 79 ServerName www1.mondorescue.org 88 80 ServerAdmin webmaster@mondorescue.org … … 91 83 Errorlog /var/log/httpd/www1.mondorescue.org/error_log 92 84 <Directory "/prj/www/html/testmondorescue"> 93 Options -Indexes MultiViewsFollowSymLinks +Includes85 Options -Indexes +MultiViews +FollowSymLinks +Includes 94 86 AllowOverride None 95 Order allow,deny 96 Allow from all 87 Require all granted 97 88 </Directory> 98 89 </VirtualHost> 99 90 100 <VirtualHost 10.3.252.23>101 ServerName mondo .hpintelco.org91 <VirtualHost {{ ip_int }}> 92 ServerName mondorescue.hpintelco.org 102 93 ServerAdmin webmaster@mondorescue.org 103 94 DocumentRoot /prj/www/html/mondorescue 104 CustomLog /var/log/httpd/mondo .hpintelco.org/access_log combined105 Errorlog /var/log/httpd/mondo .hpintelco.org/error_log95 CustomLog /var/log/httpd/mondorescue.hpintelco.org/access_log combined 96 Errorlog /var/log/httpd/mondorescue.hpintelco.org/error_log 106 97 <Directory "/prj/www/html/mondorescue"> 107 Options Indexes MultiViewsFollowSymLinks +Includes98 Options +Indexes +MultiViews +FollowSymLinks +Includes 108 99 AllowOverride None 109 Order allow,deny 110 Allow from all 100 Require all granted 111 101 </Directory> 112 102 <Directory "/prj/www/html/mondorescue/ftp"> 113 Options Indexes MultiViewsFollowSymLinks103 Options +Indexes +MultiViews +FollowSymLinks 114 104 AllowOverride None 115 Order allow,deny 116 Allow from all 105 Require all granted 117 106 </Directory> 118 107 119 108 </VirtualHost> 120 109 121 <VirtualHost 10.3.252.23>110 <VirtualHost {{ ip_int }}> 122 111 ServerName www.mondorescue.com 123 112 ServerAlias mondorescue.com … … 131 120 <Directory "/prj/www/html/mondorescue"> 132 121 DirectoryIndex index.shtml 133 Options -Indexes MultiViewsFollowSymLinks +Includes122 Options -Indexes +MultiViews +FollowSymLinks +Includes 134 123 AllowOverride None 135 Order allow,deny 136 Allow from all 124 Require all granted 137 125 </Directory> 138 126 <Directory "/prj/www/html/mondorescue/ftp"> 139 Options Indexes MultiViewsFollowSymLinks127 Options +Indexes +MultiViews +FollowSymLinks 140 128 AllowOverride None 141 Order allow,deny 142 Allow from all 129 Require all granted 143 130 </Directory> 144 131 145 132 </VirtualHost> 146 133 147 <VirtualHost 10.3.252.23>134 <VirtualHost {{ ip_int }}> 148 135 ServerName ftp.mondorescue.com 149 136 ServerAdmin webmaster@mondorescue.com … … 156 143 <Directory "/prj/www/html/mondorescue"> 157 144 DirectoryIndex index.shtml 158 Options -Indexes MultiViewsFollowSymLinks +Includes145 Options -Indexes +MultiViews +FollowSymLinks +Includes 159 146 AllowOverride None 160 Order allow,deny 161 Allow from all 147 Require all granted 162 148 </Directory> 163 149 <Directory "/prj/www/html/mondorescue/ftp"> 164 Options Indexes MultiViewsFollowSymLinks150 Options +Indexes +MultiViews +FollowSymLinks 165 151 AllowOverride None 166 Order allow,deny 167 Allow from all 152 Require all granted 168 153 </Directory> 169 154
Note:
See TracChangeset
for help on using the changeset viewer.