只需一步,快速开始
装好后apache2后,实现多站点访问 mkdir /home/sites useradd -d /home/sites/compshop compshop passwd comshop mkdir /home/sites/compshop/web mkdir /home/sites/compshop/logs chmod -R 755 /home/sites/compshop 然后把你的站点网页移动到 /home/sites/compshop 创建用户名是为了让这个用户名上传 useradd -d /home/sites/datafeed datafeed passwd datafeed mkdir /home/sites/datafeed/web mkdir /home/sites/datafeed/logs chmod -R 755 /home/sites/datafeed cd /usr/local/apache2/conf vi httpd.conf ServerName sh1.shoffice.com NameVirtualHost *:80 Include "/usr/local/apache2/conf/sites/" mkdir sites cd sites vi 0.conf ServerName sh1.shoffice.com ServerAlias sh1.shoffice.com DocumentRoot /usr/local/apache2/htdocs vi compshop.conf ServerName compshop.com ServerAlias www.compshop.com ServerAdmin webmaster@compshop.com DocumentRoot /home/sites/compshop/web/ ErrorDocument 404 http://www.compshop.com/ ErrorLog /home/sites/compshop/logs/site_error.log Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all vi datafeed.conf ServerName datafeed.com ServerAlias www.datafeed.com ServerAdmin webmaster@datafeed.com DocumentRoot /home/sites/datafeed/web/ ErrorDocument 404 http://www.datafeed.com/ ErrorLog /home/sites/datafeed/logs/site_error.log Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all /usr/local/apache2/bin/apachectl restart
查看全部评分
it1988.com
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2024-11-19 20:30 , Processed in 0.030805 second(s), 6 queries , Gzip On, Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.