Last active
January 1, 2016 16:08
-
-
Save handleman/8168483 to your computer and use it in GitHub Desktop.
Процесс добавления виртуального хоста lampp шаг 2
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
| <VirtualHost *:80> | |
| ServerAdmin webmaster@test | |
| DocumentRoot /opt/lampp/htdocs/test.test | |
| ServerName test.test | |
| ErrorLog /opt/lampp/htdocs/logs/error.log | |
| CustomLog /opt/lampp/htdocs/logs/access.log common | |
| </VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment