Advertisement
Sk8erPeter

VirtualHost + JkMount

Aug 18th, 2011
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. NameVirtualHost *:80
  2.  
  3. ## .... here are some other VirtualHosts for serving PHP, which work OK
  4.  
  5. <VirtualHost *:80>
  6. ServerName thisismysite.hu
  7. ServerAlias www.thisismysite.hu
  8. ErrorLog c:/net/web/java/thisismysite/logs/thisismysite.ajp.error.log
  9. CustomLog c:/net/web/java/thisismysite/logs/thisismysite.ajp.log combined
  10. DocumentRoot "c:/net/web/java/thisismysite/source/"
  11. JkMount /* ajp13
  12. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement