Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Last active December 14, 2018 16:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save eS-IT/1774667bd30e59797432194f398ad2dd to your computer and use it in GitHub Desktop.
8071-default.conf für das Setup 2018
UseCanonicalName Off
ServerName devserver.local
ServerAdmin patrick.froch@easysolutionsit.de
Listen 8071
<VirtualHost *:8071>
VirtualDocumentRoot /mnt/easy.Projekte/%1/%2/%3/vhosts/%4/htdocs/web
LogLevel warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory />
Options +FollowSymLinks +ExecCGI
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment