Skip to content

Instantly share code, notes, and snippets.

@cpjeanpaul
Created May 7, 2019 03:42
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 cpjeanpaul/d7c631a5e71bb9f5df6c8df1f3dc14c2 to your computer and use it in GitHub Desktop.
Save cpjeanpaul/d7c631a5e71bb9f5df6c8df1f3dc14c2 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot /var/www/sbs.jp/public_html
ServerName sbs.jp
<Directory /var/www/sbs.jp/public_html>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ErrorLog "${APACHE_LOG_DIR}/error.log"
CustomLog "${APACHE_LOG_DIR}/access.log" common
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment