千家信息网

apache 多站点j简单配置

发表于:2025-02-07 作者:千家信息网编辑
千家信息网最后更新 2025年02月07日,apache 多站点配置Include conf/extra/httpd-vhosts.conf 开启 主配置文件里去掉注销vim /usr/local/apache2/conf/extra/http
千家信息网最后更新 2025年02月07日apache 多站点j简单配置

apache 多站点配置

Include conf/extra/httpd-vhosts.conf 开启 主配置文件里去掉注销

vim /usr/local/apache2/conf/extra/httpd-vhosts.conf


ServerAdmin xxxx@xxxx.com
DocumentRoot "/usr/local/apache2/htdocs/文件"
ServerName 你的网站
ServerAlias web.你的网站
ErrorLog "logs/你的网站-error_log"
CustomLog "logs/你的网站-access_log" common

第二个复制 改下网站名字就可以了...以此类推.....

0