Re: [WebDNA] WebDNA 7 multiple fcgid processes
This WebDNA talk-list message is from 2012
It keeps the original formatting.
numero = 108809
interpreted = N
texte = okay, so I just started a new Vhost from scratch with fast_cgi and the =latest 7.1 build and I'm not getting a blank page anymore, but I'm =getting this errorError: template security preferences do not allow remote access to files =with that extensionwhen I go to WebDNA/Admin/AdminPrefs.dnaI got all my permissions in orderOn Mar 8, 2012, at 12:20 PM, christophe.billiottet@webdna.us wrote:> Did you install mod_fastcgi.c?>=20> On Mar 8, 2012, at 15:14, aaronmichaelmusic@gmail.com wrote:>=20>>=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>=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:
okay, so I just started a new Vhost from scratch with fast_cgi and the =latest 7.1 build and I'm not getting a blank page anymore, but I'm =getting this errorError: template security preferences do not allow remote access to files =with that extensionwhen I go to WebDNA/Admin/AdminPrefs.dnaI got all my permissions in orderOn Mar 8, 2012, at 12:20 PM, christophe.billiottet@webdna.us wrote:> Did you install mod_fastcgi.c?>=20> On Mar 8, 2012, at 15:14, aaronmichaelmusic@gmail.com wrote:>=20>>=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>=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:
Multiple prices (1997)
Shipping cost out of synch (1998)
[WebDNA] PDF's on the fly from a webdna database (2009)
Re:Encyption mail was Suggestions for Topics ... (1998)
[SearchString] problem with [search] context (1997)
Re:HELP - NONE STOP DIGESTS. Digest for 4/24/97) (1997)
Problems getting parameters passed into email. (1997)
WebCat editing, SiteGuard & SiteEdit (1997)
Max Record length restated as maybe bug (1997)
[WebDNA] HTML5 (2010)
RAM variables (1997)
New public beta available (1997)
Google listings. (2006)
Best way to add data to .db (1999)
filemaker - orderfile (1997)
in header include files? (1998)
Switch Case Context (2004)
WebCat2b13MacPlugin - nested [xxx] contexts (1997)
Dual processors? (2000)
Moving files from one server to another... (2001)