Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <VirtualHost 178.238.225.74:80>
  2. #ServerName www.roquelino-advogados.com
  3.  
  4. ErrorLog /var/log/apache2/error.log
  5.  
  6. # Possible values include: debug, info, notice, warn, error, crit,
  7. # alert, emerg.
  8. LogLevel warn
  9.  
  10. CustomLog /var/log/apache2/liferay.log combined
  11.  
  12. # RewriteEngine On
  13.  
  14. # ProxyPreserveHost On
  15.  
  16. # ProxyPass /liferay http://127.0.0.1:8080/
  17. # ProxyPassReverse /liferay http://127.0.0.1:8080/
  18. DocumentRoot /opt
  19.  
  20. <Proxy *>
  21. Order deny,allow
  22. Allow from all
  23. </Proxy>
  24.  
  25. ProxyRequests Off
  26. ProxyPass /liferay ajp://localhost:8010/
  27. ProxyPassReverse /liferay ajp://localhost:8010/
  28.  
  29. ProxyPass /liferay http://localhost:8080/
  30. ProxyPassReverse /liferay http://localhost:8080/
  31.  
  32. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement