Page 1 of 1

[Solved] Ubuntu and External Access = Error 404

Posted: Tue Apr 17, 2007 9:45 am
by mweichert
Hello!

I followed the Manual Setup Instructions on the wiki to install Scalix on Ubuntu and everything seemed to work great. I can go to http://mail.domain.local/webmail and have lots of fun.

However, if I try to go view /webmail externally, using my no-ip domain http://mail.domain.com/webmail I get error 404.

Sorry, I have no idea what to change here.

In /var/log/apache2/error.log I see the following:


[Tue Apr 17 09:43:50 2007] [error] [client 192.168.1.1] File does not exist: /var/www/sac


192.168.1.1 is my gateway. 192.168.1.100 is my scalix server.

Thanks, and I appreciate your help...
Mike

Posted: Tue Apr 17, 2007 9:53 am
by mweichert
I think I maybe half solved it from this post:
http://www.scalix.com/forums/viewtopic.php?t=5530&highlight=404

Now I'm getting error 403 : forbidden

I'm changed my /etc/apache2/mods-enabled/proxy.conf but didn't seem to make a difference. I added two lines

Allow from .domain.local
Allow from .domain.com


Any ideas?

Posted: Tue Apr 17, 2007 10:09 am
by mweichert
Got it to work by adding one more line:

Allow from 192.168.1.1


Mike