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: redirect web site to ubuntu machine |
|
Author |
|
hshelat
Joined: 08 Aug 2010 Posts: 6 Location: NJ
|
Posted: Tue 10 Aug '10 23:54 Post subject: redirect web site to ubuntu machine |
|
|
Thank you for your reply,
I did not explain enough in my previus post. I have build windows xp machine. This machine is running OTRS ticket system. All of our users login using http://h2sydp23/otrs/customer.pl and agent can login with http://h2sydp23/otrs/index.pl.
I have also build ubuntu 9.10 machine and installed OTRS ticket system. I like redirect the http://h2sydp23/otrs/customer.pl in windows xp to Ubuntu 9.10 with http://ccbss/otrs/customer.pl.
I searched httpd.conf file and tried to change virtual host but it did not worked.
Any help will be appreaciated.
Hshelat |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
|
Back to top |
|
hshelat
Joined: 08 Aug 2010 Posts: 6 Location: NJ
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Sat 31 Aug '13 18:29 Post subject: |
|
|
On the d2c3cpd
Code: |
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
ProxyPass /otrs/ http://myticket/otrs/
ProxyPassReverse /otrs/ http://myticket/otrs/
|
|
|
Back to top |
|
|
|
|
|
|