Subversion Repositories configs

Rev

Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 197
Line 36... Line 36...
36
##
36
##
37
## SSL Virtual Host Context
37
## SSL Virtual Host Context
38
##
38
##
39
 
39
 
40
<VirtualHost _default_:443>
40
<VirtualHost _default_:443>
-
 
41
Protocols h2 http/1.1
41
 
42
 
42
# General setup for the virtual host, inherited from global configuration
43
# General setup for the virtual host, inherited from global configuration
43
#DocumentRoot "/var/www/html"
44
#DocumentRoot "/var/www/html"
44
#ServerName www.example.com:443
45
#ServerName www.example.com:443
45
 
46
 
Line 206... Line 207...
206
 
207
 
207
<VirtualHost *:443>
208
<VirtualHost *:443>
208
DocumentRoot "/var/www/munatrading"
209
DocumentRoot "/var/www/munatrading"
209
ServerName www.dev.munatrading.com
210
ServerName www.dev.munatrading.com
210
ServerAlias dev.munatrading.com
211
ServerAlias dev.munatrading.com
-
 
212
Protocols h2 http/1.1
211
 
213
 
212
ErrorLog logs/ssl_error_log
214
ErrorLog logs/ssl_error_log
213
TransferLog logs/ssl_access_log
215
TransferLog logs/ssl_access_log
214
LogLevel warn
216
LogLevel warn
215
 
217
 
Line 259... Line 261...
259
 
261
 
260
<VirtualHost *:443>
262
<VirtualHost *:443>
261
DocumentRoot "/var/www/cheapmusic/www"
263
DocumentRoot "/var/www/cheapmusic/www"
262
ServerName www.dev.findcheapmusic.com
264
ServerName www.dev.findcheapmusic.com
263
ServerAlias dev.findcheapmusic.com
265
ServerAlias dev.findcheapmusic.com
-
 
266
Protocols h2 http/1.1
264
 
267
 
265
ErrorDocument 403 /index.php
268
ErrorDocument 403 /index.php
266
ErrorDocument 404 /index.php
269
ErrorDocument 404 /index.php
267
 
270
 
268
ErrorLog logs/ssl_error_log
271
ErrorLog logs/ssl_error_log
Line 314... Line 317...
314
 
317
 
315
<VirtualHost *:443>
318
<VirtualHost *:443>
316
DocumentRoot "/var/www/archerygear"
319
DocumentRoot "/var/www/archerygear"
317
ServerName www.dev.archerygearonline.com
320
ServerName www.dev.archerygearonline.com
318
ServerAlias dev.archerygearonline.com
321
ServerAlias dev.archerygearonline.com
-
 
322
Protocols h2 http/1.1
319
 
323
 
320
ErrorDocument 403 /index.html
324
ErrorDocument 403 /index.html
321
ErrorDocument 404 /index.html
325
ErrorDocument 404 /index.html
322
 
326
 
323
ErrorLog logs/ssl_error_log
327
ErrorLog logs/ssl_error_log