chainsol

Untitled

Aug 16th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <VirtualHost *:80>
  2.         ServerName dev.perfectdisorder.net
  3.  
  4.         ProxyPreserveHost On
  5.         ProxyPass / http://dev.perfectdisorder.net:4001/
  6.         ProxyPassReverse / http://dev.perfectdisorder.net:4001/
  7.         ServerAdmin webmaster@localhost
  8.  
  9.         # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
  10.         # error, crit, alert, emerg.
  11.         # It is also possible to configure the loglevel for particular
  12.         # modules, e.g.
  13.         #LogLevel info ssl:warn
  14.  
  15.         ErrorLog ${APACHE_LOG_DIR}/error.log
  16.         CustomLog ${APACHE_LOG_DIR}/access.log combined
  17.  
  18.         # For most configuration files from conf-available/, which are
  19.         # enabled or disabled at a global level, it is possible to
  20.         # include a line for only one particular virtual host. For example the
  21.         # following line enables the CGI configuration for this host only
  22.         # after it has been globally disabled with "a2disconf".
  23.         #Include conf-available/serve-cgi-bin.conf
  24. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment