[WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error

This WebDNA talk-list message is from

2019


It keeps the original formatting.
numero = 114658
interpreted = N
texte = 2280 --Apple-Mail=_038F259B-0035-4882-9BBC-D650961DDEAE Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I came across an issue today while installing an admin on a site that is = running WebDNA fcgi 8.6 on a brand new Ubuntu 18.04 install. I kept on getting a server error 500 when uploading a file through the = admin. It turns out that the allowable upload size for fcgi defaults in Apache = to 131072 bytes, the solution is to increase this limit in to 5000000 = (5mb) or something that suits Edit /etc/apache2/mods-available/fcgi.conf and insert = FcgidMaxRequestLen 5000000 This is the contents of my completed file: FcgidConnectTimeout 20 =20 FcgidMaxRequestLen 5000000 AddHandler fcgid-script .fcgi Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@plsoftware.com.au --Apple-Mail=_038F259B-0035-4882-9BBC-D650961DDEAE Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
I came across an issue today while installing an admin on a = site that is running WebDNA fcgi 8.6 on a brand new Ubuntu 18.04 = install.

I = kept on getting a server error 500 when uploading a file through the = admin.

It = turns out that the allowable upload size for fcgi defaults in Apache to = 131072 bytes, the solution is to increase this limit in to 5000000 (5mb) = or something that suits

Edit /etc/apache2/mods-available/fcgi.conf and insert =  FcgidMaxRequestLen 5000000

This is the contents of my completed = file:

<IfModule mod_fcgid.c>
  = FcgidConnectTimeout 20
  
  FcgidMaxRequestLen 5000000

  <IfModule = mod_mime.c>
    AddHandler = fcgid-script .fcgi
  = </IfModule>
</IfModule>





Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA







= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_038F259B-0035-4882-9BBC-D650961DDEAE-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (H - Powerpalle 2019)
  2. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload (WebDNA Solutions 2019)
  3. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (Tom Duke 2019)
  4. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (christophe.billiottet@webdna.us 2019)
  5. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (Tom Duke 2019)
  6. [WebDNA] Ubuntu 18.04 & WebDNA server edition (Stuart Tremain 2019)
  7. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (Stuart Tremain 2019)
  8. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (Stuart Tremain 2019)
  9. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (christophe.billiottet@webdna.us 2019)
  10. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload (WebDNA Solutions 2019)
  11. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (Stuart Tremain 2019)
  12. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (Bob Minor 2019)
  13. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (H PowerPalle 2019)
  14. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload (WebDNA Solutions 2019)
  15. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (christophe.billiottet@webdna.us 2019)
  16. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload (WebDNA Solutions 2019)
  17. RE: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error ("Scott @ Itsula" 2019)
  18. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (christophe.billiottet@webdna.us 2019)
  19. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload (WebDNA Solutions 2019)
  20. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (christophe.billiottet@webdna.us 2019)
  21. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (Stuart Tremain 2019)
  22. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload (WebDNA Solutions 2019)
  23. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (Bob Minor 2019)
  24. Re: [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload (WebDNA Solutions 2019)
  25. [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload error (Stuart Tremain 2019)
2280 --Apple-Mail=_038F259B-0035-4882-9BBC-D650961DDEAE Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I came across an issue today while installing an admin on a site that is = running WebDNA fcgi 8.6 on a brand new Ubuntu 18.04 install. I kept on getting a server error 500 when uploading a file through the = admin. It turns out that the allowable upload size for fcgi defaults in Apache = to 131072 bytes, the solution is to increase this limit in to 5000000 = (5mb) or something that suits Edit /etc/apache2/mods-available/fcgi.conf and insert = FcgidMaxRequestLen 5000000 This is the contents of my completed file: FcgidConnectTimeout 20 =20 FcgidMaxRequestLen 5000000 AddHandler fcgid-script .fcgi Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@plsoftware.com.au --Apple-Mail=_038F259B-0035-4882-9BBC-D650961DDEAE Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
I came across an issue today while installing an admin on a = site that is running WebDNA fcgi 8.6 on a brand new Ubuntu 18.04 = install.

I = kept on getting a server error 500 when uploading a file through the = admin.

It = turns out that the allowable upload size for fcgi defaults in Apache to = 131072 bytes, the solution is to increase this limit in to 5000000 (5mb) = or something that suits

Edit /etc/apache2/mods-available/fcgi.conf and insert =  FcgidMaxRequestLen 5000000

This is the contents of my completed = file:

<IfModule mod_fcgid.c>
  = FcgidConnectTimeout 20
  
  FcgidMaxRequestLen 5000000

  <IfModule = mod_mime.c>
    AddHandler = fcgid-script .fcgi
  = </IfModule>
</IfModule>





Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA







= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_038F259B-0035-4882-9BBC-D650961DDEAE-- . Stuart Tremain

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Nested vs conditional (1997) Sort Order on a page search (1997) WebDNA dying or ... ? (2005) forms and variables (1998) deerfield/wingate server (2004) Permissions / [Protect] WAS: RE: Using Protection =) (2003) Nested vs conditional (1997) suggestion (1997) RE: Writefile outside WebSTAR hierarchy? (1997) The List is Changing (1997) thankyou.tmpl (1997) Checkboxes (1997) GuestBook example (1997) Sum of [founditems] ? (2004) WebDNA / Java Chat (2004) Search Question (2000) Tab Charactor (1997) PCS Frames (1997) Emailer [cart] file names (1997) [WriteFile] problems (1997)