[users@httpd] DirectoryIndex and mod_rewrite

2014-10-27 Thread Julien Etter
Hello, I am trying to get my head around a behaviour I have seen on 2.4, but not affecting 2.2. Has anyone seen this? I am using a DirectoryIndex: DirectoryIndex index.php As well as a rewrite rule in a .htaccess file: RewriteRule ^$ index_download.php [L] If I access the folder,

RE: [users@httpd] Compiling HTTPD from Source

2014-10-27 Thread Lesley Kimmel
Thanks for your previous input. I compiled HTTPD on RHEL5 and attempted to use on RHEL6 given the lowest glibc and kernel version restrictions. However, I got an error on RHEL6 because libexpat was not found. It turns out that RHEL5 has libexpat by default and RHEL6 does not. I think it

Re: [users@httpd] Compiling HTTPD from Source

2014-10-27 Thread Jeff Trawick
On Mon, Oct 27, 2014 at 11:10 AM, Lesley Kimmel ljkimme...@hotmail.com wrote: Thanks for your previous input. I compiled HTTPD on RHEL5 and attempted to use on RHEL6 given the lowest glibc and kernel version restrictions. However, I got an error on RHEL6 because libexpat was not found. It

Fwd: [users@httpd] Compiling HTTPD from Source

2014-10-27 Thread Rob De Langhe
Personally, I just compile the entire suite from source code, including the compiler (GCC) itself, openSSL, anything related to what my web server might need. All dependencies and the correct versions of the different software packages are stored in a rather bulky (but simple) Makefile. Once you