Tag:Virtual host
-
Three configuration methods of virtual host based on IP, port and domain name for Apache in Linux system
1. virtual hosts based on different ports of the same IP 1)vi /etc/http/conf/httpd.conf2) Change the listen field to Listen 80 Listen 8888(aboveset upIndicates using 80 and 8888 ports)3) Change the virtual host section to: <VirtualHost 192.168.0.1:80>; DocumentRoot /var/www/html/website1 </VirtualHost>; <VirtualHost 192.168.0.1:8888>; DocumentRoot /var/www/html/website2 </VirtualHost>;4) Save aboveset up5) […]
-
How to choose operating system for BlueHost host
Because of the special background of our Chinese webmasters, we may have more access to ASP language programs from the beginning of learning to build websites and program. Although it is easier to master ASP programs to a certain extent, and it is easier to migrate data from Windows Servers and websites than Linux VPS […]
-
WordPress website setting pseudo static tutorial (suitable for Apache server)
Pseudo static page refers to converting the address of a dynamic page into an address ending in HTM or HTML. It looks static but is still a dynamic page. This is more friendly to search engines. So how do WordPress websites set up pseudo statics? Let’s talk about the method. This method is suitable for […]
-
Configuring Apache virtual host instance for Linux system
installapache,php: yum install httpd php Suppose the IP address of the VPS is 58.130.17.168, and there are two domain names pointing to the IP address, domain1.1 com, domain2. com, Modify / etc / httpd / conf / httpd Conf, add at the end of the file: ServerName 58.130.17.168 NameVirtualHost 58.130.17.168 <VirtualHost 58.130.17.168> ServerName domain1.com […]
-
Weblogging configuration project root directory
In the WEB-INF directory of the project, put a Weblogic XML file <?xml version=”1.0″ encoding=”UTF-8″?> <!DOCTYPE weblogic-web-app PUBLIC “-//BEA Systems, Inc.//DTD Web Application 8.1//EN” “http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd”> <weblogic-web-app> <context-root>/</context-root> </weblogic-web-app> Weblogic multi domain name configuration – configuration of virtual hostFirst point out that Weblogic publishes projects. If you don’t want a relative path (for example:http://127.0.0.1/test/ ), on […]
-
26. Kubernetes (k8s) notes ingress (I) ingress nginx
preface: What is progress? The official explanation is:Ingress is an API object that manages the external access of services in the cluster. The typical access method is http.Ingress can provide load balancing, SSL termination, and name based virtual hosting. Introduction to ingressThe ingress object is actually an abstraction of the “reverse proxy”. In short, it […]
-
19. Tomcat – session replication cluster of Tomcat
5 Tomcat replication cluster Tomcat implements the session replication cluster, which replicates and synchronizes each Tomcat session with each other, so as to ensure that all Tomcat have the same session information. Even if the polling is scheduled to different servers, there is also session information. At the same time, when one server goes down, […]
-
Let’s learn about rabbitmq IV and rabbitmq windows installation
Rabbitmq windows installation Download rabbitmq www.rabbitmq.com/install-windows.h… Search keywordsDownload Download the Erlang environment installation package www.erlang.org/downloads Installing and configuring Erlang Click the download aboveotp_win64_24.0.exe Always next. Remember your installation path and use the default one. If customized, it is better to use English for the whole path New environment variable New system variable – type the […]
-
CentOS 8.2 deploying rabbitmq 3.8.3 message queue server
Installing rabbitmq server on CentOS 8 Rabbitmq is an open source message broker software based on AMQP protocol. In this guide, you will see how to install the rabbitmq server on CentOS 8. catalogue What is rabbit MQ? Environmental specifications: Rabbitmq function: Step 1: update your Linux server Step 2: install the EPEL Yum repository […]
-
In depth understanding of the source code Tomcat structure
Internal principle of Tomcat We have been using Tomcat for many years, but what is Tomcat and what is inside? I don’t know ~ come on, I’ll unveil it from the perspective of source code~ 1. Tomcat architecture This is the architecture diagram of tomcat, which specializes in treating patients with dense phobia ~ ~ […]
-
ubuntu14. 04 LNMP nginx virtual host (multi site and multi domain name) configuration
First, please refer toubuntu14.04 lnmp(nginx1.9+php7.0+mysql5.7)In this article, the LNMP environment under Ubuntu is built. When you have done all these preparations, we begin to configure multiple domain names. In this article, we mainly focus onYii2Expand the configuration based on. Modify the configuration file of nginx #If user is not www data, please modify it to […]
-
Play with Sanfeng cloud free virtual host ECS
Summary of several months of use in building a website in Sanfeng cloud virtual machine.1. The access speed of free virtual hosts and ECS is fast and stable2. No filing service, and it is convenient to provide test website3. The price is close to the people, and there are many preferential activitiesSanfeng cloud also provides […]