logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Cannot get Apache running even when I change ports
Author
Sycadelamandez



Joined: 09 Aug 2015
Posts: 2
Location: UK,London

PostPosted: Mon 10 Aug '15 15:07    Post subject: Cannot get Apache running even when I change ports Reply with quote

I am trying to run Xammp version 3.2.1 on Windows 10.
When I first run Apache on port 80 I get this.

1:58:32 PM [main] Initializing Modules
1:58:32 PM [Apache] Problem detected!
1:58:32 PM [Apache] Port 80 in use by "Unable to open process" with PID 4!
1:58:32 PM [Apache] Apache WILL NOT start without the configured ports free!
1:58:32 PM [Apache] You need to uninstall/disable/reconfigure the blocking application
1:58:32 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
1:58:32 PM [mysql] XAMPP MySQL is already running on port 3306
1:58:32 PM [main] Starting Check-Timer
1:58:32 PM [main] Control Panel Ready

When I change to any other port I get this message

2:04:31 PM [Apache] Attempting to start Apache app...
2:04:32 PM [Apache] Status change detected: running
2:04:36 PM [Apache] Status change detected: stopped
2:04:36 PM [Apache] Error: Apache shutdown unexpectedly.
2:04:36 PM [Apache] This may be due to a blocked port, missing dependencies,
2:04:36 PM [Apache] improper privileges, a crash, or a shutdown by another method.
2:04:36 PM [Apache] Press the Logs button to view error logs and check
2:04:36 PM [Apache] the Windows Event Viewer for more clues
2:04:36 PM [Apache] If you need more help, copy and post this
2:04:36 PM [Apache] entire log window on the forums

When I Look in the error logs I get a blank file for all the logs.
Back to top
RevArie



Joined: 07 Aug 2015
Posts: 5
Location: Rotterdam, Netherlands

PostPosted: Mon 10 Aug '15 15:57    Post subject: Reply with quote

Seems like Xampp is already started. Check the processes on your pc with the Taskmanager, or reboot.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Mon 10 Aug '15 17:45    Post subject: Reply with quote

Yoi can findout what is listen on that port

Code:
netstat -ano | findstr /R 0.0:80 && netstat -ano | findstr /R 0.0:443
Back to top
Sycadelamandez



Joined: 09 Aug 2015
Posts: 2
Location: UK,London

PostPosted: Tue 11 Aug '15 19:16    Post subject: I fixed it Reply with quote

I found a site on the web that recommended using Regedit. This is what i did -

. Launch RegEdit
2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP
3. Change the value of "start" to 4 (disabled)
4. Reboot your computer
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Wed 12 Aug '15 16:34    Post subject: Reply with quote

Then IIS is installed...
Back to top


Reply to topic   Topic: Cannot get Apache running even when I change ports View previous topic :: View next topic
Post new topic   Forum Index -> Apache