[users@httpd] unable to start httpd in SSL mode

2016-04-05 Thread kishore
Hi, I'm trying to compile httpd 2.4.18 with openssl-1.0.2g(with openssl-fips-2.0.12) on 64-bit RHEL machine. I'm could compile and get it(httpd) running in http mode and while i'm trying to run it in HTTPS mode, server is unable to start saying "httpd: Syntax error on line 128 of /tmp/ossl/httpd/

Aw: Re: [users@httpd] Apache with mod_rewrite and mod_proxy doesn't work / P Flag

2016-04-05 Thread Rael
Hello, Thank you for reply. I tried it first with ProxyPass, but it seems that it is not flexible enough, e.g. it is not possible to work with query strings(e.g. session ids) for patterns, as far as I know. mod_rewrite seems to be able to do that. And when add a ProxyPassReverse inside the Direct

Re: [users@httpd] Apache with mod_rewrite and mod_proxy doesn't work / P Flag

2016-04-05 Thread Marat Khalili
OOPS, sorry, posted too fast. According to logs RewriteRule does not perform internal redirect. You might try ProxyPass instead. -- With Best Regards, Marat Khalili On 05/04/16 16:17, Marat Khalili wrote: You also need ProxyPassReverse in order to rewrite header URLs from the backend, and pro

Re: [users@httpd] Apache with mod_rewrite and mod_proxy doesn't work / P Flag

2016-04-05 Thread Marat Khalili
You also need ProxyPassReverse in order to rewrite header URLs from the backend, and probably ProxyPassReverseCookieDomain and ProxyPassReverseCookiePath too. -- With Best Regards, Marat Khalili On 05/04/16 14:01, Rael wrote: Hello, I'm in the process to use Apache as a reverse proxy with m

[users@httpd] Apache with mod_rewrite and mod_proxy doesn't work / P Flag

2016-04-05 Thread Rael
Hello, I'm in the process to use Apache as a reverse proxy with mod_rewrite to have nicer URLs for an APEX-application. The user shouldn't never see the actual URLs from app1.example.com:/apex..., that's why I use mod_proxy too. Alas, it doesn't work. Current settings in default vhost: