Page 1 of 1

Windows 10 install issue

PostPosted: 18. August 2015 21:02
by rrohljr
I downloaded the installer for Win10. Upon running the executable, the log shows this error for Apache:

Code: Select all
8:21:10 AM  [Apache]    Problem detected!
8:21:10 AM  [Apache]    Port 80 in use by "Unable to open process" with PID 6364!
8:21:10 AM  [Apache]    Apache WILL NOT start without the configured ports free!
8:21:10 AM  [Apache]    You need to uninstall/disable/reconfigure the blocking application
8:21:10 AM  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port
8:21:10 AM  [Apache]    Problem detected!
8:21:10 AM  [Apache]    Port 443 in use by "Unable to open process" with PID 6364!
8:21:10 AM  [Apache]    Apache WILL NOT start without the configured ports free!
8:21:10 AM  [Apache]    You need to uninstall/disable/reconfigure the blocking application
8:21:10 AM  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port


This is on a clean Win10 install. What gives?

Re: Windows 10 install issue

PostPosted: 18. August 2015 21:21
by Altrea
Take a look into your Windows Task Manager or XAMPP netstat which process has the mentioned Process ID (PID)

Re: Windows 10 install issue

PostPosted: 18. August 2015 21:27
by rrohljr
It says Apache HTTP Server, but I haven't installed Apache manually yet? Does it come preinstalled on Win10?

Re: Windows 10 install issue

PostPosted: 18. August 2015 21:28
by Altrea
rrohljr wrote:Does it come preinstalled on Win10?

No.

close XAMPP and restart the control panel with enhanced administration permissions for more detailed messages

Re: Windows 10 install issue

PostPosted: 18. August 2015 21:35
by rrohljr
Altrea wrote:
rrohljr wrote:Does it come preinstalled on Win10?

No.

close XAMPP and restart the control panel with enhanced administration permissions for more detailed messages

Code: Select all
4:34:43 PM  [main]    Initializing Control Panel
4:34:43 PM  [main]    Windows Version: Windows 8  64-bit
4:34:43 PM  [main]    XAMPP Version: 5.5.27
4:34:43 PM  [main]    Control Panel Version: 3.2.1  [ Compiled: May 7th 2013 ]
4:34:43 PM  [main]    Running with Administrator rights - good!
4:34:43 PM  [main]    XAMPP Installation Directory: "c:\xampp\"
4:34:43 PM  [main]    Checking for prerequisites
4:34:43 PM  [main]    All prerequisites found
4:34:43 PM  [main]    Initializing Modules
4:34:43 PM  [Apache]    XAMPP Apache is already running on port 80
4:34:43 PM  [Apache]    XAMPP Apache is already running on port 443
4:34:43 PM  [main]    Starting Check-Timer
4:34:43 PM  [main]    Control Panel Ready

Re: Windows 10 install issue

PostPosted: 18. August 2015 21:37
by Altrea
rrohljr wrote:4:34:43 PM [Apache] XAMPP Apache is already running on port 80
4:34:43 PM [Apache] XAMPP Apache is already running on port 443

So everything is good, this Apache is the Apache of your XAMPP installation.
You seem to have started it already, either via Autostart, Windows Service, the batch files or another control panel.

Re: Windows 10 install issue

PostPosted: 18. August 2015 21:41
by rrohljr
I see, so Apache has already been installed when I ran the xampp-win32-5.5.27-1-VC11-installer.exe file?

Re: Windows 10 install issue

PostPosted: 18. August 2015 21:57
by Altrea
I don't know.