Notes

A place to record somethings related to programming.


  • 首頁

  • 歸檔

  • 標籤

  • 檢索

Running a Reverse Proxy in Apache

發表於 2015-01-22 |

ps -ef | grep apache
/usr/sbin/apache2 -V | grep SERVER_CONFIG_FILE

sudo a2enmod mod_proxy
sudo a2enmod proxy_http

In apache config file:
ProxyPass /app1/ http://internal1.example.com/
ProxyPassReverse /app1/ http://internal1.example.com/

service apache2 restart

Using openCV SIFT in C++
Postgres backup by pg_dump and psql restore
Jack Pan

Jack Pan

54 文章
24 標籤
© 2017 Jack Pan
由 Hexo 強力驅動
主題 - NexT.Mist