Ich setze debian mit suexec, php 5.2.13/php5.3.2 und mod_fcgid ein. Im
Gegensatz zu suphp funktioniert leider kein rlimit. Da es aber in der
htaccess Datei/php.ini möglich ist das memory_limit zu erhöhen, wollte
ich in der apache2.conf/vhost folgenden Wert setzen.
RLimitMEM 32097152 32097152
Leider funktioniert das nicht mit fcgid, egal ob im vost/directory oder
apache2.conf gesetzt. Gibt es eine Möglichkeit den memory Wert zu
begrenzen oder geht das nicht mit rlimit und fcgid?
mod_fcgid - rlimit
Re: mod_fcgid - rlimit
Letzteres geht nicht, aber das memory_limit in der php.inicirox wrote:Gibt es eine Möglichkeit den memory Wert zu
begrenzen oder geht das nicht mit rlimit und fcgid?
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: mod_fcgid - rlimit
ok, kann man ev. doch etwas mit pam suexec in der limits.conf machen? Anscheinend ist das standardmäßig nicht möglich.
Das Problem ist ja eben, daß man über die user.ini den Wert z. Bsp. auf 1 GB hochsetzen kann, ich aber eine Grenze festlegen muss.
Das Problem ist ja eben, daß man über die user.ini den Wert z. Bsp. auf 1 GB hochsetzen kann, ich aber eine Grenze festlegen muss.
Re: mod_fcgid - rlimit
user.ini und Co kannst Du global deaktivieren beziehungsweise festsetzen und somit lokale Manipulationen unterbinden.
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
