Product:
Search Type:

Module mod_security is loaded in apache on the publishing server. How should I configure it to prevent disturbing of Sitebuilder publishing?

Article ID: 5429 
Last Review: Aug,14 2008
APPLIES TO:
  • Sitebuilder 4.x for Linux/Unix

SYMPTOMS

Apache module mod_security on publishing server may have various negative affects on Sitebuilder workability, among them modules management or publishing.

For example the following error may occur in Sitebuilder log when uploading images in Image Gallery or eShop:

System           Action status: 2; Target: /Wizard/Edit/Modules/ImageGallery/ImageUpload; Messages: Error! Operation has not been completed.
Modules         Invalid response: ...
System           Action status: 2; Target: /Wizard/Edit/Modules/ImageGallery/ImageUpload; Messages: Error! Operation has not been completed.


RESOLUTION

mod_security includes more then 100 configuration options, their compatibility with configuration of Sitebuilder have not been investigated completely yet.

Currently you should disable the module or 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/5531 for another affect of mod_security.
Keywords: mod_security; module; publish; apache; configuration

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.
*Please type the code you can see.
* - required fields