404 errors - 11.0.1 upgrade
Posted: Tue Feb 13, 2007 1:40 pm
I was having trouble with displaying message on webmail. That server was 11.0.0. So now after reconfiguring the server several time.. uninstall web access and reinstalling. Trying to read information about this I come here.
I can get the Apache default index.html page from mail.domain.com or localhost i get 404 errors when i try to get to mail.domain.com/webmail or sac. same localhost. Anything anyone can think of?
scalix-tomecat-connector.conf
From what i can tell form
tomcat/apache may not know where the web dirs are. I have made sure from other post that i have read that the tomcat service is up and running java was running for tomcat.
I can get the Apache default index.html page from mail.domain.com or localhost i get 404 errors when i try to get to mail.domain.com/webmail or sac. same localhost. Anything anyone can think of?
scalix-tomecat-connector.conf
Code: Select all
# ---------------------------------------------------------------------------
# Load deflate and proxy_ajp modules used by Scalix:
# ---------------------------------------------------------------------------
<IfModule !mod_deflate.c>
LoadModule deflate_module modules/mod_deflate.so
</IfModule>
<IfModule !mod_proxy.c>
LoadModule proxy_module modules/mod_proxy.so
</IfModule>
<IfModule !mod_proxy_ajp.c>
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
</IfModule>
# ---------------------------------------------------------------------------
# Configure on-the-fly deflate compression of the pages:
# ---------------------------------------------------------------------------
<Location />
AddOutputFilterByType DEFLATE text/xml text/html text/css
AddOutputFilterByType DEFLATE application/x-javascript
</Location>
# ---------------------------------------------------------------------------
# mod_proxy_ajp connector configuration
# ---------------------------------------------------------------------------
<IfModule mod_proxy_ajp.c>
Include /etc/opt/scalix-tomcat/connector/ajp/instance-*.conf
</IfModule>
From what i can tell form
Code: Select all
HTTP Status 404 - /sac
type Status report
message /sac
description The requested resource (/sac) is not available.
Apache Tomcat/5.5.16
tomcat/apache may not know where the web dirs are. I have made sure from other post that i have read that the tomcat service is up and running java was running for tomcat.