Re: [WebDNA] FastCGI running more than one process!

This WebDNA talk-list message is from

2013


It keeps the original formatting.
numero = 110391
interpreted = N
texte = This is a multi-part message in MIME format. ------=_SW_992336202_1369070093_mpa= Content-Type: text/plain; charset=us-ascii; format=flowed He's right, the new name is: FcgidMaxProcessesPerClass http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html Just a reminder that WSC does answer license and install questions at support@webdna.us.. not necessarily on the public talk list. Donovan > > --- Original message --- > Subject: Re: [WebDNA] FastCGI running more than one process! > From: Marc Thompson > To: > Date: Monday, 20/05/2013 12:07 PM > > That's what I keep telling my sys admin to add to the config, but he > insists it is not a proper attribute for Apache Module mod_fcgid? > > So I checked http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html and > cannot find that directive? All I can find there are: > FcgidMaxProcesses and FcgidMaxProcessesPerClass > > Those default to 1000 and 100 respectively. > > So I guess I just need to find some way to prove to him that > DefaultMaxClassProcessCount 1 will fix this problem? > > What can I tell him so he will at least try it!?!? > > Marc > > On 5/20/2013 10:48 AM, christophe.billiottet@webdna.us wrote: >> >> Hi Marc! yes, do not forget the line >> >> DefaultMaxClassProcessCount 1 >> >> That would be >> >> >> RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] >> >> AllowOverride All >> Options All -Indexes >> Order Allow,Deny >> Allow from All >> >> AddHandler fcgid-script .dna .tpl >> FcgidWrapper /services/web/WebDNA/WebDNA.fcgi >> DefaultMaxClassProcessCount 1 >> >> >> - chris >> >> On May 20, 2013, at 7:39 PM, Marc Thompson >> wrote: >> >>> >>> Having an ongoing issue in production right now with two fcgi >>> processes running occasionally where there should only be one? >>> >>> u0177430@umarket2:~$ ps aux | grep WebDNA >>> www-data 18392 0.0 5.1 255988 209572 ? Sl May19 1:00 >>> /services/web/WebDNA/WebDNA.fcgi >>> www-data 20722 0.0 5.0 249696 203236 ? Sl May19 0:44 >>> /services/web/WebDNA/WebDNA.fcgi >>> u0177430 28061 0.0 0.0 7640 916 pts/2 S+ 10:11 0:00 grep >>> WebDNA >>> u0177430@umarket2:~$ >>> >>> WebDNA is running as: linux unix 64bits FastCGI version 7.1.731 on >>> Ubuntu >>> >>> RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] >>> >>> AllowOverride All >>> Options All -Indexes >>> Order Allow,Deny >>> Allow from All >>> >>> AddHandler fcgid-script .dna .tpl >>> FcgidWrapper /services/web/WebDNA/WebDNA.fcgi >>> >>> >>> -- >>> ------------------------------------------- >>> Marc Thompson >>> Software/Web Design Engineer - (UIT-USS) >>> University Information Technology >>> University Support Services >>> University of Utah >>> 801.585.9264 >>> marc.thompson@utah.edu >>> ------------------------------------------- >>> --------------------------------------------------------- >>> 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 >> >> --------------------------------------------------------- >> 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 >> . >> > > -- > ------------------------------------------- > Marc Thompson > Software/Web Design Engineer - (UIT-USS) > University Information Technology > University Support Services > University of Utah > 801.585.9264 > marc.thompson@utah.edu > ------------------------------------------- > --------------------------------------------------------- > 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 ------=_SW_992336202_1369070093_mpa= Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable He's right, the new name is: FcgidMaxProcessesPerClass

http://httpd.a= pache.org/mod_fcgid/mod/mod_fcgid.html

Just a reminder that WSC does = answer license and install questions at support@webdna.us.. not necessarily = on the public talk list.

Donovan



 
 
--= - Original message ---
Subject: Re: [WebDNA] FastCGI running more= than one process!
From: Marc Thompson <marc.thompson@utah.edu= >
To: <talk@webdna.us>
Date: Monday, 20/05/2= 013 12:07 PM

That's what I keep telling my sys admin to add to the co= nfig, but he insists it is not a proper attribute for Apache Module mod_fcgi= d?

