My current version of Xamp is Xampp-win32-1.8.3-1-vc11-installer (download)
Apache Boot prompt
10:33:43 [Apache]problem detected!
10:33:43 [Apache]port-in-use ' by ' unable to open process ' with PID 4!
10:33:43 [Apache]apache would not start without the configured ports free!
10:33:43 [Apache] youneed to uninstall/disable/reconfigure the blocking application
10:33:43 [Apache] orreconfigure Apache and the Control Panel to listen on a different port
10:33:43 [Apache]problem detected!
10:33:43 [Apache]port 443 in use by "" C:\Program Files (x86) \vmware\vmwareworkstation\vmware-hostd.exe "-U" C:\ProgramDa Ta\vmware\hostd\config.xml "" With PID 5728!
10:33:43 [Apache]apache would not start without the configured ports free!
10:33:43 [Apache] youneed to uninstall/disable/reconfigure the blocking application
10:33:43 [Apache] orreconfigure Apache and the Control Panel to listen on a different port
Find a solution on the Internet
2.httpd-ssl.conf
I tried it, and it didn't work out.
It was later found that there are two files in the XAMPP root directory Properties.ini and Xampp-control.ini
1, open Properties.ini, find
[General]
Installdir=d:\xampp
Base_stack_name=xampp
Base_stack_version=1.8.3-1
Base_stack_platform=windows
Require_root_privileges=1
[Apache]
Apache_server_port=80
apache_server_ssl_port=443
Apache_root_directory=/xampp/apache
Apache_htdocs_directory=d:\xampp/htdocs
apache_domainname=127.0.0.1
Apache_configuration_directory=d:\xampp/apache/conf
Apache_unique_service_name=
[MySQL]
mysql_port=3306
Mysql_host=localhost
Mysql_root_directory=d:\xampp\mysql
Mysql_binary_directory=d:\xampp\mysql\bin
Mysql_data_directory=d:\xampp\mysql\data
Mysql_arguments=-u root-p3306
Mysql_unique_service_name=
[PHP]
php_binary_directory=d:\xampp\php
php_configuration_directory=d:\xampp\php
The Red Callout section sets the port in fact, and then changes it to
apache_server_port=8088
apache_server_ssl_port=4431
1, open Xampp-control.ini, find
[Serviceports]
Apache=80
apachessl=443
mysql=3306
Filezilla=21
filezillaadmin=14147
Mercury1=25
mercury2=79
mercury3=105
mercury4=106
mercury5=110
mercury6=143
mercury7=2224
tomcathttp=8080
tomcatajp=8009
tomcat=8005
Modified into
apache=8088
apachessl=4431
Modify it ....
Modify into 8088,4431
Reboot, Fix it. It's not easy.
Start Apache failure resolution when installing XAMPP XAMPP