Link to home
Start Free TrialLog in
Avatar of timlash74
timlash74

asked on

Groupwise webaccess URL resolves to default apache page instead of Webmail

I just upgraded my Novell Mail server to netware 6.5 sp6.  Groupwise has also been upgraded to sp6.  I am having a strange issue with Apache 2 though.  The old URL for our Groupwise Webaccess doesn't resolve anymore.  Instead it just takes you to the default apache page.  

old URL that won't resolve is - https://webmail.fsi.uiuc.edu

URL that will resolve to correct page from another link from our main site is - https://webmail.fsi.uiuc.edu/servlet/webacc

I have looked at httpd.conf and things look ok in terms of IP's and what's it's listening for.  Here is a snip from file:

# NetWare iManager Config
Include sys:/tomcat/4/conf/nps-Apache.conf
##### Begin Novell eGuide configuration #####
include "SYS:/tomcat/4/webapps/eGuide/WEB-INF/eGuide-apache.conf"
##### End Novell eGuide configuration #####
##### Begin Novell GroupWise WebAccess configuration #####
include "sys:Apache2/conf/GWApache2.conf"
##### End Novell GroupWise WebAccess configuration #####
Listen 128.174.100.34:80
Listen 128.174.100.69:80
SecureListen 128.174.100.69:443 "WEBMAIL 2007"
#SecureListen 128.174.100.34:443 "IP AG 128\.174\.100\.34"
SecureListen 128.174.100.34:443 "SSL CertificateDNS"


any help would be appreciated.  Thanks
Avatar of _Marcel_
_Marcel_
Flag of Netherlands image

So what's your documentroot?
And do you have any virtual servers that you use? (Or should be using?)

Also, I would take a close look at sys:Apache2/conf/GWApache2.conf This should contain the settings fot Groupwise WebAccess.
ASKER CERTIFIED SOLUTION
Avatar of mark_seymour
mark_seymour

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of timlash74
timlash74

ASKER

Thanks so much Mark.  That fixed the problem. I appreciate everybody's help.  Take care!