Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerAdmin -
- ServerName -
- ServerAlias -
- DocumentRoot /-
- <Directory /->
- AllowOverride All
- </Directory>
- ErrorLog ${APACHE_LOG_DIR}/error.log
- CustomLog ${APACHE_LOG_DIR}/access.log combined
- </VirtualHost>
- <VirtualHost *:7887>
- ServerName -.com/beatit
- ProxyPass / http://localhost:7887/ connectiontimeout=5 timeout=30 #
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment