Displaying 5 results from an estimated 5 matches for "limitrequestbody".
2014 Jan 13
3
apache - upload files bigger than 2Go
Hi,
I need to upload files larger than 4.4Gb (iso DVD) on CentOS (5.5 x64)
http server (httpd-2.2.3-43.el5.centos)
On the apache server set in my /etc/php.ini
upload_max_filesize = 4900M
post_max_size = 5000M
In my httpd.conf I set :
LimitRequestBody 0
I'm using firefox and/or chrome client for upload a file with 4.2gb size
on the server.
But it doesn't work.
Everything work fine and I can upload my file if it's not greater than
2gb.
I see that there are a technical apache limitation.
http://httpd.apache.org/docs/...
2009 Jun 12
5
Limit Request Body Size (Disallow very large File-uploads)
...ur Ruby on Rails application
Note that due to some restrictions we are unable to use
Apache/Passenger for our production deployment.
Is there a way to tell mongrel to skip requests which exceed a certain
limit (say 20MB) and return a 400 (Bad Request) response or the like?
I have tried to use the LimitRequestBody directive of Apache httpd,
but this obviously does not work, since Apache httpd passes most of
it''s requests directly on to mongrel. Thanks for your help!
Regards,
Severin
2006 Dec 07
17
compress and max upload size?
I am using mongrel_cluster with mod_proxy_balancer and would like to
enable compression (assuming it improves throughtput) and limit file
size upload. I configured mod_deflate and LimitRequestSize in Apache,
but in my trials looks like the proxied calls bypass those directives
(the conf goes below).
Is there a way to get this?
-- fxn
# Adapt this .example locally, as usual.
#
# To be
2010 Sep 02
7
unable to upload larger files
hii,
i am trying to upload some files to filesystem using rails application
when i use small size file everything is perfect but i when goes for
larger files i got error
this is my code
#this model file
class DataFile < ActiveRecord::Base
def self.save(upload)
name = upload[''datafile''].original_filename
directory = "//192.168.147.17/Smruti/streams"
#
2005 Jan 29
1
Asterisk @ Home 0.4 w/ Broadvoice + 5 SIP Phones How To
...es larger then 500K
Edit /etc/php.ini Increase the varable
"upload_max_filesize" to the max size
you'll "ever" expect to play. Increase this for
'whole' mp3 albums to "if"
you do that... Also, edit /etc/httpd/conf.d/php.conf
and change the variable "LimitRequestBody" to
something more meaningful. I use "12000000"
Security:
Created asterisk user:
adduser -s /bin/false -d /bin/false -c "Asterisk
Daemon User" asterisk
added asterisk user to asterisk group in /etc/group
chown -R asterisk:asterisk /var/log/asterisk
chown -R asterisk:a...