Re: [users@httpd] Apache not honoring SUID/GUID or FACL

2012-11-02 Thread Noel Butler
On Fri, 2012-11-02 at 14:31 -0500, Dan wrote: > Ben, > > Yes you're right, we are using mod_php, but only because no other > alternative was required up to this point. > > This server hosts many vhosts, and I've read that SuEXEC isn't > appropriate for multi-site installations of apache. > su

Re: [users@httpd] disable htaccess files

2012-11-02 Thread FINESEC
You might want to set AllowOveride to none for the root directory: AllowOverride None See docs http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride for more info. Regards, FINESEC On Fri, Nov 2, 2012 at 11:22 PM, Marc Fromm wrote: > I switched from using htaccess files to directives

[users@httpd] disable htaccess files

2012-11-02 Thread Marc Fromm
I switched from using htaccess files to directives. Other than deleting my old htaccess files what else can I do to sop/prevent htaccess files? Should I add " AllowOverride None" to each directory directive that I created in httpd.conf or is there a "global" setting in httpd.conf? Thanks Marc

Re: [users@httpd] Apache not honoring SUID/GUID or FACL

2012-11-02 Thread Dan
Ben, Yes you're right, we are using mod_php, but only because no other alternative was required up to this point. This server hosts many vhosts, and I've read that SuEXEC isn't appropriate for multi-site installations of apache. I'm looking into SuPHP right now, but their site _seems_ to be down

Re: [users@httpd] Apache not honoring SUID/GUID or FACL

2012-11-02 Thread Ben Johnson
On 11/2/2012 2:24 PM, Dan wrote: > Hello all... > > I have a Apache 2.2.15 install serving a Wordpress 3.4.2 site. I also > have a developer who needs to occasionally overwrite a specific file > in a plugin directory by FTP or SFTP. > > The issue I have is that newly installed plugins (installe

[users@httpd] Apache not honoring SUID/GUID or FACL

2012-11-02 Thread Dan
Hello all... I have a Apache 2.2.15 install serving a Wordpress 3.4.2 site. I also have a developer who needs to occasionally overwrite a specific file in a plugin directory by FTP or SFTP. The issue I have is that newly installed plugins (installed via the Wordpress UI) are written to the plugin

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

2012-11-02 Thread Ben Johnson
On 11/2/2012 5:35 AM, Tom Evans wrote: > On Thu, Nov 1, 2012 at 6:09 PM, Ben Johnson wrote: >> 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 applicat

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

2012-11-02 Thread Tom Evans
On Thu, Nov 1, 2012 at 6:09 PM, Ben Johnson wrote: > 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 > t