pri pri wrote: > hi all > we have otrs on small business server 2003 with exchange 2003. the > exchange virtual server has to run for outlook web access. but since the > apache server is also http there seems to be a conflict and hence otrs > gets installed in the server only when the exchange virtual server is > disabled. how do i make otrs listen in another port. can somebody help? > is it not possible to use OWA if i have exchange server on the same > machine?? > thank you
Within the httpd.conf file that controls apache you will need to specify the port on the "Listen" directive. By default it should be "Listen 80" change this to something like "Listen 8888". You would then connect to http://servername:8888/otrs/index.pl Steve _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support or consulting for your OTRS system? => http://www.otrs.com/
