[users@httpd] .htaccess in subdir affects

2012-11-01 Thread MIZiper
Hi there, Assuming that the documentroot is ROOT and the domain is example.com. ROOT's hierarchy is:     ROOT/handle/     ROOT/handle/handle.php     ROOT/dir1/     ROOT/dir1/.htaccess     ROOT/dir1/some1.txt     ROOT/dir2/     ROOT/dir2/some2.txt     ROOT/.htaccess .htaccess in ROOT contains:

[users@httpd] 500 status code responses, but the full/correct file contents are still sent to the user-agent

2012-11-01 Thread Ben Johnson
Might anyone know what could possibly cause Apache to return 500 (Internal Server Error) status code responses *but still return the requested file's contents*? I have reviewed the application logic carefully to ensure that no header that includes the 500 status code is being sent from within the

[users@httpd] htaccess file trouble

2012-11-01 Thread Marc Fromm
I have some .htaccess files in directories in /var/www/html which work great. I create an .htaccess file in /var/www/secure/html/phpPgAdmin/ but it is being ignored. I checked all the common mistakes like misspelled, syntax, and AllowOverride is set to All. I am using: httpd-2.2.6-1.fc6 (I know

Re: [users@httpd] htaccess file trouble

2012-11-01 Thread Ben Johnson
On 11/1/2012 4:31 PM, Marc Fromm wrote: I have some .htaccess files in directories in /var/www/html which work great. I create an .htaccess file in /var/www/secure/html/phpPgAdmin/ but it is being ignored. I checked all the common mistakes like misspelled, syntax, and

RE: [users@httpd] htaccess file trouble

2012-11-01 Thread Marc Fromm
AllowOverride set to All in the /etc/httpd/conf/httpd.conf file Is there a yum repository for this mod_info? Thanks -Original Message- From: Ben Johnson [mailto:b...@indietorrent.org] Sent: Thursday, November 01, 2012 1:44 PM To: users@httpd.apache.org Subject: Re: [users@httpd]

RE: [users@httpd] htaccess file trouble

2012-11-01 Thread Marc Fromm
It looks like mod_info is installed (/usr/lib/httpd/modules/mod_info.so) How can I use it to see why the .htaccess file is being ignored? -Original Message- From: Ben Johnson [mailto:b...@indietorrent.org] Sent: Thursday, November 01, 2012 1:44 PM To: users@httpd.apache.org Subject: Re:

Re: [users@httpd] htaccess file trouble

2012-11-01 Thread Ben Johnson
On 11/1/2012 6:30 PM, Marc Fromm wrote: It looks like mod_info is installed (/usr/lib/httpd/modules/mod_info.so) How can I use it to see why the .htaccess file is being ignored? Firstly, be sure that the module is actually enabled. As far as specific directives are concerned, here's how I do