Re: Connecting to EasyPHP (Apache) [message #171240 is a reply to message #171233] |
Wed, 29 December 2010 20:35 |
Jeremy J Starcher
Messages: 5 Registered: December 2010
Karma:
|
Junior Member |
|
|
On Wed, 29 Dec 2010 11:17:49 -0800, Charlie wrote:
> I Googled it and it said something about Listen NUMBER in a file
> HTTPD.CON so I searched and there are 3 files HTTPD.CONF 1 includes
> Listen 8080 and 2 had Listen 127.0.0.1.8888 so I tried 8888 next and it
> works.
Glad you got it to work... it should have come up to that URL
automatically when you used the 'Explore Local Web' option, or however it
was phrased.
> Last question: What does a PHP programmer (not a systems administrator)
> do when he gets errors like this and the documentation is just a list of
> special case problems and none seem to be this problem - where do people
> get help?
I can't answer for anyone else, but I can tell you how I did it...
Intense curiosity about everything .. sticking my nose in every menu
option and every config file of programs that I used ...
LOTS of time on Google...
A good general feel of the underlying disciplines of how everything
connects together...
For example: This is something that I thought it would be excellent for
everyone who does any WEB-based stuff to know.
When you using your web browser, and you type in an address into your
address bar.. lets say
< http://www.google.com >
What all happens, both on the side of the local web browser *and* on the
server when you give that request?
Knowing the answer to that question can really really help cut down
debugging time because you know what kinds of errors come up and the
different stages where there might be a problem.
|
|
|