View Single Post
  #7 (permalink)  
Old 01-04-2006, 09:08 AM
drogers drogers is offline
Senior Member
 
Posts: 54
Default

when i upgrade, i originally set the users hostname to mail.quirkservice.com, but then i ran the install script again and set it to quirkservice.com because i remembered there being a bug regarding setting up domain.com when something.domain.com already exists.


i changed tomcat to port 8080 and changed web.xml to reflect that. i commented out the following from httpd.conf:

HTML Code:
#<VirtualHost *:80>
#
#  # Servername is the domain name you want users to type into their
#  # browser in order to connect to Zimbra
#  ServerName mail.quirkservice.com
#
#  # Pass every request off to Zimbra
#  RewriteEngine           On
#  RewriteRule ^(.*)$ http://127.0.0.1:7070$1 [P]
#  RewriteRule ^proxy:.* - [F]
#
#  # On the way back, rewrite headers containing this domain name and port,
#  # effectively hiding the port from the user
#  ProxyPassReverse / http://mail.quirkservice.com:7070/
#
#  ProxyPreserveHost On
#</VirtualHost>
for some reason, just going to mail.quirkservice.com on port 80 brings up the same page as curley.quirkservice.com , even tho there is no where (to my knowledge) that directs mail.quirkservice.com:80 to /var/www/html ...so i don't know what is up with that.
Reply With Quote