|
|
| Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate. |
|
|||||||
| TouchArcade.com - iPhone Game Reviews and News |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
macrumors 6502a
|
Apache ProxyPass
Hi. Im trying to set up a proxy to help me get around cross domain security issues im having.
I have a VPS from GoDaddy and its running Plesk on Windows 2000. Following instructions at xml.com (link) I searched my server for the mod_proxy extension, which i found to be on the server, and then i searched for the httpd.conf file. I opened that up and added two lines of code: Code:
ProxyPass /call/ http://webservices.amazon.com/onca/xml/ ProxyPassReverse http://webservices.amazon.com/onca/xml/ any idea what ive done wrong? thanks in advance
__________________
Mac Mini Core Duo 1.83Ghz 2GB RAM 80GB HDD SuperDrive 10.5 - 23" Dell Monitor
8GB iPhone 3G - 80GB iPod Classic Silver - 2G Shuffle Silver ![]() |
|
|
|
|
|
#2 |
|
macrumors 601
Join Date: Aug 2005
Location: Dayton, OH
|
Aren't you missing the second argument on the ProxyPassReverse line? Not that I've ever used this. I just read a little here.
|
|
|
|
|
|
#3 | ||
|
Thread Starter
macrumors 6502a
|
Quote:
Quote:
__________________
Mac Mini Core Duo 1.83Ghz 2GB RAM 80GB HDD SuperDrive 10.5 - 23" Dell Monitor
8GB iPhone 3G - 80GB iPod Classic Silver - 2G Shuffle Silver ![]() |
||
|
|
|
|
|
#4 | |
|
macrumors 601
Join Date: Aug 2005
Location: Dayton, OH
|
Quote:
Code:
# The Example ProxyPass /mirror/foo/ http://foo.com/ ProxyPassReverse /mirror/foo/ http://foo.com/ # Yours ProxyPass /call/ http://webservices.amazon.com/onca/xml/ ProxyPassReverse <something/missing/here> http://webservices.amazon.com/onca/xml/ |
|
|
|
|
|
|
#5 | |
|
Thread Starter
macrumors 6502a
|
Quote:
__________________
Mac Mini Core Duo 1.83Ghz 2GB RAM 80GB HDD SuperDrive 10.5 - 23" Dell Monitor
8GB iPhone 3G - 80GB iPod Classic Silver - 2G Shuffle Silver ![]() |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|