So I checked http://httpd.apache.org/mod_fcgid/mod/mod_fcgi= d.html and cannot find that directive? All I can find there are:
Fcgi= dMaxProcesses and FcgidMaxProcessesPerClass

Those default to 1000 and= 100 respectively.

So I guess I just need to find some way to prove t= o him that DefaultMaxClassProcessCount 1 will fix this problem?

What = can I tell him so he will at least try it!?!?

Marc

On 5/20/201= 3 10:48 AM, christophe.billiottet@webdna.us wrote:
Hi Marc! yes, do not forget the line

DefaultMaxClassProcessCoun= t 1

That would be


=09RewriteRule .* - [E=3dHTTP_AUTHORIZ= ATION:%{HTTP:Authorization},L]
=09<Directory /services/web/>
= =09=09 AllowOverride All
=09=09 Options All -Indexes
=09=09 Or= der Allow,Deny
=09=09 Allow from All

=09=09 AddHandler fcgid= -script .dna .tpl
=09=09 FcgidWrapper /services/web/WebDNA/WebDNA.fcgi=
=09=09 DefaultMaxClassProcessCount 1
     = ;     </Directory>

- chris

= On May 20, 2013, at 7:39 PM, Marc Thompson <marc.thompson@utah.edu> w= rote:

Having an ongoing issue in productio= n right now with two fcgi processes running occasionally where there should = only be one?

u0177430@umarket2:~$ ps aux | grep WebDNA
www-data = 18392 0.0 5.1 255988 209572 ? Sl May19 1:00 /services/web/WebDNA= /WebDNA.fcgi
www-data 20722 0.0 5.0 249696 203236 ? Sl May19 = 0:44 /services/web/WebDNA/WebDNA.fcgi
u0177430 28061 0.0 0.0 7640 = 916 pts/2 S+ 10:11 0:00 grep WebDNA
u0177430@umarket2:~$

= WebDNA is running as: linux unix 64bits FastCGI version 7.1.731 on Ubuntu
=09RewriteRule .* - [E=3dHTTP_AUTHORIZATION:%{HTTP:Authorization},L]<= br> =09<Directory /services/web/>
=09=09 AllowOverride All
= =09=09 Options All -Indexes
=09=09 Order Allow,Deny
=09=09 All= ow from All

=09=09 AddHandler fcgid-script .dna .tpl
=09=09 = FcgidWrapper /services/web/WebDNA/WebDNA.fcgi
    &nb= sp;     </Directory>

--
------= -------------------------------------
Marc Thompson
Software/Web Des= ign Engineer - (UIT-USS)
University Information Technology
Universit= y Support Services
University of Utah
801.585.9264
marc.thompson= @utah.edu
-------------------------------------------
--------------= -------------------------------------------
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://= mail.webdna.us/list/talk@webdna.us
Bug Reporting: support@webdna.us<= br>

-------------------------------------------------------= --
This message is sent to you because you are subscribed to
the mai= ling list <talk@webdna.us>.
To unsubscribe, E-mail to: <talk-le= ave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
.


--
----= ---------------------------------------
Marc Thompson
Software/Web Des= ign Engineer - (UIT-USS)
University Information Technology
University = Support Services
University of Utah
801.585.9264
marc.thompson@utah= .edu
-------------------------------------------
---------------------= ------------------------------------
This message is sent to you because = you are subscribed to
the mailing list <talk@webdna.us>.
To unsu= bscribe, E-mail to: <talk-leave@webdna.us>
archives: http://mail.webdna= .us/list/talk@webdna.us
Bug Reporting: support@webdna.us

------=_SW_992336202_1369070093_mpa=-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] FastCGI running more than one process! (Donovan Brooke 2013)
  2. Re: [WebDNA] FastCGI running more than one process! (Donovan Brooke 2013)
  3. Re: [WebDNA] FastCGI running more than one process! (Marc Thompson 2013)
  4. Re: [WebDNA] FastCGI running more than one process! (christophe.billiottet@webdna.us 2013)
  5. [WebDNA] FastCGI running more than one process! (Marc Thompson 2013)
