Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin localhost@email.it
  3. ServerName mydomain.it
  4. ServerAlias *.mydomain.it
  5. DocumentRoot /var/www/html/mysite
  6. ProxyPass /we-are ajp://mydomain.it:8009/we-are
  7.  
  8. ErrorLog ${APACHE_LOG_DIR}/error.log
  9. Customlog ${APACHE_LOG_DIR}/access.log combined
  10. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement