markdown 如何在ubuntu上创建Vhost

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 如何在ubuntu上创建Vhost相关的知识,希望对你有一定的参考价值。

## Conf file

sudo nano /etc/apache2/sites-available/newproject.conf

``<VirtualHost *:80>
 ServerName newproject.com
 ServerAlias newproject.com
 DocumentRoot "/var/www/html/nenufart"
 <Directory "/var/www/html/nenufart">
   Options +Indexes +Includes +FollowSymLinks +MultiViews
   AllowOverride All
   Require local
 </Directory>
</VirtualHost>``

## Hosts

sudo nano /etc/hosts

``127.0.1.1 newproject.com``

sudo a2ensite newproject.conf

sudo service apache2 restart

以上是关于markdown 如何在ubuntu上创建Vhost的主要内容,如果未能解决你的问题,请参考以下文章

markdown 如何在ubuntu 16.04上安装虚拟环境

markdown 如何在Ubuntu上安装Tiny Tiny RSS

markdown 如何在Ubuntu 14.04+上使用uWSGI和Nginx为Flask应用程序提供服务

markdown 在Ubuntu 18上安装Froxlor

markdown 在Ubuntu上安装Kubernetes集群

markdown 在Windows上安装ubuntu脱机