顯示具有 Linux 標籤的文章。 顯示所有文章
顯示具有 Linux 標籤的文章。 顯示所有文章

12月 30, 2010

Apache Mod_proxy

config http.conf file

check Module has inculd Mod_proxy or Mod_proxy_http

set it!

ProxyRequests On
ProxyVia On
<Proxy your_apache_server_ip:8080>
Order deny,allow
Deny from all
Allow from all
</Proxy>

7月 11, 2010

Linux vi 指令

vi

i 編輯

:wq 存檔離開