This is a multi-part message in MIME format. ------=_SW_992336202_1369070093_mpa= Content-Type: text/plain; charset=us-ascii; format=flowed He's right, the new name is: FcgidMaxProcessesPerClass http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html Just a reminder that WSC does answer license and install questions at support@webdna.us.. not necessarily on the public Talk List. Donovan > > --- Original message --- > Subject: Re: [WebDNA] FastCGI running more than one process! > From: Marc Thompson > To: > Date: Monday, 20/05/2013 12:07 PM > > That's what I keep telling my sys admin to add to the config, but he > insists it is not a proper attribute for Apache Module mod_fcgid? > > So I checked http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html and > cannot find that directive? All I can find there are: > FcgidMaxProcesses and FcgidMaxProcessesPerClass > > Those default to 1000 and 100 respectively. > > So I guess I just need to find some way to prove to him that > DefaultMaxClassProcessCount 1 will fix this problem? > > What can I tell him so he will at least try it!?!? > > Marc > > On 5/20/2013 10:48 AM, christophe.billiottet@webdna.us wrote: >> >> Hi Marc! yes, do not forget the line >> >> DefaultMaxClassProcessCount 1 >> >> That would be >> >> >> RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] >> >> AllowOverride All >> Options All -Indexes >> Order Allow,Deny >> Allow from All >> >> AddHandler fcgid-script .dna .tpl >> FcgidWrapper /services/web/WebDNA/WebDNA.fcgi >> DefaultMaxClassProcessCount 1 >> >> >> - chris >> >> On May 20, 2013, at 7:39 PM, Marc Thompson >> wrote: >> >>> >>> Having an ongoing issue in production right now with two fcgi >>> processes running occasionally where there should only be one? >>> >>> u0177430@umarket2:~$ ps aux | grep WebDNA >>> www-data 18392 0.0 5.1 255988 209572 ? Sl May19 1:00 >>> /services/web/WebDNA/WebDNA.fcgi >>> www-data 20722 0.0 5.0 249696 203236 ? Sl May19 0:44 >>> /services/web/WebDNA/WebDNA.fcgi >>> u0177430 28061 0.0 0.0 7640 916 pts/2 S+ 10:11 0:00 grep >>> WebDNA >>> u0177430@umarket2:~$ >>> >>> WebDNA is running as: linux unix 64bits FastCGI version 7.1.731 on >>> Ubuntu >>> >>> RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] >>> >>> AllowOverride All >>> Options All -Indexes >>> Order Allow,Deny >>> Allow from All >>> >>> AddHandler fcgid-script .dna .tpl >>> FcgidWrapper /services/web/WebDNA/WebDNA.fcgi >>> >>> >>> -- >>> ------------------------------------------- >>> Marc Thompson >>> Software/Web Design Engineer - (UIT-USS) >>> University Information Technology >>> University Support Services >>> University of Utah >>> 801.585.9264 >>> marc.thompson@utah.edu >>> ------------------------------------------- >>> --------------------------------------------------------- >>> 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 >> >> --------------------------------------------------------- >> 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 >> . >> > > -- > ------------------------------------------- > Marc Thompson > Software/Web Design Engineer - (UIT-USS) > University Information Technology > University Support Services > University of Utah > 801.585.9264 > marc.thompson@utah.edu > ------------------------------------------- > --------------------------------------------------------- > 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 ------=_SW_992336202_1369070093_mpa= Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable He's right, the new name is: FcgidMaxProcessesPerClass

http://httpd.a= pache.org/mod_fcgid/mod/mod_fcgid.html

Just a reminder that WSC does = answer license and install questions at support@webdna.us.. not necessarily = on the public Talk List.

Donovan



 
 
--= - Original message ---
Subject: Re: [WebDNA] FastCGI running more= than one process!
From: Marc Thompson <marc.thompson@utah.edu= >
To: <talk@webdna.us>
Date: Monday, 20/05/2= 013 12:07 PM

That's what I keep telling my sys admin to add to the co= nfig, but he insists it is not a proper attribute for Apache Module mod_fcgi= d?

So I checked http://httpd.apache.org/mod_fcgid/mod/mod_fcgi= d.html and cannot find that directive? All I can find there are:
Fcgi= dMaxProcesses and FcgidMaxProcessesPerClass

