中文字幕理论片,69视频免费在线观看,亚洲成人app,国产1级毛片,刘涛最大尺度戏视频,欧美亚洲美女视频,2021韩国美女仙女屋vip视频

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
配置apache2運(yùn)行多個(gè)網(wǎng)站/虛擬主機(jī)+多個(gè)訪問端口
系統(tǒng):Ubuntu 10.10試驗(yàn)使用12.04.1
Apache:2.2.16
【修正于 http://blog.sina.com.cn/s/blog_6452c6b40100qq3a.html】

###################################################################
修改 /etc/apache2/httpd.conf 為:
ServerName 127.0.0.1

<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
ServerName localhost

ErrorLog "|/usr/sbin/rotatelogs ${APACHE_LOG_DIR}/error-80-%Y-%m-%d.log 86400"
CustomLog "|/usr/sbin/rotatelogs ${APACHE_LOG_DIR}/access-80-%Y-%m-%d.log 86400" combined
</VirtualHost>

<VirtualHost *:6666>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/zuitu
ServerName 127.0.0.1

ErrorLog "|/usr/sbin/rotatelogs ${APACHE_LOG_DIR}/error-6666-%Y-%m-%d.log 86400"
CustomLog "|/usr/sbin/rotatelogs ${APACHE_LOG_DIR}/access-6666-%Y-%m-%d.log 86400" combined
</VirtualHost>

<VirtualHost *:7777>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/tiantian
ServerName 127.0.0.1

ErrorLog "|/usr/sbin/rotatelogs ${APACHE_LOG_DIR}/error-7777-%Y-%m-%d.log 86400"
CustomLog "|/usr/sbin/rotatelogs ${APACHE_LOG_DIR}/access-7777-%Y-%m-%d.log 86400" combined
</VirtualHost>
********************************************************************************
###################################################################
修改 /etc/apache2/ports.conf 為:

NameVirtualHost *:80
Listen 80

NameVirtualHost *:6666
Listen 6666

NameVirtualHost *:7777
Listen 7777
********************************************************************************
###################################################################
把 /etc/apache2/sites-available/default 復(fù)制為default2 和 default3 并修改對(duì)應(yīng)的端口及網(wǎng)站文件路徑:

default3內(nèi)容,粗體部分是需要改動(dòng)的。log日志文件我改為每天一個(gè),避免過大:
<VirtualHost *:7777>
ServerAdmin webmaster@localhost

DocumentRoot /var/www/tiantian
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/tiantian/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>

ErrorLog "|/usr/sbin/rotatelogs ${APACHE_LOG_DIR}/error-7777-%Y-%m-%d.log 86400"

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

CustomLog "|/usr/sbin/rotatelogs ${APACHE_LOG_DIR}/access-7777-%Y-%m-%d.log 86400" combined

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

</VirtualHost>
###################################################################

保存后重啟apache服務(wù):
sudo /etc/init.d/apache2 restart
 
備注我的系統(tǒng)上使用apache開了3個(gè)端口82、6666、7777
另外還有l(wèi)ighthttpd使用81端口,可以使用lsof -i:端口號(hào)查看
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
Apache虛擬主機(jī)設(shè)置
Apache 2.2.3 log日志用rotatelogs實(shí)現(xiàn)按天記錄
Apache多站點(diǎn)配置及Piwik的部署
wifidog+authpuppy認(rèn)證頁面的配置
shell腳本多實(shí)例部署nginx的詳細(xì)教程
OHaHa‘s學(xué)習(xí)心得 | rotatelogs - 讓Apache 輪迴產(chǎn)生log 而不用中斷服務(wù)
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服