RE: [users@httpd] mod_authn_file.so ELF file OS ABI invalid

2013-07-09 Thread Rommel Sharma
, Rommel Sharma mailto:rsharm...@sapient.com>> wrote: Hi All, I am getting the following error: httpd: Syntax error on line 54 of //httpd.conf: Cannot load //apache/modules/mod_authn_file.so into server: //apache/modules/mod_authn_file.so: ELF file OS ABI invalid I am using Apache Server v

[users@httpd] mod_authn_file.so ELF file OS ABI invalid

2013-07-09 Thread Rommel Sharma
Hi All, I am getting the following error: httpd: Syntax error on line 54 of //httpd.conf: Cannot load //apache/modules/mod_authn_file.so into server: //apache/modules/mod_authn_file.so: ELF file OS ABI invalid I am using Apache Server version: Apache/2.2.3 and on RHEL 5.7 (Tikanga), Kernel Re

[users@httpd] Performance Hit with URL Rewriting and Proxying

2012-10-05 Thread Rommel Sharma
All, I want to display the URL in an expected format but proxy it to what the app server would understand. I may have thousands of such url rewriting and proxying to be done. What is the performance impact in such cases and best approach to handle such cases? Thanks, Rommel.

RE: [users@httpd] Getting the request URL details using PerlOutputFilterHandler

2012-06-26 Thread Rommel Sharma
from all staticweb is under htdocs and jbossweb is an app-context deployed in jboss . Rommel. -Original Message- From: Torsten Förtsch [mailto:torsten.foert...@gmx.net] Sent: Monday, June 25, 2012 9:44 PM To: users@httpd.apache.org Cc: Rommel Sharma Subject: Re: [users@httpd] Gettin

[users@httpd] Getting the request URL details using PerlOutputFilterHandler

2012-06-25 Thread Rommel Sharma
Hi All, I am using PerlOutputFilterHandler. I need to customize/filter the output based on where (for which resource) the request came from. How can I find the URL from where the request was made? Thanks, Rommel. - To unsubscr

Re: [users@httpd] Conditional Access to certain web pages only: Apache + JBoss

2012-06-12 Thread Rommel Sharma
Thanks a lot, it worked as you suggested. Set it up in .htaccess to avoid the server restart. Rommel On Tue, Jun 12, 2012 at 7:17 AM, Igor Cicimov wrote: > Look at Files and FilesMatch > > > On Tue, Jun 12, 2012 at 4:19 AM, Rommel Sharma wrote: > >> Hi All, >> &

[users@httpd] Conditional Access to certain web pages only: Apache + JBoss

2012-06-11 Thread Rommel Sharma
Hi All, Googled for this specific scenario but could not come to a consensus on the solution so checking with this mailing list. I need to do the following: 1. Allow access to only a few web pages from only a few IP adresses. Its not a domain wide restriction but only to select few pages.