What is WebDNA

WebDNA is a scripting and database system designed to easily build web applications.

WebDNA and BioType

BioType service is a biometric keystroke dynamic system. It will be part of WebDNA 8.5

Download WebDNA

Download WebDNA freeware, try it and register later if you want.

WebDNA resources

The list of all WebDNA instructions.
WebDNA
Software Corporation
Search WebDNA Site
 Menu


HOME


DOWNLOADS


LEARN


EDUCATION


NEWS


COMMUNITY


STORE


SUPPORT


CONTACT

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

This WebDNA talk-list message is from

2019


It keeps the original formatting.
numero = 114662
interpreted = N
texte = 2284 --Apple-Mail=_64609C29-92B3-40D1-B75C-BC28F27CEF7F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi Ken Yes it would be good to get the downloads page updated. Christophe did send an email to the list about the availability of 8.6.1 = some time ago but did not publish the links. Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@plsoftware.com.au > On 6 Aug 2019, at 00:13, WebDNA Solutions = wrote: >=20 > Hi Stuart, >=20 > You seem to be the go-to person for getting WebDNA to work > properly these days. Thanks for the good work!=20 >=20 > Now if only someone would put this solution on the downloads > page for WebDNA 8.6 FCGI, then anyone who tries this version > of WebDNA will know how to deal with this issue. >=20 > I also wish that someone would update the downloads page > and provide links to the most recent versions of WebDNA, > which apparently you have access to but we do not, since > version 8.6 is not mentioned on the downloads page. >=20 > My third wish would be for someone to edit this page: > http://www.webdna.us/page.dna?numero=3D1031 > ... and explain that this version actually works on Ubuntu > 18.04 and 19.04 after manually doing what the installer does > not do: change "PrivateTmp=3Dtrue" to "PrivateTmp=3Dfalse" in > "/lib/systemd/system/apache2.service". >=20 > Regards, > Kenneth Grome > WebDNA Solutions > http://www.webdnasolutions.com > Urgent/Emergency Phone: (228) 222-2917 > Website, Database, Network, and Communication Systems >=20 >=20 >=20 >=20 >> 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. >>=20 >> I kept on getting a server error 500 when uploading a file >> through the admin. >>=20 >> 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 >>=20 >> Edit /etc/apache2/mods-available/fcgi.conf and insert >> FcgidMaxRequestLen 5000000 >>=20 >> This is the contents of my completed file: >>=20 >> >> FcgidConnectTimeout 20 >>=20 >> FcgidMaxRequestLen 5000000 >>=20 >> >> AddHandler fcgid-script .fcgi >> >> > --------------------------------------------------------- > 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=_64609C29-92B3-40D1-B75C-BC28F27CEF7F Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii Hi = Ken

Yes it would be = good to get the downloads page updated.

Christophe did send an email to the = list about the availability of 8.6.1 some time ago but did not publish = the links.

Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA







On 6 Aug 2019, at 00:13, WebDNA Solutions <ken@webdnasolutions.com> wrote:

Hi = Stuart,

You seem to be the go-to person for = getting WebDNA to work
properly these days. Thanks for the = good work!

Now if only someone would put = this solution on the downloads
page for WebDNA 8.6 FCGI, = then anyone who tries this version
of WebDNA will know how = to deal with this issue.

I also wish that = someone would update the downloads page
and provide links = to the most recent versions of WebDNA,
which apparently = you have access to but we do not, since
version 8.6 is not = mentioned on the downloads page.

My third = wish would be for someone to edit this page:
http://www.webdna.us/page.dna?numero=3D1031
... and explain that this version actually works on Ubuntu
18.04 and 19.04 after manually doing what the installer = does
not do: change "PrivateTmp=3Dtrue" to = "PrivateTmp=3Dfalse" in
"/lib/systemd/system/apache2.service".

Regards,
Kenneth Grome
WebDNA = Solutions
http://www.webdnasolutions.com
Urgent/Emergency Phone: (228) 222-2917
Website, = Database, Network, and Communication Systems




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>
--------------------------------------------------= -------
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