Those default to 1000 and= 100 respectively.

So I guess I just need to find some way to prove t= o him that DefaultMaxClassProcessCount 1 will fix this problem?

What = can I tell him so he will at least try it!?!?

Marc

On 5/20/201= 3 10:48 AM, christophe.billiottet@webdna.us wrote:
Hi Marc! yes, do not forget the line

DefaultMaxClassProcessCoun= t 1

That would be


=09RewriteRule .* - [E=3dHTTP_AUTHORIZ= ATION:%{HTTP:Authorization},L]
=09<Directory /services/web/>
= =09=09 AllowOverride All
=09=09 Options All -Indexes
=09=09 Or= der Allow,Deny
=09=09 Allow from All

=09=09 AddHandler fcgid= -script .dna .tpl
=09=09 FcgidWrapper /services/web/WebDNA/WebDNA.fcgi=
=09=09 DefaultMaxClassProcessCount 1
     = ;     </Directory>

- chris

= On May 20, 2013, at 7:39 PM, Marc Thompson <marc.thompson@utah.edu> w= rote:

Having an ongoing issue in productio= n right now with two fcgi processes running occasionally where there should = only be one?

u0177430@umarket2:~$ ps aux | grep WebDNA
www-data = 18392 0.0 5.1 255988 209572 ? Sl May19 1:00 /services/web/WebDNA= /WebDNA.fcgi
www-data 20722 0.0 5.0 249696 203236 ? Sl May19 = 0:44 /services/web/WebDNA/WebDNA.fcgi
u0177430 28061 0.0 0.0 7640 = 916 pts/2 S+ 10:11 0:00 grep WebDNA
u0177430@umarket2:~$

= WebDNA is running as: linux unix 64bits FastCGI version 7.1.731 on Ubuntu
=09RewriteRule .* - [E=3dHTTP_AUTHORIZATION:%{HTTP:Authorization},L]<= br> =09<Directory /services/web/>
=09=09 AllowOverride All
= =09=09 Options All -Indexes
=09=09 Order Allow,Deny
=09=09 All= ow from All

=09=09 AddHandler fcgid-script .dna .tpl
=09=09 = FcgidWrapper /services/web/WebDNA/WebDNA.fcgi
    &nb= sp;     </Directory>

--
------= -------------------------------------
Marc Thompson
Software/Web Des= ign Engineer - (UIT-USS)
University Information Technology
Universit= y Support Services
University of Utah
801.585.9264
marc.thompson= @utah.edu
-------------------------------------------
--------------= -------------------------------------------
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://= mail.webdna.us/list/talk@webdna.us
Bug Reporting: support@webdna.us<= br>

-------------------------------------------------------= --
This message is sent to you because you are subscribed to
the mai= ling list <talk@webdna.us>.
To unsubscribe, E-mail to: <talk-le= ave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
.


--
----= ---------------------------------------
Marc Thompson
Software/Web Des= ign Engineer - (UIT-USS)
University Information Technology
University = Support Services
University of Utah
801.585.9264
marc.thompson@utah= .edu
-------------------------------------------
---------------------= ------------------------------------
This message is sent to you because = you are subscribed to
the mailing list <talk@webdna.us>.
To unsu= bscribe, E-mail to: <talk-leave@webdna.us>
archives: http://mail.webdna= .us/list/talk@webdna.us
Bug Reporting: support@webdna.us

------=_SW_992336202_1369070093_mpa=-- Donovan Brooke

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:

[WebDNA] incomplete redirect tag (2009) Re:What file? (1997) unsubscribe (1997) writing orders to a db (1997) [WebDNA] Add to cart (2014) WCS Newbie question (1997) Web Catalog 2 demo (1997) Re:my First Ship table (1998) [WebDNA] Fails to recognize comma-separated db (2010) Saving Text Areas with Orders (1997) [delete] problem (1997) [shell] (2003) Database changes (1998) Initiating NewCart (1997) Buying sans cart (1997) date formatting for CC card expiration date check (1998) Bug? (1997) Newbie problem blah blah blah (1997) Error -108 (1997) Database Repopulation (2004)