15.3. Create a virtual host

简介:
		
<VirtualHost *:80>
    ServerName quickstart.local
    DocumentRoot /path/to/quickstart/public

    SetEnv APPLICATION_ENV "development"

    <Directory /path/to/quickstart/public>
        DirectoryIndex index.php
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>
		
			

/etc/hosts

			
127.0.0.1 quickstart.local
			
			
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
6月前
|
Kubernetes Perl 容器
k8s创建完pod后报错: Failed connect to 10.244.36.90:8000; No route to host
k8s创建完pod后报错: Failed connect to 10.244.36.90:8000; No route to host
156 0
|
存储 Cloud Native Linux
Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet
Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet
error:‘struct vm_fault‘ has no member named ‘virtual_address‘
error:‘struct vm_fault‘ has no member named ‘virtual_address‘
162 0
error:‘struct vm_fault‘ has no member named ‘virtual_address‘
|
消息中间件
RabbitMq Virtual host ‘myHost’ experienced an error on node XXXX and may be inaccessible
RabbitMq Virtual host ‘myHost’ experienced an error on node XXXX and may be inaccessible
872 0
RabbitMq Virtual host ‘myHost’ experienced an error on node XXXX and may be inaccessible
|
关系型数据库 应用服务中间件 网络安全
How to Create Virtual Cloud Desktop Using Apache Guacamole
Learn how to conveniently access multiple Alibaba Cloud ECS instances over the internet with Apache Guacamole.
3651 0
How to Create Virtual Cloud Desktop Using Apache Guacamole
下一篇
无影云桌面