1. Goal:
Achieve access to different domain names and different directories on this machine. That is: visit a.com to enter the program in the /var/www/a directory, visit b.com to enter the program in the /var/www/b directory.
2. Problems encountered:
/etc/apache2 folder directory
mods-available available modules conf-available available configurations sites-available available domain names/virtual directories ports.conf interface files
mods-enabled enabled module conf-enabled enabled configuration sites-enable enabled domain name/virtual directory envvars apache2.conf main configuration
Compared with the configuration file in Windos, Apache's configuration file in Ubuntu is relatively scattered. This is for low coupling. An error when configuring one of the sites will not affect the operation of other sites.
apache2.conf This is the main configuration file. This file is like the framework of a building, which brings together the configuration files in the external scattered enable directory.
Now that the truth is clear, create a.conf b.conf in sites-available and create a soft link in sites-enable
But accessing all domain names will point to the www root directory. There is no problem when sites-enable has only one configuration file.
3. Solve the problem
I have been confused for several days to no avail. Finally found the answer in a post. I still don’t fully understand the specific principles, so I’ll record them for future reference.
Just comment out the following two lines in the default configuration file.
ErrorLog ${APACHE_LOG_DIR}/error.log changed to
#ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined changed to
#CustomLog ${APACHE_LOG_DIR}/access.log combined
Reference:
http://forum.ubuntu.org.cn/viewtopic.php?t=341070

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

Atom editor mac version download
The most popular open source editor

Dreamweaver Mac version
Visual web development tools

Dreamweaver CS6
Visual web development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
