ubuntu 多域名配置

Posted 落夜

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 多域名配置相关的知识,希望对你有一定的参考价值。

在Ubuntu 要配置 varwwwloelve 目录为 www.loelve.xyz 为例

一、打开:etchosts文件:sudo vim etchosts 
   添加:127.0.0.1 www.loelve.xyz

二、打开:etcapach2sites-available00-default.conf文件:sudo vim etcapach2sites-available00-default.conf

  添加:

  <VirtualHost *:80>

    ServerAdmin [email protected]
    DocumentRoot /var/www/loelve/public
    ServerName www.loelve.xyz

    <Directory "/var/www/loelve/public">
      Options FollowSymLinks
      AllowOverride All
      Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

  </VirtualHost>

三、重启apache

  sudo service apache2 restart









以上是关于ubuntu 多域名配置的主要内容,如果未能解决你的问题,请参考以下文章

6.django restframework 项目部署到ubuntu18.04上(配置域名与https)

ubuntu配置dns后,ping域名等到IP,但ICMP包间隔很大

Ubuntu 无法解析域名

腾讯云网站备案 域名解析 SSL证书申请 Ubuntu16.04下为Nginx服务器配置SSL证书

Ubuntu20.04下使用cpolar配置公网域名访问个人电脑

Ubuntu20.04下使用cpolar配置公网域名访问个人电脑