What does apache virtual host mean?

(*-*)浩
Release: 2019-07-31 13:06:05
Original
3196 people have browsed it

What is ache virtual host?

What does apache virtual host mean?

Apache is one of the open source web service software, and it is also a common software for installing web services on open source systems.

Virtual host is an integrated environment that provides website services, such as: linux Apache php mysq LAMP is often said to be a space for website building and opening, so the Apache server is just an architecture of the virtual host.

The essence of accessing host services

Accessing web services is essentially (from a protocol perspective) accessing a certain port on a host with a certain IP (the default is 80), usually you need to access different websites by accessing different domain names or ports (specifically, different directories in the server). At this time, you need to set up a website space. Usually divided into three types: domain name-based, port-based, IP-based and their mixture.

Simply put, Apache virtual host is to configure multiple virtual spaces on an Apache server to implement one server to provide multi-site services. In fact, it is to access different directories on the same server.

For more Apache related technical articles, please visit the Apache Usage Tutorial column to learn!

The above is the detailed content of What does apache virtual host mean?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!