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