Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

port 80 in use by "unable to open process" with pid 4!

Run CMD as Administrator

net stop was /y

Restart apache with XAMPP
Comment

problem detected port 80 in use by unable to open process with pid 4

Open CMD as administrator and run
net stop was /y
Restart Apache server
Comment

Port 80 in use by "Unable to open process"

net stop was /y
Comment

Port 80 in use by "Unable to open process"

//This Error is somthing like this  

Problem detected!
9:52:52 PM  [Apache] 	Port 80 in use by "Unable to open process" with PID 4!
9:52:52 PM  [Apache] 	Apache WILL NOT start without the configured ports free!
9:52:52 PM  [Apache] 	You need to uninstall/disable/reconfigure the blocking application
9:52:52 PM  [Apache] 	or reconfigure Apache and the Control Panel to listen on a different port

//How to fix this Error
//1:in side Apache choose (config) then click on Apache(httpd.conf) and search for number(80) change 80 to 8080 or 8081 then save the file
//2:in side Apache again choose (config) then click on Apache(httpd.ssl.conf) and search for number (443) change the all number 443 to 4433
//3:now stop Apache and mysql and restart it again 
//4:now search in your browser like this, http://localhost:8080/laravelEcommerce
//now you can see everything in htdocs folder is working
Comment

PREVIOUS NEXT
Code Example
Shell :: cat /etc/os-release 
Shell :: git cli switch user 
Shell :: install virtual environment ubuntu 
Shell :: psycopg2 error pip install error 
Shell :: check ram memory usage linux 
Shell :: ubuntu bluetooth not listed 
Shell :: apt install postgres client 
Shell :: reload shell 
Shell :: how to install frida 
Shell :: linux rename folder add suffix 
Shell :: install firewalld ubuntu 20.04 
Shell :: installing git on ec2 
Shell :: centos zoom 
Shell :: brave disable gpu linux 
Shell :: awk get second column from command output 
Shell :: instal .deb ubuntu 
Shell :: find show system info linux 
Shell :: flutter change Target file from lib/main.dart to another 
Shell :: bash for loop one line 
Shell :: linux delete appledouble ds_store files 
Shell :: brew apps list 
Shell :: uninstall certbot ubuntu 16 nginx 
Shell :: ubuntu apache2 command 
Shell :: ubuntu Install a file integrity tool to monitor changes to critical and sensitive files 
Shell :: install playwright 
Shell :: install rvm ubuntu 20.04 
Shell :: git mainstages 
Shell :: raspberrypi-ui-mods kept back 
Shell :: rvm install new ruby version 
Shell :: branch list in git 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =