2
I have mysql and SQL server installed and try to install Xampp now, but I get errors when starting Apache and Mysql, already tried to change ports and without success.
error log.
[Wed Nov 08 15:30:35.891547 2017] [ssl:warn] [pid 3644:tid 212] AH01909:
www.example.com:443:0 server certificate does NOT include an ID which
matches the server name
[Wed Nov 08 15:30:36.196082 2017] [ssl:warn] [pid 3644:tid 212] AH01909:
www.example.com:443:0 server certificate does NOT include an ID which
matches the server name
[Wed Nov 08 15:30:36.669476 2017] [mpm_winnt:notice] [pid 3644:tid 212]
AH00455: Apache/2.4.28 (Win32) OpenSSL/1.0.2l PHP/7.0.24 configured --
resuming normal operations
[Wed Nov 08 15:30:36.669476 2017] [mpm_winnt:notice] [pid 3644:tid 212]
AH00456: Apache Lounge VC14 Server built: Oct 4 2017 11:36:32
[Wed Nov 08 15:30:36.669476 2017] [core:notice] [pid 3644:tid 212] AH00094:
Command line: 'C:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Nov 08 15:30:36.685101 2017] [mpm_winnt:notice] [pid 3644:tid 212]
AH00418: Parent: Created child process 10664
[Wed Nov 08 15:30:37.200207 2017] [ssl:warn] [pid 10664:tid 216] AH01909:
www.example.com:443:0 server certificate does NOT include an ID which
matches the server name
[Wed Nov 08 15:30:37.455629 2017] [ssl:warn] [pid 10664:tid 216] AH01909:
www.example.com:443:0 server certificate does NOT include an ID which
matches the server name
[Wed Nov 08 15:30:37.479692 2017] [mpm_winnt:notice] [pid 10664:tid 216]
AH00354: Child: Starting 150 worker threads.
I’ve reinstalled a few times and always ran as Adm.
– Sabrina
Try the following: 1- go to run and search for services.Msc 2- search Apache2."apache version", open it and change the boot type to just auto apply and click start. 3- search mysql and perform the same procedure and try to run XAMPP.
– Daniel Molina
For both gave file error not found.
– Sabrina
I understand, I have searched in some forums similar errors and all indicate the change of ports follow the full tutorial: http://tisuperinfo.blogspot.com.br/2012/09/mudando-as-portas-do-xampp.html It seems that this is a problem with mysql that you already have installed. I could not test because I do not use windows but if possible take a backup of your projects and try to uninstall mysql and reinstall XAMPP. You can also try installing Wampserver if applicable.
– Daniel Molina
I followed the tutorial and am trying the following error:
– Sabrina
13:56:57 [Apache] Apache Service Detected with Wrong path 13:56:57 [Apache] Change XAMPP Apache and Control Panel Settings
– Sabrina
or 13:56:57 [Apache] Uninstall/disable the other service Manually first 13:56:57 [Apache] Found Path: "C: program files (x86) xampp apache bin httpd.exe" -k runservice
– Sabrina
13:56:57 [Apache] Expected Path: "c: xampp apache bin httpd.exe" -k runservice 13:56:57 [mysql] Mysql Service Detected with Wrong path 13:56:57 [mysql] Change XAMPP Mysql and Control Panel Settings
– Sabrina
or 13:56:57 [mysql] Uninstall/disable the other service Manually first 13:56:57 [mysql] Found Path: "C: program files (x86) xampp mysql bin mysqld.exe" --defaults-file="c: program files (x86) xampp mysql bin my.ini" mysql 13:56:57 [mysql] Expected Path: c: xampp mysql bin mysqld.exe --defaults-file=c: xampp mysql bin my.ini mysql 13:56:57 [Filezilla] Filezilla Service Detected with Wrong path 13:56:57 [Filezilla] Change XAMPP Filezilla and Control Panel Settings
– Sabrina
or 13:56:57 [Filezilla] Uninstall/disable the other service Manually first 13:56:57 [Filezilla] Found Path: "C: program files (x86) xampp filezillaftp filezillaserver.exe" 13:56:57 [Filezilla] Expected Path: "c: xampp Filezillaftp filezillaserver.exe"
– Sabrina
in fact it is an issue with mysql folders that you already have installed, try uninstalling mysql and delete all remaining folders, then reinstall xampp and try to run it.
– Daniel Molina
after deleting mysql and reinstalling xampp everything is back to normal, thank you.
– Sabrina
Good! for nothing.
– Daniel Molina