<VirtualHost *:88>
ServerAdmin [email protected]
DocumentRoot "项目"
Alias /path名/ "指向路径"
<Directory "指向路径">
Order allow,deny
Allow from all
</Directory>
ServerName www.xxx.com
</VirtualHost>
时间: 2024-11-05 12:31:57
<VirtualHost *:88>
ServerAdmin [email protected]
DocumentRoot "项目"
Alias /path名/ "指向路径"
<Directory "指向路径">
Order allow,deny
Allow from all
</Directory>
ServerName www.xxx.com
</VirtualHost>