Skip to content

Instantly share code, notes, and snippets.

@handleman
Last active January 1, 2016 16:08
Show Gist options
  • Select an option

  • Save handleman/8168483 to your computer and use it in GitHub Desktop.

Select an option

Save handleman/8168483 to your computer and use it in GitHub Desktop.
Процесс добавления виртуального хоста lampp шаг 2
<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