| Welcome to the Zimbra - Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | | 
04-10-2006, 03:46 AM
| | Intermediate Member | |
Posts: 17
| | www Port Conflict/Changing Zimbra Apache Setting Hi,
I have encountered a nasty problem which still keeps out my Zimbra installation out of net stream. Zimbra launches its own copy of Apache which takes ports 80 (http) and 443 (http SSL). However, I cannot move our company web scripts into Zimbra's Apache because we have our own custom installation on the same SuSE 10 box.
So, I took the shortest route and tried to change Zimbra's Apache ports 80 to 81 and 443 to 444 respectively using this script:
/opt/zimbra/libexec/zmsetup.pl
After applying configuration and starting services again Zimbra's Apache still listening port 80. I have manually edited httpd.cong, no effect anyway.
So I digged forums and found this: For anyone else who runs into this, what I did was edit:
/opt/zimbra/jakarta-tomcat-5.5.7/webapps/service/WEB-INF/web.xml
<param-value>80, 443, 7070, 7443</param-value>
To read:
HTML Code:
<param-value>80, 443, 7070, 7443, 8888</param-value> As a followup, it seems this is no longer true.
Well, it is, but it no longer works this way :-)
Any changes you make to web.xml are now overwritten when Zimbra starts up. You can make those same changes in this file:
/opt/zimbra/jakarta-tomcat-5.5.7/conf/service.web.xml.in
And that will solve this problem.
So, what is the proper way to instruct Zimbra's Apache to run for example on port 8080 for http and port 8081 for http SSL?
Of course, I can edit my firewall rules to swap ports, but this is rather awkward solution. I think, it would be better to change Zimbra's Apache behaviour.
Thanks in advance for any help.
PS. Please add this topic to the admin manual, or at least, wiki/faq site. | 
04-10-2006, 04:12 AM
| | Zimbra Consultant & Moderator | |
Posts: 11,514
| | Zimbra install should find the port conflicts and you have the option to change them at that time. My advice, FWIW, is to run the install script again and make the changes when you do that. BTW, Zimbra doesn't use Apache it uses Tomcat.
You can always add the information to the wiki yourself. 
__________________
Regards
Bill
Last edited by phoenix : 04-10-2006 at 04:25 AM.
| 
04-10-2006, 07:31 AM
| | Intermediate Member | |
Posts: 17
| | Changing www port # Hi, Bill,
Thanks a lot for reply.
As I wrote in my previous post, I did changed the port # with:
/opt/zimbra/libexec/zmsetup.pl
However, it had no effect whatsoever (at least, in my case, I have even rebooted system).
What could be another solution? | 
04-10-2006, 07:54 AM
| | Zimbra Consultant & Moderator | |
Posts: 11,514
| | That wasn't what I meant, I was suggesting you run install.sh again and go through the install process and change the ports at the end, before you commit the upgrade.
When you ran zmsetup.pl were you doing at as 'su - zimbra'?
__________________
Regards
Bill
| 
04-10-2006, 01:37 PM
| | Intermediate Member | |
Posts: 17
| | Re: Changing www port # Hi, Bill,
No, I have run it as root. | 
04-10-2006, 01:43 PM
| | Zimbra Consultant & Moderator | |
Posts: 11,514
| | All zimbra commands are run as 'su - zimbra' otherwise you'll get problems.
__________________
Regards
Bill
| 
04-10-2006, 01:52 PM
| | Zimbra Employee | |
Posts: 512
| | there are a few things that should be run as root  . you'll notice for some that it prompts for a password or states "Warning: libexec/zmsetup.pl must be run as root!".
you can change the webmail access ports like this (with the appropriate SERVERNAME):
su - zimbra
zmprov ms SERVERNAME zimbraMailPort 81
zmprov ms SERVERNAME zimbraMailSSLPort 444
tomcat restart | 
04-10-2006, 01:59 PM
| | Zimbra Consultant & Moderator | |
Posts: 11,514
| | Quote: |
Originally Posted by bobby there are a few things that should be run as root  . | I'm having a bad day today, I'll go back to sleep for a while and see if that helps. 
__________________
Regards
Bill
| 
04-11-2006, 12:46 PM
| | Intermediate Member | |
Posts: 17
| | Re: www Port Conflict/Changing Zimbra Apache Setting Thanks! Its worked finally :-)) | 
04-16-2006, 10:10 AM
| | | where can i find more info about the zmprov command seems quite usefull but when i run it with -h argument it doesnt seems to give me all the options | | Thread Tools | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |