84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
How toBlockEnter the external IP in the browser address bar to access my website
There are two ways to implement the WEB server built with apache, both of which are implemented by modifying the httpd.conf file. Here are examples.
Method 1: At the end of the httpd.conf file, add the following code
NameVirtualHost 127.0.0.0 ServerName 127.0.0.0 Order Allow,Deny Deny from all
----------------Separating line----- ------------------
DocumentRoot "E:/WWW/myweb" ServerName m.sbmmt.com
Explanation: The part above the dividing line is to reject any access request directly through the IP 127.0.0.0, �%9
There are two ways to implement the WEB server built with apache, both of which are implemented by modifying the httpd.conf file. Here are examples.
Method 1: At the end of the httpd.conf file, add the following code
----------------Separating line----- ------------------
Explanation: The part above the dividing line is to reject any access request directly through the IP 127.0.0.0, �%9