«

»

二月 22

CentOS-WWW server

[root@localhost ~]#cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
[root@localhost ~]#vim /etc/httpd/conf/httpd.conf
KeepAlive Off-->KeepAlive On
MaxKeepAliveRequests 100-->MaxKeepAliveRequests 500
ServerAdmin(管理者信箱)
ServerName(主機名稱)
<Directory "/var/www/html">
Options Indexes FollowSymLinks  -->Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>

UserDir disable-->#UserDir disable
#UserDir public_html-->UserDir www(個人網站)
DirectoryIndex index.html index.html.var --> DirectoryIndex index.html index.html.var index.php index.htm(預設的首頁)
LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW -->LanguagePriority zh-TW en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN
AddDefaultCharset UTF-8-->#AddDefaultCharset UTF-8(不要宣告預設語系,由網頁表頭宣告)
[root@localhost ~]#/etc/rc.d/init.d/httpd restart
[root@localhost ~]#chkconfig httpd on

由於 CentOS 預設的使用者家目錄權限是 drwx—— ,這個權限將無法讓 Apache 的程序瀏覽啊!所以你至少要讓你的家目錄權限成為 drwx–x–x 才行!

Related Posts Plugin for WordPress, Blogger...

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *

您可以使用這些 HTML 標籤和 attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>