php - Unable to start Apache module in xamp server -
i have installed xamp server first time , want run php website on local server. when start apache module in xamp server shows following error mysql starts , runs fine:
9:04:58 pm [apache] attempting start apache app... 9:04:58 pm [apache] status change detected: running 9:04:58 pm [apache] status change detected: stopped 9:04:58 pm [apache] error: apache shutdown unexpectedly. 9:04:58 pm [apache] may due blocked port, missing dependencies, 9:04:58 pm [apache] improper privileges, crash, or shutdown method. 9:04:58 pm [apache] press logs button view error logs , check 9:04:58 pm [apache] windows event viewer more clues 9:04:58 pm [apache] if need more help, copy , post 9:04:58 pm [apache] entire log window on forums
i doing software testing assignment. have test website on local server , have installed xamp server. can help?
there many possible answers this. common 1 program running on port 80. had same problem , found vagrant box running on port 80.
if have skype installed on computer, change apache's port else.
to so, go xampp/apache/conf/httpd.conf , change following line in httpd.conf:
servername localhost:80
to
servername localhost:81
furthermore, if doesn't work, change following line well:
listen 80 listen 81
Comments
Post a Comment