Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: OTRS from windows |
|
Author |
|
hshelat
Joined: 08 Aug 2010 Posts: 6 Location: NJ
|
Posted: Tue 17 Aug '10 20:27 Post subject: OTRS from windows |
|
|
Thank you for your reply.
I have following files under the /etc/apache2/mods_available directory on Ubuntu 9.10.
proxy.load
proxy_http.load
proxy_connect.load
They contains "LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so"
"LoadModule proxy_http /usr/lib/apache2/modules/mod_http.so"
LoadModule proxy_connect /usr/lib/apache2/modules/mod_proxy_connect.so" respectively.
My question is do I enter "
ProxyPass /otrs/ http://h2sydp23/otrs/
ProxyPassReverse /otrs/ http://h2sydp23/otrs/ "
in each of the files?
Thanks,
HS |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Wed 18 Aug '10 13:32 Post subject: |
|
|
Code: |
ProxyPass /otrs/ http://h2sydp23/otrs/
ProxyPassReverse /otrs/ http://h2sydp23/otrs/
|
Put that only in the apache2.conf
Make sure that you create a symlink from /etc/apache2/mods_available to /etc/apache2/mods_enabled form the three load files. Than sudo apache2ctl -S
If no error come up than
sudo apache2ctl graceful |
|
Back to top |
|
|
|
|
|
|