Skip to content

Instantly share code, notes, and snippets.

@vicatcu
Created August 7, 2014 15:39
Show Gist options
  • Save vicatcu/62ee609d23634db66a01 to your computer and use it in GitHub Desktop.
Save vicatcu/62ee609d23634db66a01 to your computer and use it in GitHub Desktop.
VirtualHost configuration:
*:80 is a NameVirtualHost
default server ithacagenerator.org (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost ithacagenerator.org (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost bugzilla.ithacagenerator.org (/etc/apache2/sites-enabled/bugzilla.ithacagenerator.org.conf:4)
alias bugzilla.ithacagenerator.is-very-nice.org
port 80 namevhost drupal.ithacagenerator.org (/etc/apache2/sites-enabled/drupal.ithacagenerator.org.conf:4)
alias drupal.ithacagenerator.is-very-nice.org
port 80 namevhost phpmyadmin.ithacagenerator.org (/etc/apache2/sites-enabled/phpmyadmin.ithacagenerator.org.conf:4)
alias phpmyadmin.ithacagenerator.is-very-nice.org
port 80 namevhost wiki.ithacagenerator.org (/etc/apache2/sites-enabled/wiki.ithacagenerator.org.conf:4)
alias wiki.ithacagenerator.is-very-nice.org
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex watchdog-callback: using_defaults
Mutex rewrite-map: using_defaults
Mutex fcgid-proctbl: using_defaults
Mutex default: dir="/var/lock/apache2" mechanism=fcntl
Mutex mpm-accept: using_defaults
Mutex fcgid-pipe: using_defaults
PidFile: "/var/run/apache2/apache2.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
Define: MODPERL2
Define: ENABLE_USR_LIB_CGI_BIN
User: name="www-data" id=33 not_used
Group: name="www-data" id=33 not_used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment