0

I changed the httpd.conf file lines:

Listen 80 TO Listen 8012

servername localhost TO servername localhost:8012

And still it trys to start apache at port 80, but can't because a system process is using it.

EDIT No my question is still different because I already followed those steps listed in the possible duplicate question: How to change the port number of Apache in Xampp

Community
  • 1
  • 1
coderg
  • 85
  • 2
  • 8
  • 1
    Possible duplicate of [How to change the port number of Apache in Xampp](http://stackoverflow.com/questions/35552306/how-to-change-the-port-number-of-apache-in-xampp) – dparoli Mar 27 '17 at 18:50
  • @dparoli - no please read my edit section. – coderg Mar 27 '17 at 19:01
  • look at this other one please: http://stackoverflow.com/questions/11294812/how-to-change-xampp-apache-server-port – dparoli Mar 27 '17 at 19:09
  • @dparoli your a genius lol. Please add as answer so people realize not only to change the httpd.conf file and to also change to different port in the http-ssl file. – coderg Mar 29 '17 at 04:04
  • thants @coderg but this is your answer, I didnt know anything about it I only point you in the right direction. Add the steps you follow to solve the problem and XAMPP version for those with the same problem. – dparoli Mar 29 '17 at 06:59

1 Answers1

0

you need to run xampp as an Administrator. it will fix it.

Alex B
  • 1