Open GoogleCodeExporter opened 8 years ago
Hi,
my Solution is this and works fine. No proxy, but my Webspace is ssl only.
<VirtualHost *:443>
ServerName streeme.home.lan
DocumentRoot "/var/webapps/streeme/web"
DirectoryIndex index.php
<Directory "/var/wepapps/streeme/web">
AllowOverride All
Allow from All
</Directory>
Alias /sf "/var/webapps/streeme/lib/vendor/symfony/data/web/sf"
<Directory "/var/webapss/streeme/lib/vendor/symfony/data/web/sf">
AllowOverride All
Allow from All
</Directory>
SSLEngine on
SSLCertificateFile /etc/ssl/mail/mail.crt
SSLCertificateKeyFile /etc/ssl/mail/mail.key
</VirtualHost>
Listen *:8096
NameVirtualHost *:8096
<VirtualHost *:8096>
DocumentRoot "/var/webapps/streeme/web"
DirectoryIndex index.php
<Directory "/var/webapps/streeme/web">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
regards
Original comment by chsschn...@gmail.com
on 29 Oct 2014 at 11:35
Original issue reported on code.google.com by
jcpg...@gmail.com
on 31 Jan 2014 at 9:40