Created
June 28, 2016 13:59
-
-
Save bitamar/82fff931e4da0a96287a21c2a15bc1d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Directory "/Users/itamar/Sites" > | |
Options FollowSymLinks Indexes MultiViews | |
AllowOverride All | |
Require local | |
</Directory> | |
<VirtualHost *:80> | |
VirtualDocumentRoot /Users/itamar/Sites/%1/www | |
</VirtualHost> | |
<VirtualHost *:443> | |
VirtualDocumentRoot /Users/itamar/Sites/%1/www | |
SSLEngine on | |
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL | |
SSLCertificateFile /etc/apache2/ssl/localhost.crt | |
SSLCertificateKeyFile /etc/apache2/ssl/localhost.key | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment