[EMAIL PROTECTED] testing server

2006-09-23 Thread Larry
Apache 2.0.47, PHP 4.3.4, MySQL 4 something. All installed on Win XP Pro SP2, 2 gig mem. I am trying to setup a testing server for Dreamweaver 8. Most of my work is in subdirectories of C:\Websites, for example C:\Websites\AgendaTest. I would like to use Apache with PHP as a testing server.

Re: [EMAIL PROTECTED] testing server

2006-09-23 Thread Sander Temme
On Sep 23, 2006, at 5:06 PM, Larry wrote: What am I screwing up here? What unexpected result are you seeing? S. -- [EMAIL PROTECTED]http://www.temme.net/sander/ PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] testing server

2006-09-23 Thread Larry
On 9/23/2006 8:12:15 PM, Sander Temme ([EMAIL PROTECTED]) wrote: > On Sep 23, 2006, at 5:06 PM, Larry wrote: > > > What am I screwing up here? > > What unexpected result are you seeing? > > S. Well, apparently, localhost is not resolving to 127.0.0.1. I get the error "Bad Gateway The proxy ser

Re: [EMAIL PROTECTED] testing server

2006-09-24 Thread Gerwin van de Steeg
Just for a thought, make the hosts file look something like this: 127.0.0.1 localhost websites agendatest note the lowercase and also for your apache config make sure you turn on Name based virtual hosts and use lowercase hostnames. read: http://httpd.apache.org/docs/2.0/vhosts/name-based.ht

Re: [EMAIL PROTECTED] testing server

2006-09-24 Thread Larry
On Mon, 25 Sep 2006 11:50:15 +1200, you wrote (with possible editing): >Just for a thought, make the hosts file look something like this: > >127.0.0.1 localhost websites agendatest http://websites/ yields "Proxy Error" http://localhost/ yields "Bad Gateway" >note the lowercase Yes, I did. >an

Re: [EMAIL PROTECTED] testing server

2006-09-24 Thread Gerwin van de Steeg
Have you tried to see if the hostnames can be resolved correctly? From a command prompt try to ping or do a host lookup (nslookup or host) on the 3 names specified in the hosts file ie. ping websites if this works then check to see if your browser is trying to use a web proxy somewhere Tur

Re: [EMAIL PROTECTED] testing server

2006-09-25 Thread Larry
BULLSEYE!!! Ping worked on all three. So I said to myself, "Self, he's got to be spot on, but I don't have a proxy - well I do, the SonicWall TZ-170, but it's setup to be transparent" Then I remembered that I also have Anonymizer, a service I bought long ago to protect myself from web attacks.