Re: [WebDNA] WebDNA 7 multiple fcgid processes

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 108807
interpreted = N
texte = Did you install mod_fastcgi.c? On Mar 8, 2012, at 15:14, aaronmichaelmusic@gmail.com wrote: >=20 > I tried this, I just get a blank (0 content) page >=20 > not seeing any errors in log >=20 > On Mar 8, 2012, at 11:11 AM, christophe.billiottet@webdna.us wrote: >=20 >> 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 >=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)
Did you install mod_fastcgi.c? On Mar 8, 2012, at 15:14, aaronmichaelmusic@gmail.com wrote: >=20 > I tried this, I just get a blank (0 content) page >=20 > not seeing any errors in log >=20 > On Mar 8, 2012, at 11:11 AM, christophe.billiottet@webdna.us wrote: >=20 >> 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 >=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:

Autonumber (2003) [OT] Theiving B*****ds (2004) New public beta available (1997) emailer (1997) remotely add + sign (1997) [WebDNA] AutoFill Drop Down Menu (2009) [WebDNA] Domain package pricing (2015) Close Databases Crash? (1998) Kaaaaahhhhhhhnnnnnnn! (1997) [WriteFile] problems (1997) Caching pages...again (2001) EmailProblem vs EmailComplete (2000) Triggers (2000) categories (1997) Dumb Question about Docs (1997) [/application] error? (1997) Not really WebCat- (1997) Re:Running 2 two WebCatalog.acgi's (1996) WebCatalog vs. Cold Fusion (1998) Strange Search Results (2004)