Wednesday, 28 August 2019

Apache Reverse Proxy Configuration

To configure a reverse proxy in Apache the conf file should be created in Apache Proxy Conf folder. You can run multiple instances of Apache Proxies on a single Server. In this example, I have created abc.xyz.com.conf file to configure the reverse proxy.
$ pwd
/etc/httpd/conf.proxies.d



$ cat abc.xyz.com.conf



--VirtualHost 63.2.77.187:80
  ServerName abc.xyz.com
  RedirectPermanent / https://abc.xyz.com/

--/VirtualHost
--VirtualHost 63.2.77.187:443
  ServerName abc.xyz.com
  ErrorLog logs/proxies/abc.xyz.com.err.log
  CustomLog logs/proxies/abc.xyz.com.acc.log combined
  --/VirtualHost

--IfModule ssl_module
    SSLEngine on
    SSLProxyEngine on
    SSLCertificateFile cert.d/abc.xyz.com.crt
    SSLCertificateKeyFile cert.d/abc.xyz.com.key
    SSLCertificateChainFile cert.d/abc.xyz.com.IntermediateCA.crt
  --/IfModule ssl_module


  # Proxy for /
  --Location /
    ProxyPass https://redirect_URL.com/
    ProxyPassReverse https://redirect_URL.com/
  --/Location

  # Proxy for /world
--Location /world/
    ProxyPass https://redirect_URL2.com/
    ProxyPassReverse https://redirect_URL2.com/
  --/Location






Note: The Certificates are placed in the .cert folder. IntermedaiteCA is the rootCA Certificate.


Once configuration is done.  use these commands to restart or check status. A stop/start is required post any configuration changes in this file.




sudo systemctl start httpd
sudo systemctl stop httpd
sudo systemctl status httpd




Other details:


SSL Certificates         ---> /etc/httpd/cert.d
Proxy Configurations ---> /etc/httpd/conf.proxies.d
Apache Logs              ---> /etc/httpd/logs/
Proxy Logs                 ---> /etc/httpd/logs/proxies/

Monday, 5 September 2016

book of Interest

1. The Gift of the Holy Cross - by Lino Leitao.

2. Curry: A Tale of Cooks and Conquerors - By Lizzie Collingham
3. Unravelling History: The Village of Arossim, Goa. - By Themistocles D'Silva
4. The History of Mangalore Christain - By Alan Machado
5. Anjuna's Story across the ages, not just hippies - by Dominic PF Fernandes
6. Feasts, Feni and Firecrackers: Life of a Village Schoolboy in Portuguese Goa -  by Mel D’Souza

All Goan Books: http://www.goa1556.in/book/


https://books.google.ch/books/about/Historical_Sketch_of_Goa.html?id=FCAdLvuKG3sC&printsec=frontcover&source=kp_read_button&redir_esc=y#v=onepage&q&f=false


https://www.amazon.in/Goa-Daughters-Maria-Aurora-Couto/dp/0143033433#reader_0143033433


https://www.amazon.in/reader/8129129264/ref=rdr_sb_li_sims_1&state=01111#reader_8129129264







Tuesday, 31 March 2015

OBIA Installation Guide Shahed Munir (Deliver BI): A very good Guide to OBIA Setup

https://app.box.com/shared/7q0gavzd63


OBIA Quick Reference Guide: A presentation by Kevin McGinley (kevin.mcginley@accenture.com)

https://s3.amazonaws.com/rmc_docs/biforum2013_slides/mcginley_biapps.pdf