Re: [PHP-WIN] Re: GET / POST

2002-09-29 Thread M.B.
Whell, I tried that, but I still need to make an internetconnection than. ( I don't know why). But one thing I whant to know, I used anouhter port instead of 80. Does that make any differends. I used . But that is because I thought port 80 is for internet (right?? or is it just 8080 only??). A

Re: [PHP-WIN] Re: GET / POST

2002-09-24 Thread M.B.
Thanks, I'm going to try that out rigth away. M.B. "Richard Dobson" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Try making it listen to all ip addresses instead of simply the network > ip. > > Listen 0.0.0.0:80 > > Richard > > On Tuesday, September 24, 2

Re: [PHP-WIN] Re: GET / POST

2002-09-23 Thread Richard Dobson
Try making it listen to all ip addresses instead of simply the network ip. Listen 0.0.0.0:80 Richard On Tuesday, September 24, 2002, at 12:05 am, M.B. wrote: > By the way, does anyone of you knows how to make a lot of changes in > Apache? > > I need to configurate it for a network, but I ha