Re: [users@httpd] Problem with disabling directory listing

2011-07-01 Thread Voellinger, Sandy
Try doing the following: Directory /var/www/ Options -Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all /Directory Change /var/www/ to the doc root of your apache server . Cheers- Sandy On Jul 1, 2011, at 1:27 PM, Smith, Cathy wrote: Hi I'm having

RE: [users@httpd] Apache module suitable for SSL passthrough

2011-03-03 Thread Voellinger, Sandy
Yasser - As Tom mentioned in his response, you must terminate SSL, there is no passthrough. However, what I think you are looking for is the ability to do terminiate SSL at apache and pass the client certificate as part of the request that you forward to Jboss. If this is the case, you can

RE: [us...@httpd] Internet Explorer 6

2010-05-11 Thread Voellinger, Sandy
Your user base will probably best determine what browser is most commonly used and in what percent's (poll your logs if possible) but here's some general numbers I found: Microsoft Internet Explorer Roughly 62% use IE-based browsers, with the percentage dropping slowly as users switch to

RE: [us...@httpd] Unable to start HTTPD , apache web server

2010-05-05 Thread Voellinger, Sandy
in this line Thanks --- On Tue, 5/4/10, Voellinger, Sandy sandy.voellin...@neustar.biz wrote: From: Voellinger, Sandy sandy.voellin...@neustar.biz Subject: RE: [us...@httpd] Unable to start HTTPD , apache web server To: 'users@httpd.apache.org' users@httpd.apache.org Date: Tuesday, May 4, 2010, 2:45 PM Edit

RE: [us...@httpd] Unable to start HTTPD , apache web server

2010-05-04 Thread Voellinger, Sandy
Edit your httpd.conf - the first line has a syntax error that's causing it to fail. It looks like you have a left parenthesis ( that doesn't belong. Cheers- Sandy From: Tapan Maheshwari [mailto:tapan...@yahoo.com] Sent: Tuesday, May 04, 2010 3:07 AM To: users@httpd.apache.org Subject:

RE: [us...@httpd] compiling a portable Apache build for Linux

2010-05-04 Thread Voellinger, Sandy
On Mon, May 3, 2010 at 8:21 PM, Voellinger, Sandy sandy.voellin...@neustar.bizmailto:sandy.voellin...@neustar.biz wrote: Good Afternoon - Apache Version: httpd-2.2.15 Linux Version: Red Hat Enterprise Linux Server release 5.4 (Tikanga) / 2.6.18-164.el5xen I'm attempting to compile a version

RE: [us...@httpd] compiling a portable Apache build for Linux

2010-05-04 Thread Voellinger, Sandy
...@gmail.com] Sent: Tuesday, May 04, 2010 11:05 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] compiling a portable Apache build for Linux On Tue, May 4, 2010 at 10:55 AM, Voellinger, Sandy sandy.voellin...@neustar.biz wrote: Yes, in fact this is what I'm doing as a work around, but because

[us...@httpd] compiling a portable Apache build for Linux

2010-05-03 Thread Voellinger, Sandy
Good Afternoon - Apache Version: httpd-2.2.15 Linux Version: Red Hat Enterprise Linux Server release 5.4 (Tikanga) / 2.6.18-164.el5xen I'm attempting to compile a version of apache_2 httpd binary that is agnostic of the directory it's run from and will look for its configuration files local