Skip to content

Instantly share code, notes, and snippets.

@Perrine48
Created July 24, 2018 13:54
Show Gist options
  • Select an option

  • Save Perrine48/1f4394910b8510bfe42e536644faf377 to your computer and use it in GitHub Desktop.

Select an option

Save Perrine48/1f4394910b8510bfe42e536644faf377 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName challenge-9
DocumentRoot /home/salce/Code/challenge_9
ErrorLog ${APACHE_LOG_DIR}/error-challenge9.log
CustomLog ${APACHE_LOG_DIR}/access-challenge9.log combined
<Directory "/home/salce/Code/challenge_9">
Options +FollowSymLinks
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