Closed (fixed)
Project:
Album Photos
Version:
6.x-2.6-beta3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2008 at 13:28 UTC
Updated:
8 Feb 2013 at 23:58 UTC
Flash upload generates error 503.
This seems to be because of mod_security active at my server.
How do I deactivate mod_security in .htaccess for the Photo Album upload?
Comments
Comment #1
eastcn commentedhere: http://drupal.org/node/300789
Comment #2
butler360 commentedI'm having the same issue and my host is running mod_security but which files do we allow in .htaccess?
SetEnvIfNoCase Request_URI ^/wp-admin/async-upload.php$ MODSEC_ENABLE=OffThat's the one for WordPress, but what about for Drupal and/or Album Photos?
Comment #3
YAFA commented503 occurs in another way, that leads to a dead end:
When Drupal is set offline (maintenance mode) I get 503, too. When it's set back online, the upload works fine.
The problem is, that you might set your site offline, test the upload, it doesn't work and you don't set it back online, BECAUSE it doesn't work. That took me quite some time to find out. And let me age for several years ;o) Because everyone talks about mod_security, Apache, .htaccess, unavailable service on IIS - whatever.
This occured on a Win2k3 with IIS6.
Comment #4
Morn commented503 occurs also with Apache (When Drupal is set offline)
Comment #5
killua99 commentedI solve this issue with this topic.
http://drupal.org/node/539570
A limit problem.
Comment #6
nathaniel commented