[users@httpd] Issue with server alias in case of mod proxy AJP

2015-11-09 Thread swapnil vaidya
I have a application which has apache and tomcat configured using mod_proxy_ajp. We have configured it in httpd.conf as below: # This is to redirect any request which is coming with hostname to Login.jspRewriteRule

[users@httpd] Issues in compiling apache server on one machine and transfer to second

2013-11-12 Thread swapnil vaidya
Hi All, I have 2 linux machine. I have compiled apache 2.4.6 on one of the linux machine with following commands: ./configure --prefix=/usr/apache--with-ssl=/usr/local/ssl --enable-ssl --enable-modules="all" --enable-mods-shared="most" make make install This has installed apache on this machine a