You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apps/liquid_feedback_frontend/files/lqfb.example.com.conf

25 lines
624 B

<VirtualHost *:80>
ServerName lqfb.example.com
RewriteEngine On
RewriteRule (.*) https://lqfb.example.com%{REQUEST_URI}
</VirtualHost>
<VirtualHost *:443>
ServerName lqfb.example.com
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
SSLCertificateFile /etc/ssl/apache2/wildcard/server.crt
SSLCertificateKeyFile /etc/ssl/apache2/wildcard/server.key
include /usr/share/liquid_feedback_frontend/lqfb-apache.conf
<Location /lf>
SetEnv WEBMCP_CONFIG_NAME 'myconfig'
</Location>
ErrorLog /var/log/apache2/lqfb.example.com-error.log
</VirtualHost>