apache kolab
Andrew J. Kopciuch
akopciuch at bddf.ca
Thu Sep 14 10:44:21 CEST 2006
On Thursday 14 September 2006 02:24, CISCO - Kameko wrote:
> Am using kolab 2.01 on a suse 10.1. Kolab comes wih apache that is
> installed together with the other packages. I want to use the same server
> for hosting my websites with apache2. How can I disable kolab's apache and
> tell it to use my apache2?
>
>
You'll probably want to just run the Kolab apache on different ports than the
default (80 & 443). I always set mine to run on 8000, and 4430.
edit :
/kolab/etc/kolab/templates/httpd.conf.template
- <VirtualHost _default_:443>
+ <VirtualHost _default_:4430>
- Listen 80
+ Listen 8000
- Listen 443
+ Listen 4430
- ErrorDocument 403 https://@@@fqdnhostname@@@/admin/
+ ErrorDocument 403 https://@@@fqdnhostname@@@:4430/admin/
- ErrorDocument 403 https://@@@fqdnhostname@@@/fbview/
+ ErrorDocument 403 https://@@@fqdnhostname@@@:4430/fbview/
Then run :
/kolab/sbin/kolabconf
===============================
Then you can configure the system apache as you normally would.
Andy
More information about the users
mailing list