[users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-06 Thread LuKreme
On 06 Aug 2013, at 05:05 , Eric Covener wrote: > AllowOverride defaults to off in 2.4. Turn it on. Ah, I have it enabled in httpd.conf, but not for the user's directories. Thank you, I figured it was something simple. -- 99 percent of lawyers give the rest a bad name. ---

Re: [users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-06 Thread Eric Covener
>> Temporarily add "Garbage In Out" to .htaccess and make the request again. >> If you don't get a 500 error (I think that's what you get for a bad >> .htaccess), that file isn't getting read. > > Ahah, no error. > > Why wouldn't it be read, it's at the DocumentRoot for the site and has 644 > p

[users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-05 Thread LuKreme
On 05 Aug 2013, at 16:12 , Jeff Trawick wrote: > Temporarily add a new line "Garbage In Out" in httpd.conf right after > > Options +Indexes +FollowSymLinks +Includes -SymLinksIfOwnerMatch apachectl -t AH00526: Syntax error on line 219 of /usr/local/etc/apache24/httpd.conf: Invalid command 'Garb

Re: [users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-05 Thread Jeff Trawick
On Mon, Aug 5, 2013 at 5:56 PM, LuKreme wrote: > > On 05 Aug 2013, at 15:01 , Jeff Trawick wrote: > > > what's in the error log (with LogLevel debug) when you request the > resource that doesn't get the proper include processing? > > [Mon Aug 05 15:37:46.560372 2013] [include:warn] [pid 89737] [

[users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-05 Thread LuKreme
On 05 Aug 2013, at 15:01 , Jeff Trawick wrote: > what's in the error log (with LogLevel debug) when you request the resource > that doesn't get the proper include processing? [Mon Aug 05 15:37:46.560372 2013] [include:warn] [pid 89737] [client 23.24.150.141:59141] AH01374: mod_include: Option

Re: [users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-05 Thread Jeff Trawick
On Mon, Aug 5, 2013 at 4:48 PM, LuKreme wrote: > On 04 Aug 2013, at 23:19 , LuKreme wrote: > > I have a site with the following .htaccess: > > > > Options +ExecCGI +Includes > > AddType text/html .shtml > > AddOutputFilter INCLUDES .shtml > > AddType application/x-httpd-cgi .cgi/ > > AddType app

[users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-05 Thread LuKreme
On 04 Aug 2013, at 23:19 , LuKreme wrote: > I have a site with the following .htaccess: > > Options +ExecCGI +Includes > AddType text/html .shtml > AddOutputFilter INCLUDES .shtml > AddType application/x-httpd-cgi .cgi/ > AddType application/x-httpd-cgi .pl > AddType application/x-httpd-cgi .pl/