Line 30:
Line 30:
<syntaxhighlight lang="apache">
<syntaxhighlight lang="apache">
<VirtualHost *:443>
<VirtualHost *:443>
−
ServerName sav.caprel.fr
+
ServerName sav.dolibarr.fr
−
ServerAdmin contact @ caprel.fr
+
ServerAdmin contact @ dolibarr.fr
−
<Directory /srv/webs/erp.caprel.fr/htdocs/public/ticket/>
+
<Directory /srv/webs/erp.dolibarr.fr/htdocs/public/ticket/>
AllowOverride All
AllowOverride All
Require all granted
Require all granted
</Directory>
</Directory>
−
DocumentRoot /srv/webs/erp.caprel.fr/htdocs/public/ticket/
+
DocumentRoot /srv/webs/erp.dolibarr.fr/htdocs/public/ticket/
LogLevel warn
LogLevel warn
−
ErrorLog /srv/webs/erp.caprel.fr/logs/error-sav.log
+
ErrorLog /srv/webs/erp.dolibarr.fr/logs/error-sav.log
−
CustomLog /srv/webs/erp.caprel.fr/logs/access-sav.log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+
CustomLog /srv/webs/erp.dolibarr.fr/logs/access-sav.log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
SSLProxyEngine on
SSLProxyEngine on
−
ProxyPass "/core/" "https://erp.caprel.fr/core/"
+
ProxyPass "/core/" "https://erp.dolibarr.fr/core/"
−
ProxyPassReverse "/core" "https://erp.caprel.fr/core/"
+
ProxyPassReverse "/core" "https://erp.dolibarr.fr/core/"
−
ProxyPass "/theme/" "https://erp.caprel.fr/theme/"
+
ProxyPass "/theme/" "https://erp.dolibarr.fr/theme/"
−
ProxyPassReverse "/theme" "https://erp.caprel.fr/theme/"
+
ProxyPassReverse "/theme" "https://erp.dolibarr.fr/theme/"
−
ProxyPass "/custom/" "https://erp.caprel.fr/custom/"
+
ProxyPass "/custom/" "https://erp.dolibarr.fr/custom/"
−
ProxyPassReverse "/custom" "https://erp.caprel.fr/custom/"
+
ProxyPassReverse "/custom" "https://erp.dolibarr.fr/custom/"
−
ProxyPass "/viewimage.php" "https://erp.caprel.fr/viewimage.php"
+
ProxyPass "/viewimage.php" "https://erp.dolibarr.fr/viewimage.php"
−
ProxyPassReverse "/viewimage.php" "https://erp.caprel.fr/viewimage.php"
+
ProxyPassReverse "/viewimage.php" "https://erp.dolibarr.fr/viewimage.php"
−
ProxyPass "/includes/" "https://erp.caprel.fr/includes/"
+
ProxyPass "/includes/" "https://erp.dolibarr.fr/includes/"
−
ProxyPassReverse "/includes" "https://erp.caprel.fr/includes/"
+
ProxyPassReverse "/includes" "https://erp.dolibarr.fr/includes/"
−
ProxyPass "/css/" "https://erp.caprel.fr/ticket/css/"
+
ProxyPass "/css/" "https://erp.dolibarr.fr/ticket/css/"
−
ProxyPassReverse "/css" "https://erp.caprel.fr/ticket/css/"
+
ProxyPassReverse "/css" "https://erp.dolibarr.fr/ticket/css/"
<IfModule mod_ssl.c>
<IfModule mod_ssl.c>