> Hello everyone! > > I just have installed the apache and PHP. When I installed apache, I ran > the command "./apachectl start" in its directory and there was an > information showing that it has been running, but when I input > "http://localhost/" in browser I can't link to localhost.The error > mesage is below: > > "The connection was refused when attepting to contact localhost."
Check your Apache config file -- it may be set to a port other than 80 (possibly 8080) by default. Change the port and restart Apache, or just point your browser to http://localhost:8080 --------------------------------------------------------------------- michal migurski- contact info and pgp key: sf/ca http://mike.teczno.com/contact.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php