[us...@httpd] Setting up a basic http proxy?

2010-01-03 Thread DJ AM_Juicebox
Hi, I'm looking to run apache as a proxy for web development. I'm running mac ox 10.5.4, which already has apache 2.2.8 installed and running. I'd like to point my javascript files (which are running locally on my machine) to: http://localhost/test.php which would hit the local apache server,

Re: [us...@httpd] Setting up a basic http proxy?

2010-01-04 Thread Devraj Mukherjee
You are looking at the right documentation, you need to add rules that are custom to your situation. For example if your web server serving the JS is running on port 8080 a rule would look like ProxyPass /js http://localhost:8080/ On Mon, Jan 4, 2010 at 11:17 AM, DJ AM_Juicebox wrote: > Hi, > >