[PHP] Re: No Localhost with apache?

2002-08-28 Thread Seairth Jacobs
--- Ryan A [EMAIL PROTECTED] wrote in message 000e01c24e7f$b7bd8820$61d396c1@l2zcaxu7emppqh">news:000e01c24e7f$b7bd8820$61d396c1@l2zcaxu7emppqh... Anyway, I installed PHPTriad first but since the version of php is 4.0.0 I uninstalled it and installed SpaceServer...the problem I noticed with both

Re: [PHP] Re: No Localhost with apache?

2002-08-28 Thread @ Edwin
Actually, the same thing happens if the ServerName directive was not set. But anyway, even if the default page doesn't show up, http://localhost/some.php would still work... - E --- "Ryan A" [EMAIL PROTECTED] wrote in message

Re: [PHP] Re: No Localhost with apache?

2002-08-28 Thread Ryan A
Hey, Thank you for replying... I checked the httpd.conf file and this is what I saw ServerName localhost ServerName 212.92.**.*** (The stars are numbers of course but I put them there to protect myself from evil genus's on the list :-) ) I have no idea what the second line is forapache

Re: [PHP] Re: No Localhost with apache?

2002-08-28 Thread @ Edwin
forapache still only responds to 127.0.0.1 Any new ideas? Maybe you should ask the Apache ml... Cheers, -Ryan - Original Message - From: "@ Edwin" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, August 28, 2002 7:00 PM Subject: Re: [PHP

Re: [PHP] Re: No Localhost with apache?

2002-08-28 Thread Seairth Jacobs
Hmm... maybe there is a problem with your hosts file (in WinNT systems (NT/W2K/XP), I think you can find it in /winnt/system32/drivers/etc). Normally, you should have a line that looks like: 127.0.0.1 localhost # default localhost (the #default localhost is just a comment).