Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Last active December 14, 2018 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eS-IT/6ebddcf7901dcbea1e2c2de5d226415e to your computer and use it in GitHub Desktop.
Save eS-IT/6ebddcf7901dcbea1e2c2de5d226415e to your computer and use it in GitHub Desktop.
8056-default.conf für das Setup 2018
UseCanonicalName Off
ServerName devserver.local
ServerAdmin patrick.froch@easysolutionsit.de
Listen 8056
<VirtualHost *:8056>
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