Quote:
|
Originally Posted by drogers when i try to login to the regular site, ( http://141.154.98.107:7070), it brings up the login page, but then refreshes to /zimbra/mail which throws a 404 error. |
Yeah, that's an issue I meant to bring up to the devs here, and is something I'd consider a bug.
If you add a port, such as 7070, to get to Zimbra, you can see the login screen just fine. But, after you enter a username and password, although it does successfully do the authentication, it does a redirect that ignores the port on the end of the url, it assumes port 80.
Basically, when you log in, it drops the port number you specified.
So, in your case, it's trying to redirect to
http://141.154.98.107/zimbra/mail without the 7070 on the end. That'll end up being processed as the default virtualhost, curley.quickservice.com... which doesn't have a /zimbra/mail url. Only Zimbra, running on port 7070, has that.
At the moment, you'll need that mail.quickservice.com DNS entry working for this setup to fully work for you.
In the meantime, as a workaround, you can do the following:
* Go to
http://141.154.98.107:7070
* Log in
* When you get the 404 error, edit the url in the location bar of the browser, and add the :7070 in the appropriate spot. When you hit 'enter', you'll be logged in, and it'll take you to the correct screen.
Quote:
|
Originally Posted by drogers i haven't really investigated yet, but i did find some weird stuff in the httpd error log:
[Fri Oct 28 11:17:49 2005] [error] [client 207.46.98.79] File does not exist: /var/www/html/robots.txt
[Fri Oct 28 12:14:07 2005] [error] [client 218.76.227.193] File does not exist: /var/www/html/ppc, referer: http://www.give-me-money.com/
the zimbra log just has localhost connect and disconnect. |
These guys are probably just random internet worms and spiders, and aren't likely to have anything to do with the issues you're seeing.
Have a good one,
-Eric