[Trac] Problems uploading documents

2010-08-06 Thread Draulio Neto
Hi,

I'm trying to upload some pdf files but appears the ERROR 413 - too large.

How I solve this? This problem is with the SVN or the server?

Thanks.

-- 
Dráulio

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Problems uploading documents

2010-08-06 Thread Erik Andersson
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html10.4.14 413 Request
Entity Too Large

The server is refusing to process a request because the request entity is
larger than the server is willing or able to process. The server MAY close
the connection to prevent the client from continuing the request.

If the condition is temporary, the server SHOULD include a Retry- After
header field to indicate that it is temporary and after what time the client
MAY try again.
Cheers / Erik

On Fri, Aug 6, 2010 at 1:35 PM, Draulio Neto drauliosoa...@gmail.comwrote:

 Hi,

 I'm trying to upload some pdf files but appears the ERROR 413 - too large.

 How I solve this? This problem is with the SVN or the server?

 Thanks.

 --
 Dráulio

 --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Problems uploading documents

2010-08-06 Thread Draulio Neto
How I solve this? Where is the configuration to allow the upload of larger
packages??

Thanks.

2010/8/6 Erik Andersson kir...@gmail.com

 http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html 10.4.14 413 Request
 Entity Too Large

 The server is refusing to process a request because the request entity is
 larger than the server is willing or able to process. The server MAY close
 the connection to prevent the client from continuing the request.

 If the condition is temporary, the server SHOULD include a Retry- After
 header field to indicate that it is temporary and after what time the client
 MAY try again.
 Cheers / Erik

 On Fri, Aug 6, 2010 at 1:35 PM, Draulio Neto drauliosoa...@gmail.comwrote:

 Hi,

 I'm trying to upload some pdf files but appears the ERROR 413 - too large.

 How I solve this? This problem is with the SVN or the server?

 Thanks.

 --
 Dráulio

 --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.




-- 
Dráulio

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Problems uploading documents

2010-08-06 Thread Matthew Caron

On 08/06/2010 07:35 AM, Draulio Neto wrote:

Hi,

I'm trying to upload some pdf files but appears the ERROR 413 - too large.

How I solve this? This problem is with the SVN or the server?


How exactly are you trying to upload? Do you mean attaching it to a page 
or ticket, or doing an svn commit? (I ask about SVN because you mention 
SVN).


If you're just attaching a PDF to a wiki page, then you likely want this 
setting:


[attachment]
max_size = some number larger than what you're trying to upload

--
SIXNET - Industrial and Wireless Connectivity
331 Ushers Road, Ballston Lake, NY 12019
Tel: 1.518.877.5173, Fax: 1.518.877.8346
www.sixnet.com

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Problems uploading documents

2010-08-06 Thread Draulio Neto
By svn commit.



2010/8/6 Matthew Caron matt.ca...@sixnet.com

 On 08/06/2010 07:35 AM, Draulio Neto wrote:

 Hi,

 I'm trying to upload some pdf files but appears the ERROR 413 - too large.

 How I solve this? This problem is with the SVN or the server?


 How exactly are you trying to upload? Do you mean attaching it to a page or
 ticket, or doing an svn commit? (I ask about SVN because you mention SVN).

 If you're just attaching a PDF to a wiki page, then you likely want this
 setting:

 [attachment]
 max_size = some number larger than what you're trying to upload

 --
 SIXNET - Industrial and Wireless Connectivity
 331 Ushers Road, Ballston Lake, NY 12019
 Tel: 1.518.877.5173, Fax: 1.518.877.8346
 www.sixnet.com


 --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.




-- 
Dráulio

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Problems uploading documents

2010-08-06 Thread Matthew Caron

On 08/06/2010 09:18 AM, Draulio Neto wrote:

By svn commit.


Then I'd say its not a Trac issue, but an SVN issue, isn't it?

