Apache upload duration??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skyy
    New Member
    • May 2007
    • 109

    Apache upload duration??

    Hi...

    Is there a time out or maximum upload duration when uploading a file?

    where can i set it?

    Thanks...
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by skyy
    Hi...

    Is there a time out or maximum upload duration when uploading a file?

    where can i set it?

    Thanks...
    LimitRequestBod y is the Apache directive you are looking for.
    However, tools like PHP have their own mechanisms for limiting this as well.

    Comment

    • skyy
      New Member
      • May 2007
      • 109

      #3
      Originally posted by Motoma
      LimitRequestBod y is the Apache directive you are looking for.
      However, tools like PHP have their own mechanisms for limiting this as well.
      Hi..

      i am not using PHP..

      So the directive is inside httpd.conf file?

      Comment

      • Motoma
        Recognized Expert Specialist
        • Jan 2007
        • 3236

        #4
        Originally posted by skyy
        Hi..

        i am not using PHP..

        So the directive is inside httpd.conf file?
        That is where you will put it. Are you using any other server-side scripting?

        Comment

        • skyy
          New Member
          • May 2007
          • 109

          #5
          Originally posted by Motoma
          That is where you will put it. Are you using any other server-side scripting?

          Thanks..

          So how do i set it inside the conf file?

          I am using Perl script for CGI...

          Comment

          Working...