Code : | Sélectionner tout - Visualiser dans une fenêtre à part |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <VirtualHost *:80> ServerName rex.example.fr DocumentRoot /var/www/rex.example.fr/ SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 <Directory /var/www/rex.example.fr/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ProxyRequests off ProxyPreserveHost On ProxyPass /cgi-bin/WebObjects/ http://example-tests.fr/cgi-bin/WebObjects/ nocanon ProxyPassReverse /cgi-bin/WebObjects/ http://example-tests.fr/cgi-bin/WebObjects/ ProxyHTMLURLMap http://example-test.fr http://rex.example.fr <Location /cgi-bin/Webobjects/> ProxyPassReverse /cgi-bin/WebObjects/ SetOutputFilter proxy-html Order deny,allow Allow from all </Location> ErrorLog ${APACHE_LOG_DIR}/rex_error.log LogLevel debug CustomLog ${APACHE_LOG_DIR}/rex_access.log combined </VirtualHost> |
Anyone have an idea?
Thanks for your help