Re: [WebDNA] WebDNA 7 multiple fcgid processes

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 108805
interpreted = N
texte = Here an example: #----------------------- FastCGIServer /path/to/WebDNA/WebDNA.fcgi -idle-timeout 60 -processes 1 Action webdna-fastcgi /WebDNA/WebDNA.fcgi=20 AddHandler webdna-fastcgi .dna RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] Deny from all = =20 #----------------------- On Mar 8, 2012, at 13:57, aaronmichaelmusic@gmail.com wrote: > On the suffix topic, I can't verify that that is the problem. I can = go through and hit a page with every extension and never see a second = fcgi instance occur. I can say though that the error prone sites are = the ones that actually USE multiple suffixes, whereas the stable ones = are pretty much using .dna only. They are all configured the same, = however, to use multiple extensions. =20 >=20 > Do you have any examples of a fast_cgi config inside a Vhost? Can it = run beside fcgid properly until I reconfigure all of the vhosts? >=20 >=20 > On Mar 8, 2012, at 9:57 AM, christophe.billiottet@webdna.us wrote: >=20 >>>> - Ubuntu 11 has a setup that overrides the = DefaultMaxClassProcessCount >>>=20 >>> maybe that's what I need to be looking at >>>=20 >>> Any differences in using mod_fcgid over mod_fastcgi? Do you think = it would be worthwhile to try a different configuration with fastcgi = instead? >>=20 >>=20 >> Usually, it is agreed that mod_fastcgi based works better than = mod_fcgid >> = http://blog.chty.org/post/2007/10/08/151-apache2-mod_fcgid-vs-mod_fastcgi >>=20 >>=20 >>> Another thing to note.... >>> On the Dreamhost Debian VPS I was working with a while back, I found = that a WebDNA.fcgi instance was created for each template extension that = was accessed. This had something to do with the poor apache config, but = I was able to hack around by only calling the fcgi process for .dna = extensions. =20 >>=20 >> This may be the explanation of the problem you noticed: you would = have to chose a simple suffixe here: >>=20 >> >> DefaultMaxClassProcessCount 1 >> FcgidWrapper /var/www/www.peruopportunity.org/WebDNA/WebDNA.fcgi = .dna >> >>=20 >> then map the others to .dna (if you plan to use more than one suffix = for a single website) >>=20 >> - chris--------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] WebDNA 7 multiple fcgid processes (aaronmichaelmusic@gmail.com 2012)
  2. Re: [WebDNA] WebDNA 7 multiple fcgid processes (christophe.billiottet@webdna.us 2012)
  3. Re: [WebDNA] WebDNA 7 multiple fcgid processes (WebDNA Solutions 2012)
  4. Re: [WebDNA] WebDNA 7 multiple fcgid processes (aaronmichaelmusic@gmail.com 2012)
  5. Re: [WebDNA] WebDNA 7 multiple fcgid processes (christophe.billiottet@webdna.us 2012)
  6. Re: [WebDNA] WebDNA 7 multiple fcgid processes (aaronmichaelmusic@gmail.com 2012)
  7. Re: [WebDNA] WebDNA 7 multiple fcgid processes (aaronmichaelmusic@gmail.com 2012)
  8. Re: [WebDNA] WebDNA 7 multiple fcgid processes (christophe.billiottet@webdna.us 2012)
  9. Re: [WebDNA] WebDNA 7 multiple fcgid processes (aaronmichaelmusic@gmail.com 2012)
  10. Re: [WebDNA] WebDNA 7 multiple fcgid processes (christophe.billiottet@webdna.us 2012)
  11. Re: [WebDNA] WebDNA 7 multiple fcgid processes (aaronmichaelmusic@gmail.com 2012)
  12. Re: [WebDNA] WebDNA 7 multiple fcgid processes (christophe.billiottet@webdna.us 2012)
  13. Re: [WebDNA] WebDNA 7 multiple fcgid processes (aaronmichaelmusic@gmail.com 2012)
  14. Re: [WebDNA] WebDNA 7 multiple fcgid processes (christophe.billiottet@webdna.us 2012)
  15. Re: [WebDNA] WebDNA 7 multiple fcgid processes (Govinda 2012)
  16. Re: [WebDNA] WebDNA 7 multiple fcgid processes (aaronmichaelmusic@gmail.com 2012)
  17. Re: [WebDNA] WebDNA 7 multiple fcgid processes (Govinda 2012)
  18. [WebDNA] WebDNA 7 multiple fcgid processes (aaronmichaelmusic@gmail.com 2012)
Here an example: #----------------------- FastCGIServer /path/to/WebDNA/WebDNA.fcgi -idle-timeout 60 -processes 1 Action webdna-fastcgi /WebDNA/WebDNA.fcgi=20 AddHandler webdna-fastcgi .dna RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] Deny from all = =20 #----------------------- On Mar 8, 2012, at 13:57, aaronmichaelmusic@gmail.com wrote: > On the suffix topic, I can't verify that that is the problem. I can = go through and hit a page with every extension and never see a second = fcgi instance occur. I can say though that the error prone sites are = the ones that actually USE multiple suffixes, whereas the stable ones = are pretty much using .dna only. They are all configured the same, = however, to use multiple extensions. =20 >=20 > Do you have any examples of a fast_cgi config inside a Vhost? Can it = run beside fcgid properly until I reconfigure all of the vhosts? >=20 >=20 > On Mar 8, 2012, at 9:57 AM, christophe.billiottet@webdna.us wrote: >=20 >>>> - Ubuntu 11 has a setup that overrides the = DefaultMaxClassProcessCount >>>=20 >>> maybe that's what I need to be looking at >>>=20 >>> Any differences in using mod_fcgid over mod_fastcgi? Do you think = it would be worthwhile to try a different configuration with fastcgi = instead? >>=20 >>=20 >> Usually, it is agreed that mod_fastcgi based works better than = mod_fcgid >> = http://blog.chty.org/post/2007/10/08/151-apache2-mod_fcgid-vs-mod_fastcgi >>=20 >>=20 >>> Another thing to note.... >>> On the Dreamhost Debian VPS I was working with a while back, I found = that a WebDNA.fcgi instance was created for each template extension that = was accessed. This had something to do with the poor apache config, but = I was able to hack around by only calling the fcgi process for .dna = extensions. =20 >>=20 >> This may be the explanation of the problem you noticed: you would = have to chose a simple suffixe here: >>=20 >> >> DefaultMaxClassProcessCount 1 >> FcgidWrapper /var/www/www.peruopportunity.org/WebDNA/WebDNA.fcgi = .dna >> >>=20 >> then map the others to .dna (if you plan to use more than one suffix = for a single website) >>=20 >> - chris--------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us christophe.billiottet@webdna.us

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:

Running 2 two WebCatalog.acgi's (1996) Need relative path explanation (1997) 2nd WebCatalog2 Feature Request (1996) Template transformed itself into a database? (1998) Emailer (1998) Problems with [Search] param - Mac Plugin b15 (1997) Creating 404 Not Found pages (1999) $append (1998) multi-paragraph fields (1997) [OT] installing binary app (2006) Trouble with formula.db + more explanation (1997) return missing item (was:WebCat Sales) (1997) Relay link (2002) WebCat2 several catalogs? (1997) decrypt and summ problems (1999) Serial Number Question (1997) [WebDNA] WebDNA DE purchase (2008) A multi-processor savvy WebCatalog? (1997) Banners (1997) [WebDNA] Page close data (2014)