although apache seems "working" on xampp control panel,i can't reach localhost or 127.0.0.1 . changed 80 port 81 not solved.
httpd.cong -> listen 0.0.0.0:80
my host file in system32/drivers/etc directory
127.0.0.1 localhost last log in apache error log is
[tue jul 14 22:54:33.141632 2015] [mpm_winnt:notice] [pid 2620:tid 392] ah00422: parent: received shutdown signal -- shutting down server. [tue jul 14 22:54:35.145746 2015] [mpm_winnt:notice] [pid 4708:tid 288] ah00364: child: worker threads have exited. [tue jul 14 22:54:35.188749 2015] [mpm_winnt:notice] [pid 2620:tid 392] ah00430: parent: child process 4708 exited successfully. [tue jul 14 22:54:36.218808 2015] [mpm_winnt:notice] [pid 1376:tid 392] ah00455: apache/2.4.7 (win32) php/5.5.9 configured -- resuming normal operations [tue jul 14 22:54:36.218808 2015] [mpm_winnt:notice] [pid 1376:tid 392] ah00456: apache lounge vc11 server built: nov 21 2013 20:13:01 [tue jul 14 22:54:36.218808 2015] [core:notice] [pid 1376:tid 392] ah00094: command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d c:/xampp/apache' [tue jul 14 22:54:36.470822 2015] [mpm_winnt:notice] [pid 1376:tid 392] ah00418: parent: created child process 1296 [tue jul 14 22:54:36.984851 2015] [mpm_winnt:notice] [pid 1296:tid 288] ah00354: child: starting 150 worker threads.
sometimes port 80 used other applications on windows such skype. try changing ports 8080 in apache>config>httpd.conf , 4433 in apache>config>httpd-ssl.conf
sometimes network maybe creating issue. try disconnecting network , reloading localhost. if works, network restrictions.
Comments
Post a Comment