ServerAdmin webmaster@<%= ecosysName %>.net ServerName www.<%= ecosysName %>.net ProxyRequests off Order deny,allow Allow from all # Ressources publiques alias /resources /home/http-smartpanda/resources/<%= ecosysName %>/ ProxyPassMatch ^/resources ! # Robot.txt alias /robots.txt /home/http-smartpanda/sp-robots-disallow.txt ProxyPass /robots.txt ! # Home ProxyPass / http://127.0.0.1:7777/ ProxyPassReverse / http://127.0.0.1:7777/ RequestHeader set ecosys "<%= ecosysName %>" # Log ErrorLog ${APACHE_LOG_DIR}/XXX-net-ssl-error.log LogLevel error CustomLog ${APACHE_LOG_DIR}/XXX-net-ssl-custom.log combined # SSL Engine Switch: # Enable/Disable SSL for this virtual host. SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM SSLEngine on SSLCertificateFile /etc/apache2/ssl/apache.crt SSLCertificateKeyFile /etc/apache2/ssl/apache.key