Re: [WebDNA] WebDNA 7 multiple fcgid processes

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 108806
interpreted = N
texte = I tried this, I just get a blank (0 content) page not seeing any errors in log On Mar 8, 2012, at 11:11 AM, christophe.billiottet@webdna.us wrote: > Here an example: >=20 >=20 > #----------------------- > > FastCGIServer /path/to/WebDNA/WebDNA.fcgi -idle-timeout 60 -processes = 1 > Action webdna-fastcgi /WebDNA/WebDNA.fcgi=20 > AddHandler webdna-fastcgi .dna > >=20 > > RewriteEngine on > RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] > >=20 > > Deny from all = =20 > > #----------------------- >=20 >=20 > On Mar 8, 2012, at 13:57, aaronmichaelmusic@gmail.com wrote: >=20 >> 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 >=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)
I tried this, I just get a blank (0 content) page not seeing any errors in log On Mar 8, 2012, at 11:11 AM, christophe.billiottet@webdna.us wrote: > Here an example: >=20 >=20 > #----------------------- > > FastCGIServer /path/to/WebDNA/WebDNA.fcgi -idle-timeout 60 -processes = 1 > Action webdna-fastcgi /WebDNA/WebDNA.fcgi=20 > AddHandler webdna-fastcgi .dna > >=20 > > RewriteEngine on > RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] > >=20 > > Deny from all = =20 > > #----------------------- >=20 >=20 > On Mar 8, 2012, at 13:57, aaronmichaelmusic@gmail.com wrote: >=20 >> 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 >=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 aaronmichaelmusic@gmail.com

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:

HTML Editors (1997) credit card authorization question (1997) [WebDNA] New Mountain Lion OSX Server (2013) writefile and texte (1997) with Link i need to (1997) Banners (1997) searching with groups (1997) WebCat, The Trend, & Consolidating... (1997) [WebDNA] Search Problem (2011) Separate SSL Server (1997) Summing fields (1997) Using Plug-In while running 1.6.1 (1997) Nested tags count question (1997) Browser Problem?!? Still getting Error message using POST! (1997) RE: what characters are replaced for tab and CR? (1998) Virtual hosting and webcatNT (1997) Not really WebCat- (1997) How to Display text in empty fields (1997) using showpage and showcart commands (1996) Shipping Based on Number of Items (1998)