Configure the virtual host domain name in centos

Source: Internet
Author: User
For centos to configure the virtual host domain name, first comment out DocumentRoot/var/www/html. for example, we configure two virtual hosts with IP192.168.0.3. Edit/etc/httpd/conf/httpd at www.2cto.com first. conf configuration file vi/etc/httpd/conf/httpd. conf and then... for centos to configure the virtual host domain name, first comment out DocumentRoot/var/www/html. for example, we configure two virtual hosts with IP192.168.0.3. Www.2cto.com first edit the/etc/httpd/conf/httpd. conf configuration file vi/etc/httpd/conf/httpd. conf and add the following code to the bottom of the file: NameVirtualHost 192.168.0.3 Server admin admin@example.com DocumentRoot/var/www/html/website2 ServerName www.website2.com ErrorLog/var/www/html/website2/logs/error_log TransferLog/var/www/html/website2/logs/access_log Server admin admin@website3.com DocumentRoot/var/www/html/website3 ServerName www.website3.com ErrorLog/var/www/html/website3/logs/error_log TransferLog/var/www/html/website3/logs/access_log
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.