Apache module mod_security or PHP extension suhosin are used on the publishing server. How should I configure them to prevent any negative effects on Sitebuilder?

Article ID: 5429 
Last Review: Oct,30 2008
Author: Bezborodova Anastasiya
Last updated by: Bezborodova Anastasiya APPLIES TO:
  • Sitebuilder 4.x for Linux/Unix

Symptoms

Apache module mod_security and PHP extension suhosin enabled on publishing server may have various negative affects on Sitebuilder workability. Among them unability to manage modules or site publishing.

Resolution

mod_security and suhosin  were not tested completely with Plesk Sitebuilder. It is recommended to disable mod_security and suhosin on the publishing server.
To leave mod_seturity enabled, add the directives below into mod_security configuration.

<Directory /path/to/your-domain.com/public_html>
<Files server.php>
  SecFilterScanPOST Off
</Files>
</Directory>


Where /path/to/your-domain.com/public_html is location of the apache virtual host the site is published to.

Additional information

Refer to article http://kb.parallels.com/en/5503 for possible reasons of error "Error! Operation has not been completed".
Keywords: mod_security; module; publish; apache; configuration


Subscription for this article changesSubscription for this article changes

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
* - required fields