Page 1 of 1

Apache running but can't connect [Solved]

PostPosted: 13. November 2012 10:53
by joephpdevel
I have Apache running but I can't access the localhost page. This is in error.log

Code: Select all
[Tue Nov 13 10:40:23.181008 2012] [mpm_winnt:notice] [pid 4276:tid 592] AH00455: Apache/2.4.3 (Win32) PHP/5.4.7 configured -- resuming normal operations
[Tue Nov 13 10:40:23.181008 2012] [mpm_winnt:notice] [pid 4276:tid 592] AH00456: Server built: Aug 18 2012 12:41:37
[Tue Nov 13 10:40:23.181008 2012] [core:notice] [pid 4276:tid 592] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Tue Nov 13 10:40:23.194008 2012] [mpm_winnt:notice] [pid 4276:tid 592] AH00418: Parent: Created child process 5492
[Tue Nov 13 10:40:24.788100 2012] [mpm_winnt:notice] [pid 5492:tid 612] AH00354: Child: Starting 150 worker threads.


Access.log is empty.

Re: Apache running but can't connect

PostPosted: 13. November 2012 12:15
by joephpdevel
The problem I had was that I needed to enter the port in the adress (localhost:8088 in my case). Problem solved