--
SIXNET - Industrial and Wireless Connectivity
331 Ushers Road, Ballston Lake, NY 12019
Tel: 1.518.877.5173, Fax: 1.518.877.8346
www.sixnet.com

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Problems uploading documents

2010-08-06 Thread Draulio Neto
yes, but I was thinking that someone would know how to config this.

2010/8/6 Matthew Caron matt.ca...@sixnet.com

 On 08/06/2010 09:18 AM, Draulio Neto wrote:

 By svn commit.


 Then I'd say its not a Trac issue, but an SVN issue, isn't it?


 --
 SIXNET - Industrial and Wireless Connectivity
 331 Ushers Road, Ballston Lake, NY 12019
 Tel: 1.518.877.5173, Fax: 1.518.877.8346
 www.sixnet.com

 --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.




-- 
Dráulio

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Problems uploading documents

2010-08-06 Thread Draulio Neto
I was reading it, but couldn't find it, where is it? What's the name of the
archieve that I edit it?

2010/8/6 Erik Andersson kir...@gmail.com



 On Fri, Aug 6, 2010 at 3:23 PM, Matthew Caron matt.ca...@sixnet.comwrote:

 On 08/06/2010 09:18 AM, Draulio Neto wrote:

 By svn commit.


 Then I'd say its not a Trac issue, but an SVN issue, isn't it?

 +1

 Anyway: do you have a setting LimitRequestBody in your Apache
 configuration?



 --
 SIXNET - Industrial and Wireless Connectivity
 331 Ushers Road, Ballston Lake, NY 12019
 Tel: 1.518.877.5173, Fax: 1.518.877.8346
 www.sixnet.com

 --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.




-- 
Dráulio

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Problems uploading documents

2010-08-06 Thread Erik Andersson
On Fri, Aug 6, 2010 at 3:26 PM, Draulio Neto drauliosoa...@gmail.comwrote:

 I was reading it, but couldn't find it, where is it? What's the name of the
 archieve that I edit it?

http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody


 2010/8/6 Erik Andersson kir...@gmail.com



 On Fri, Aug 6, 2010 at 3:23 PM, Matthew Caron matt.ca...@sixnet.comwrote:

 On 08/06/2010 09:18 AM, Draulio Neto wrote:

 By svn commit.


 Then I'd say its not a Trac issue, but an SVN issue, isn't it?

 +1

 Anyway: do you have a setting LimitRequestBody in your Apache
 configuration?



 --
 SIXNET - Industrial and Wireless Connectivity
 331 Ushers Road, Ballston Lake, NY 12019
 Tel: 1.518.877.5173, Fax: 1.518.877.8346
 www.sixnet.com

 --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.




 --
 Dráulio

  --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Problems uploading documents

2010-08-06 Thread Draulio Neto
I edit it in the httpd.conf??

2010/8/6 Erik Andersson kir...@gmail.com

 On Fri, Aug 6, 2010 at 3:26 PM, Draulio Neto drauliosoa...@gmail.comwrote:

 I was reading it, but couldn't find it, where is it? What's the name of
 the archieve that I edit it?

 http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody


 2010/8/6 Erik Andersson kir...@gmail.com



 On Fri, Aug 6, 2010 at 3:23 PM, Matthew Caron matt.ca...@sixnet.comwrote:

 On 08/06/2010 09:18 AM, Draulio Neto wrote:

 By svn commit.


 Then I'd say its not a Trac issue, but an SVN issue, isn't it?

 +1

 Anyway: do you have a setting LimitRequestBody in your Apache
 configuration?



 --
 SIXNET - Industrial and Wireless Connectivity
 331 Ushers Road, Ballston Lake, NY 12019
 Tel: 1.518.877.5173, Fax: 1.518.877.8346
 www.sixnet.com

 --
 You received this message because you are subscribed to the Google
 Groups Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.




 --
 Dráulio

  --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To post to this group, send email to trac-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.




-- 
Dráulio

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.