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
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
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
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
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
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
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
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