Specifically as follows:
1, the lower right corner has an up arrow, click the Right button to select Task Manager;
2, in the Task Manager, select the following services;
3, select the service, the lower left corner area has a button to open the service, click to open the detailed system services;
4, open after the general display is extended services, in order to find convenient, we choose the standard;
5, open the standard service, we pull to the group, find the World Wide Web Publ
Objective:
Combining Apache and Tomcat enables both Java Engineering and PHP engineering to share 80 ports, and when you visit a Web site, you don't need to add a port number to the address bar.
Environment Description:
Linux CentOS 32-bit
Apache 2.2.2
Tomcat 7.0.37
preparatory work:
Download mod_jk.so
http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/
Open the link to find the appr
Not to say on a machine, can only make a website with 80 port, but I found on this server, a lot of sites share a 80 port, I understand wrong
Reply to discussion (solution)
name-based Virtual HostHttps://httpd.apache.org/docs/2.2/vhosts/name-based.html
A service process uses
for ' AF AX25 ' on the This system.Netstat:no support for ' AF X25 ' on the This system.Netstat:no support for ' AF Netrom ' on the This system. 8. Display Core routing information Netstat-r# Netstat-rKernel IP Routing TableDestination Gateway genmask Flags MSS Window Irtt Iface192.168.1.0 * 255.255.255.0 U 0 0 0 eth2link-local * 255.255.0.0 U 0 0 0 eth2Default 192.168.1.1 0.0.0.0 UG 0 0 0 eth2Note: use NETSTAT-RN to display the number format without querying the host name.9. Find out which
Generally, Reporting Services uses the default port 80 of the web site. A recent project has special reasons (for specific reasons, we will not elaborate on it) and cannot use port 80, you need to map ports through the firewall.
As the port changes, you cannot access the rep
Deploying Web Apps (80 ports) under Windows, prompting for BIND 80 port failure on startupCheck Port occupancy:0.0. 0.0:Discovery of System process (pid=4) consuming portsHowever, this machine does not have IIS installed, so troubleshoot the IIS service. How to solverun cmd as AdministratorNet Stop http //Stop system
When Apache is installed, port 80 is occupied. apache80
When Apache is installed today, port 80 is used up, and the methods found on the Internet are unreliable .. I would like to share this method with you!
Win + R start "run"
Enter netstat-abno to View Details:
Find the process with pid = 4
Ctrl + Shif +
Today a friend contacted me, said that the server site can not open, suspected is 80 port is occupied, but cannot find occupy program. Then the remote desktop on the server, the resolution process is as follows:
1, habitual first view the event log, nothing.
2, tasklist see if there are abnormal procedures, no exception found.
3, netstat view port, found that
Is that the system service takes up 80 ports, so either end the system service or modify the Apache port.PID4 Service is the world Wide Web Publishing ServiceHere you choose to end this system service, run services.msc, find and then stop.Prevent the next boot again this situation, in the properties can be set to manually start.And then start Apache again to start up normally.Win server resolves Apache 80
/ph P-fpm/php-fpm.sock "in d:\web\nginx/conf/nginx.conf:73It was the server that was originally cenots the following configuration is invalid, but put in the include but always see no error, and ignored this server caused;So here is the conclusion: this should be nginx bug, but we are currently in the configuration process, as far as possible on the main configuration file nginx.conf configuration is not a problem, and then moved into the sub-file,You can pass the error prompts us to do a step-b
1 run ' Netstat-ano ' Discovery 80 port is occupied by pid=4 process
2 Open Task Manager, Discover pid=4 process, actually is system process, its corresponding process description is NT Kernel system.
3 How do I clear it? Need to use registry, start-"regedit, open
4 HKEY_LOCAL_MACHINE Directory found
5 Locate System
6 found Currentcontrolset-services
7 Find Http-start again.
8 Open, change 3 to 4,
SQL Server is using port 80,
1. Disable SQL Server Reporting services to
In the service--opening of the service,
window7== Computer Right-click, manage, service and application to find the corresponding service change to manual and stop can window server R2 below also have small icon can open directly find can80 port If it is still occupied then go to the IIS
Demo EnvironmentUbuntu 11.04 + Tomcat 6
One, familiar with Tomcat configuration file#/etc/tomcat6/server.xml/tomcat configuration file
Open the configuration file and find the following section.
Second, modify the port1, open the Tomcat configuration file#vi/etc/tomcat6/server.xml
2, open the Tomcat configuration file Press/8080 Fast Search
3, modify the port, press I, the 8080 modified to 80
4, the l
For example, modify to 8088 port and d:/workphp directory.
Modified to Port 8088
Left-tray icon, in the "Apache" can directly open httpd.conf, find "Listen 80", can be changed to other ports, I choose 8088.
Restart the Wamp, it will be effective. But "Localhost", "phpMyAdmin", "Sqlitemanager", you can click to open to see still the default
Vi/etc/sysconfig/iptables-A input-m state–state new-m tcp-p tcp–dport 80-j ACCEPT (allow 80 ports through the firewall)-A input-m state–state new-m tcp-p tcp–dport 3306-j ACCEPT (Allow 3306 ports through the firewall)Special Tips:Many netizens add these two rules to the last line of the firewall configuration, causing the firewall to fail to start, the correct one should be added to the default
This is a small tutorial on how to check which program occupies port 80 in Windows 7 and Windows 10 systems and how to solve it.
This is a small tutorial on how to check which program occupies port 80 in Windows 7 and Windows 10 systems and how to solve it. Here, windows10 is used as an example.
Open "run" (shortcut
1. Go to cmd and use the netstat command to view the specified portNetstat-ano | Findstr:802, as shown below: Local 80 port is occupied by process 4TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 43, enter the tasklist instruction, view the PID 4 process name, the process is System4, Win+r, enter regedit, open the registryLocate the following path: ' Hkey_local_machine\system
Direct access to IP address 80 port, nginx resolution to the corresponding serverYou need to configure the server default parameterserver {listen 80 default;server_name www.mysite.com;access_log logs/qb.app.access.log main;error_log logs/qb.app.error.log warn;}Nginx Configuration default 80
Monitoring website 80 Ports
Many times we do not know whether the site 80 port is normal, of course, my previous Shell monitoring site status (continued) This article can also monitor the site, here is just to provide you with another way to monitor the site.
Script content:
The code is as follows
Copy Code
VI check-
Today, the port of the Tomcat server has been changed to 80 because of the engineering needs, but the start-up is problematic.Found the error message is the port occupied, so I immediately in the command line typed Netstat-ano view port occupancyFinally found that the PID is 4 of the process occupies
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.