Page 1 of 1
Scalix 11.4 - kein Webinterface
Posted: Sat May 24, 2008 6:48 am
by Constan
Hallo,
Ich habe ein Problem mit dem Zugriff auf das Webinterface. Ich erhalte permanent Error 404.
Siehe hier :
In der scalix-tomcat-connector.conf habe ich schon den Pfad auf "/etc/opt/scalix-tomcat/connector/ajp/app-*.conf" geändert, jedoch ohne Erfolg.
Keine Fehler in den Logs, ich bitte um Hilfe.
OS: Suse 10.2
Note : vmware Guest
Scalix : 11.4
Posted: Mon Jun 02, 2008 12:46 am
by stony007_de
Hey Constan!
ich denke das du deine Fragen in der Boardsprache english formulieren solltest!
#############
it the tomcat service currently running??
Posted: Tue Jun 03, 2008 4:55 pm
by joaster
Mayby this is related to the problem I had after upgrading, see
viewtopic.php?t=10799&highlight=
Regards,
Joost.
Posted: Fri Sep 12, 2008 5:09 pm
by Constan
@stony007_de Sry.
@joaster, Unfortunately this did not help. still another does idea have?
Posted: Thu Sep 18, 2008 3:29 am
by Constan
Sry for the dubblepost, but i need help for my Problem. The proposals for solution mentioned could not help me unfortunately.
Posted: Thu Sep 18, 2008 3:32 am
by a.schild
Have you tryed to access tomcat directly via port 8080 ?
Something like
http://www.myscalix.com:8080/webmail
Of course firewall must be allowing direct access to port 8080.
PS: After making change to the .conf file, have you restarted apache ?
André
Posted: Fri Sep 19, 2008 4:58 pm
by Constan
Yes, I have reboot the server. On port 8080 is the thame problem.
Posted: Fri Sep 19, 2008 5:24 pm
by Constan
I have found in the "/etc/opt/scalix-tomcat/connector/ajp/app-linux-cn89z.webmail.conf"
and I have change it to
Now i have an Error 503, on Prot 8009 I have a white site.
Here my Logfiles
[Fri Sep 19 23:07:09 2008] [error] [client 77.189.39.204] Directory index forbidden by Options directive: /srv/www/htdocs/
[Fri Sep 19 23:25:34 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri Sep 19 23:25:34 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Fri Sep 19 23:25:34 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
[Fri Sep 19 23:30:48 2008] [error] (70014)End of file found: ajp_ilink_receive() can't receive header
[Fri Sep 19 23:30:48 2008] [error] ajp_read_header: ajp_ilink_receive failed
[Fri Sep 19 23:30:48 2008] [error] (120006)APR does not understand this error code: proxy: read response failed from (null) (linux-cn89z.netz)
Posted: Mon Sep 22, 2008 4:48 am
by Valerion
You can't speak AJP to port 8080 unless you specifically configured it for that protocol, as usually port 8080 expects HTTP. Check your tomcat configuration file and see what port AJP is configured for, that's what you need in the ProxyPass statement.
Try to go to
http://hostname.domain:8080/webmail and see what happens.
Posted: Mon Sep 22, 2008 3:36 pm
by Constan
Thanks for youre reply.
I dont know what you mean.
My Topleveldomain is dgcmail.de
I would like to be able to reach nevertheless only Scalix by means of the haven 80.
Posted: Tue Sep 23, 2008 4:18 am
by Valerion
Keep the ProxyPass on port 8009. You will need to check the logs after you've done that and ensure that tomcat is properly running. The tomcat logs may also be useful.
Posted: Tue Sep 23, 2008 11:06 am
by Constan
Ok I have the Port on 8009. The tomcat services is running with the command "service scalix-tomcat start"
Then i go to
http://XXX.de i become this logs:
Code: Select all
[Tue Sep 23 17:51:31 2008] [error] [client 77.189.XXX.XXX] Directory index forbidden by Options directive: /srv/www/htdocs/
[Tue Sep 23 17:51:34 2008] [error] [client 77.189.XXX.XXX] File does not exist: /srv/www/htdocs/favicon.ico
Otherwise I do not receive logs. This is already my 4th installation on this server.