No web access after upgrade to 11.4

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

joaster
Posts: 101
Joined: Wed Aug 02, 2006 9:08 am

No web access after upgrade to 11.4

Postby joaster » Thu May 22, 2008 3:54 pm

Somebody please help with this problem.

After upgrading to version 11.4 web access to all services stopped. I think that it is a Virtual directory problem since I get these error messages:

Code: Select all

[root@server-em1 webmail]# tail /var/log/httpd/error_log
[Thu May 22 21:18:12 2008] [error] [client 192.168.100.11] File does not exist: /var/www/html/webmail
[Thu May 22 21:18:22 2008] [error] [client 192.168.100.11] File does not exist: /var/www/html/sac
[Thu May 22 21:18:32 2008] [error] [client 192.168.100.11] File does not exist: /var/www/html/m
[Thu May 22 21:18:42 2008] [error] [client 192.168.100.11] File does not exist: /var/www/html/sis


Can someone please tell me how to fix this.

Regards,
Joost.

ps. Access through the scalix connector by Outlook works (for sending and receiving mail).

joaster
Posts: 101
Joined: Wed Aug 02, 2006 9:08 am

Postby joaster » Thu May 22, 2008 5:45 pm

Okee I figured it out.

Since the file names of the include file have changed you have to alter the following line in the file /etc/httpd/conf.d/scalix-tomcat-connector.conf:
Include /etc/opt/scalix-tomcat/connector/ajp/instance-*.conf
to
Include /etc/opt/scalix-tomcat/connector/ajp/app-*.conf

Regards,
Joost.

pcperfect

Postby pcperfect » Tue Oct 14, 2008 2:26 pm

Shouldn't be right...

The instance-*.conf should include the app-*.conf's. So if you change it to directly include the app-*.conf from scalix-tomcat-connector.conf, the instance-*.conf will not be loaded.

Code: Select all

cat /etc/httpd/conf.d/scalix-tomcat-connector.conf | grep Include
Include /etc/opt/scalix-tomcat/connector/ajp/instance-*.conf


Code: Select all

cat /etc/opt/scalix-tomcat/connector/ajp/instance-*.conf | grep Include
Include /etc/opt/scalix-tomcat/connector/ajp/app-scalix.*.conf
Include /etc/opt/scalix-tomcat/connector/ajp/app-scalix.*.conf

(One for 80 and one for 443)

This is on a fresh install and not an updated version, so guess it was the updater that missed something

Hibbelharry
Posts: 24
Joined: Tue May 22, 2007 9:44 am
Location: Bremen, Germany
Contact:

Postby Hibbelharry » Mon Oct 20, 2008 6:30 am

I had the same problem on CentOS 5.2 after updating to 11.4.2.

I haven't found the exact reason and digged for a while unable to find the real cause. After a while i really got the impression that /etc/httpd/conf.d/scalix-tomcat-connector.con was totally ignored. Snce i found no file permission problem i finally removed the softlink and copied the original file over to /ec/httpd... and everything worked.

Maybe this is of help for anybody else facing the same problem.

Greetz
Hibbelharry

Dunkirk
Posts: 33
Joined: Fri Jul 14, 2006 2:07 pm

Postby Dunkirk » Sun Oct 26, 2008 7:23 am

I'm with `pcperfect'. I simply had no instance-*.* files, so I tried his suggestion, and it started working. (But now I have other issues...)

LeslieW
Scalix
Scalix
Posts: 239
Joined: Thu Jun 19, 2008 10:03 am
Contact:

Postby LeslieW » Mon Oct 27, 2008 7:55 am

Hibbelharry wrote: i finally removed the softlink and copied the original file over to /ec/httpd... and everything worked.


The next time you upgrade, you will have problems.

Your copied file (which should be a softlink to the real file) will not show the changes from the upgrade. The real file will get upgraded but your copied file will not.

Hibbelharry
Posts: 24
Joined: Tue May 22, 2007 9:44 am
Location: Bremen, Germany
Contact:

Postby Hibbelharry » Tue Oct 28, 2008 5:53 am

I know where I'll have to keep my eye ;)


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 0 guests