= --------------------------------------------------------- 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=_64609C29-92B3-40D1-B75C-BC28F27CEF7F-- . 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)
2284 --Apple-Mail=_64609C29-92B3-40D1-B75C-BC28F27CEF7F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi Ken Yes it would be good to get the downloads page updated. Christophe did send an email to the list about the availability of 8.6.1 = some time ago but did not publish the links. Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@plsoftware.com.au > On 6 Aug 2019, at 00:13, WebDNA Solutions = wrote: >=20 > Hi Stuart, >=20 > You seem to be the go-to person for getting WebDNA to work > properly these days. Thanks for the good work!=20 >=20 > Now if only someone would put this solution on the downloads > page for WebDNA 8.6 FCGI, then anyone who tries this version > of WebDNA will know how to deal with this issue. >=20 > I also wish that someone would update the downloads page > and provide links to the most recent versions of WebDNA, > which apparently you have access to but we do not, since > version 8.6 is not mentioned on the downloads page. >=20 > My third wish would be for someone to edit this page: > http://www.webdna.us/page.dna?numero=3D1031 > ... and explain that this version actually works on Ubuntu > 18.04 and 19.04 after manually doing what the installer does > not do: change "PrivateTmp=3Dtrue" to "PrivateTmp=3Dfalse" in > "/lib/systemd/system/apache2.service". >=20 > Regards, > Kenneth Grome > WebDNA Solutions > http://www.webdnasolutions.com > Urgent/Emergency Phone: (228) 222-2917 > Website, Database, Network, and Communication Systems >=20 >=20 >=20 >=20 >> 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. >>=20 >> I kept on getting a server error 500 when uploading a file >> through the admin. >>=20 >> 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 >>=20 >> Edit /etc/apache2/mods-available/fcgi.conf and insert >> FcgidMaxRequestLen 5000000 >>=20 >> This is the contents of my completed file: >>=20 >> >> FcgidConnectTimeout 20 >>=20 >> FcgidMaxRequestLen 5000000 >>=20 >> >> AddHandler fcgid-script .fcgi >> >> > --------------------------------------------------------- > 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=_64609C29-92B3-40D1-B75C-BC28F27CEF7F Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii Hi = Ken

Yes it would be = good to get the downloads page updated.

Christophe did send an email to the = list about the availability of 8.6.1 some time ago but did not publish = the links.

Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA







On 6 Aug 2019, at 00:13, WebDNA Solutions <ken@webdnasolutions.com> wrote:

Hi = Stuart,

You seem to be the go-to person for = getting WebDNA to work
properly these days. Thanks for the = good work!

Now if only someone would put = this solution on the downloads
page for WebDNA 8.6 FCGI, = then anyone who tries this version
of WebDNA will know how = to deal with this issue.

I also wish that = someone would update the downloads page
and provide links = to the most recent versions of WebDNA,
which apparently = you have access to but we do not, since
version 8.6 is not = mentioned on the downloads page.

My third = wish would be for someone to edit this page:
http://www.webdna.us/page.dna?numero=3D1031
... and explain that this version actually works on Ubuntu
18.04 and 19.04 after manually doing what the installer = does
not do: change "PrivateTmp=3Dtrue" to = "PrivateTmp=3Dfalse" in
"/lib/systemd/system/apache2.service".

Regards,
Kenneth Grome
WebDNA = Solutions
http://www.webdnasolutions.com
Urgent/Emergency Phone: (228) 222-2917
Website, = Database, Network, and Communication Systems




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>
--------------------------------------------------= -------
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

= --------------------------------------------------------- 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=_64609C29-92B3-40D1-B75C-BC28F27CEF7F-- . 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:

[LOOKUP] (1997) includes and cart numbers (1997) credit card (1997) POS (2000) Can you identify the [body]? (1999) Add a field to the error log? (1997) SKU (1997) WebCatalog for guestbook ? (1997) [tcp connect] (1998) year 2000 + and webmerch, macauth? (1998) Nested tags count question (1997) Webcatalog quitting (1997) WebDNA deletes major DB data big time (2004) Error: Too many nested [xxx] contexts (1997) RE: Help name our technology! (1997) Summary layout (1997) Math, Multiple Equasions and Show/Hide (1998) WebCat2b15MacPlugin - [protect] (1997) pay processing (2001) [WebDNA] WebDNA Crashing or Not **YES** (2008)