|
|
@ -63,7 +63,6 @@ is out '<VirtualHost *:80> |
|
|
|
#Header set Access-Control-Allow-Methods "POST, GET, OPTIONS" |
|
|
|
#Header set Access-Control-Allow-Headers "origin, content-type, accept" |
|
|
|
|
|
|
|
|
|
|
|
</VirtualHost>' RTRIM |
|
|
|
|
|
|
|
## |
|
|
@ -239,6 +238,16 @@ is out '<VirtualHost *:80> |
|
|
|
ErrorLog /var/log/apache2/www.example.com_error.log |
|
|
|
ErrorLog syslog:local2 |
|
|
|
|
|
|
|
|
|
|
|
## |
|
|
|
## Custom rules |
|
|
|
## |
|
|
|
|
|
|
|
RewriteEngine On |
|
|
|
RewriteCond %{QUERY_STRING} !skin=formanoo |
|
|
|
RewriteRule ^(/web/webclient/home.*)$ ?skin=formanoo [L,QSA,R=302] |
|
|
|
|
|
|
|
|
|
|
|
## |
|
|
|
## Proxy declaration towards popo:3333 |
|
|
|
## |
|
|
@ -269,16 +278,6 @@ is out '<VirtualHost *:80> |
|
|
|
#Header set Access-Control-Allow-Methods "POST, GET, OPTIONS" |
|
|
|
#Header set Access-Control-Allow-Headers "origin, content-type, accept" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## |
|
|
|
## Custom rules |
|
|
|
## |
|
|
|
|
|
|
|
RewriteEngine On |
|
|
|
RewriteCond %{QUERY_STRING} !skin=formanoo |
|
|
|
RewriteRule ^(/web/webclient/home.*)$ ?skin=formanoo [L,QSA,R=302] |
|
|
|
|
|
|
|
</VirtualHost> |
|
|
|
|
|
|
|
<IfModule mod_ssl.c> |
|
|
@ -292,6 +291,16 @@ is out '<VirtualHost *:80> |
|
|
|
ErrorLog /var/log/apache2/s-www.example.com_error.log |
|
|
|
ErrorLog syslog:local2 |
|
|
|
|
|
|
|
|
|
|
|
## |
|
|
|
## Custom rules |
|
|
|
## |
|
|
|
|
|
|
|
RewriteEngine On |
|
|
|
RewriteCond %{QUERY_STRING} !skin=formanoo |
|
|
|
RewriteRule ^(/web/webclient/home.*)$ ?skin=formanoo [L,QSA,R=302] |
|
|
|
|
|
|
|
|
|
|
|
## |
|
|
|
## Proxy declaration towards popo:3333 |
|
|
|
## |
|
|
@ -334,14 +343,5 @@ is out '<VirtualHost *:80> |
|
|
|
|
|
|
|
SSLVerifyClient None |
|
|
|
|
|
|
|
|
|
|
|
## |
|
|
|
## Custom rules |
|
|
|
## |
|
|
|
|
|
|
|
RewriteEngine On |
|
|
|
RewriteCond %{QUERY_STRING} !skin=formanoo |
|
|
|
RewriteRule ^(/web/webclient/home.*)$ ?skin=formanoo [L,QSA,R=302] |
|
|
|
|
|
|
|
</VirtualHost> |
|
|
|
</IfModule>' RTRIM |