CentOS 6預設安裝桌面時才會安裝Network Manger,只安裝純文字介面預設不會安裝NetworkManager但可在手動安裝。
用Webmin改hostname之後重開機hostname就可ping的到了
個人在學習Linux過程當中的個人筆記,提供個人及有需要的人查閱,若有錯誤歡迎提供指正,謝謝。 This Blog recorded notes about my learning Linux and provides myself and others reference. If there are any incorrect information, welcome to leave a message to correct me, Thanks.
2013年6月14日 星期五
2013年6月6日 星期四
httpd 403 Forbidden
1. set Alias in httpd.conf
Alias /download /opt/download
2. add directory in httpd.conf
AllowOverride All
AcceptPathInfo On
Options Indexes SymLinksIfOwnerMatch FollowSymLinks
http://server/download may return 403 cause selinux
3. set selinux setting
# chcon -tR httpd_sys_content_t /opt/download
Reference:
http://www.mikehomme.com/node/16
Alias /download /opt/download
2. add directory in httpd.conf
AllowOverride All
AcceptPathInfo On
Options Indexes SymLinksIfOwnerMatch FollowSymLinks
http://server/download may return 403 cause selinux
3. set selinux setting
# chcon -tR httpd_sys_content_t /opt/download
Reference:
http://www.mikehomme.com/node/16
訂閱:
文章 (Atom)