My Opera is closing 1st of March

M.I.T = Multimedia IT dept.

mod_proxy with VirtualHost for OpenBSD Apache

, , ,

http://ha.ckers.org/ssh_proxy.html
http://confluence.atlassian.com/display/DOC/Using+Apache+with+virtual+hosts+an\
d+mod_proxy
http://httpd.apache.org/docs/2.0/mod/mod_proxy.html

<< Reverse Proxy with VirtualHost >>

LoadModule proxy_module /usr/lib/apache/modules/libproxy.so

<IfModule mod_proxy.c>
ProxyRequests Off
<Directory proxy:*>
Order deny,allow
Allow from all
</Directory>
ProxyVia On
</IfModule>

NameVirtualHost *
<VirtualHost *>
ServerName confluence.example.com
ServerAlias another.example.com
ProxyRequests Off

ProxyPass / http://confluence-app-server.internal.example.com:8080/
ProxyPassReverse / http://confluence-app-server.internal.example.com:8080/
<Location />
Order allow,deny
Allow from all
</Location>
</VirtualHost>
<VirtualHost *>
ServerName jira.example.com
ServerAlias another2.example.com
ProxyRequests Off

ProxyPass / http://jira-app-server.internal.example.com:8080/
ProxyPassReverse / http://jira-app-server.internal.example.com:8080/
<Location />
Order allow,deny
Allow from all
</Location>
</VirtualHost>

check time schdeule with Perl: checktime.plPidgin的msn一直出現omega.contacts.msn.com憑證錯誤!!!

Write a comment

New comments have been disabled for this post.

February 2014
M T W T F S S
January 2014March 2014
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28