So my writers have been getting an HTTP error when trying to upload images to their posts with BOTH the Flash Uploader and the Browser uploader. Flash uploader gives an HTTP error. Browser uploader gives a page not found error. This error is intermittent. It has happened 3 different times today, on 3 separate blogs. Soon after, uploads work fine.
I added the suggested code to a new .htaccess file in the /wp-admin/ folder:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
I also turned on my error logs for the Apache server. The only thing that stands out is this:
/var/chroot/home/content/67/4977167/html/wp-content/themes/psm/images/Daniellefavicon.ico
[Tue Jun 08 21:15:20 2010] [warn] [client 209.85.238.136] mod_fcgid: can't apply process slot for /var/chroot/home/content/67/4977167/html/index.php
[Tue Jun 08 21:18:08 2010] [warn] [client 209.85.238.25] mod_fcgid: can't apply process slot for /var/chroot/home/content/67/4977167/html/index.php
[Tue Jun 08 21:19:03 2010] [warn] [client 66.220.146.251] mod_fcgid: can't apply process slot for /var/chroot/home/content/67/4977167/html/wp-content/blogs.php
[Tue Jun 08 21:19:03 2010] [warn] [client 66.220.147.246] mod_fcgid: can't apply process slot for /var/chroot/home/content/67/4977167/html/wp-content/blogs.php
[Tue Jun 08 21:19:03 2010] [warn] [client 66.220.153.245] mod_fcgid: can't apply process slot for /var/chroot/home/content/67/4977167/html/wp-content/blogs.php
[Tue Jun 08 21:25:22 2010] [error] (28)No space left on device: Cannot store SSL session to DBM file `/web/logs/ssl_scache'
[Tue Jun 08 22:28:43 2010] [warn] [client 65.0.128.240] (20014)Internal error: mod_fcgid: can't get tmp dir
[Tue Jun 08 22:30:27 2010] [warn] [client 65.0.128.240] (20014)Internal error: mod_fcgid: can't get tmp dir
[Tue Jun 08 22:30:33 2010] [warn] [client 65.0.128.240] (70007)The timeout specified has expired: mod_fcgid: can't get data from http client
[Tue Jun 08 22:32:16 2010] [warn] [client 65.0.128.240] (70007)The timeout specified has expired: mod_fcgid: can't get data from http client
Any help would be greatly appreciated.