Skip to content

Instantly share code, notes, and snippets.

@dhanush
Last active December 24, 2015 09:13
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 dhanush/d2faa5a9d03525cf11b5 to your computer and use it in GitHub Desktop.
Save dhanush/d2faa5a9d03525cf11b5 to your computer and use it in GitHub Desktop.
The config file of Apache server which has Wordpress installed
<VirtualHost *:7000>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ServerName geektrust.in
<Directory /var/www/html/blog>
AllowOverride All
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment