Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

max_execution_time & safe mode

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Use 1 Static IP Address for multiple Websites  
Author Message
Bill Brother

External


Since: Sep 23, 2007
Posts: 2



(Msg. 1) Posted: Sun Sep 23, 2007 5:55 am
Post subject: max_execution_time & safe mode
Archived from groups: alt>apache>configuration (more info?)

Bonjour,

je souhaiterais modifier le temps d'execution max pour un groupe de fichiers
se trouvant dans un repertoire specifique.

Je sais qu'il est impossible de modifier la valeur de max_execution_time
dans le fichierphp en safe mode ( ini_set('max_execution_time','-1')
interdit), mais y a t il moyen de fixer une valeur de max_execution_time
pour tous les fichiers d'un repertoire en configurant le fichier php.ini ?

merci de votre aide

 >> Stay informed about: max_execution_time & safe mode 
Back to top
Login to vote
patpro2

External


Since: Mar 21, 2004
Posts: 50



(Msg. 2) Posted: Sun Sep 23, 2007 11:28 am
Post subject: Re: max_execution_time & safe mode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <46f62ec9$0$19289$426a74cc@news.free.fr>,
"Bill Brother" <bill.RemoveThis@iname.com> wrote:

> Bonjour,
>
> je souhaiterais modifier le temps d'execution max pour un groupe de fichiers
> se trouvant dans un repertoire specifique.
>
> Je sais qu'il est impossible de modifier la valeur de max_execution_time
> dans le fichierphp en safe mode ( ini_set('max_execution_time','-1')
> interdit), mais y a t il moyen de fixer une valeur de max_execution_time
> pour tous les fichiers d'un repertoire en configurant le fichier php.ini ?

you can either use a .htaccess file or change your main httpd.conf or
virtualhost config, setting a php_value directive:

php_value max_execution_time 90

patpro

--
http://www.patpro.net/

 >> Stay informed about: max_execution_time & safe mode 
Back to top
Login to vote
Bill Brother

External


Since: Sep 23, 2007
Posts: 2



(Msg. 3) Posted: Sun Sep 23, 2007 11:32 am
Post subject: Re: max_execution_time & safe mode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks patpro

how do you write this directive in virtualhost config for just a
subdirectory ( not the entire virtual host directoy ) ?





"patpro ~ patrick proniewski" <patpro.DeleteThis@boleskine.patpro.net> a écrit dans le
message de news: patpro-F99E10.11280923092007.DeleteThis@news-1.proxad.net...
> In article <46f62ec9$0$19289$426a74cc@news.free.fr>,
> "Bill Brother" <bill.DeleteThis@iname.com> wrote:
>
>> Bonjour,
>>
>> je souhaiterais modifier le temps d'execution max pour un groupe de
>> fichiers
>> se trouvant dans un repertoire specifique.
>>
>> Je sais qu'il est impossible de modifier la valeur de max_execution_time
>> dans le fichierphp en safe mode ( ini_set('max_execution_time','-1')
>> interdit), mais y a t il moyen de fixer une valeur de max_execution_time
>> pour tous les fichiers d'un repertoire en configurant le fichier php.ini
>> ?
>
> you can either use a .htaccess file or change your main httpd.conf or
> virtualhost config, setting a php_value directive:
>
> php_value max_execution_time 90
>
> patpro
>
> --
> http://www.patpro.net/
 >> Stay informed about: max_execution_time & safe mode 
Back to top
Login to vote
patpro2

External


Since: Mar 21, 2004
Posts: 50



(Msg. 4) Posted: Sun Sep 23, 2007 12:50 pm
Post subject: Re: max_execution_time & safe mode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <46f6329f$0$21559$426a74cc@news.free.fr>,
"Bill Brother" <bill.TakeThisOut@iname.com> wrote:

> Thanks patpro
>
> how do you write this directive in virtualhost config for just a
> subdirectory ( not the entire virtual host directoy ) ?

what about the good old Directory directive?

<http://httpd.apache.org/docs/2.2/mod/core.html#directory>

patpro

--
http://www.patpro.net/
 >> Stay informed about: max_execution_time & safe mode 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Rights issue / safe mode PHP - (Suse 9.0, Apache 2.048, PHP 4.3.3 - all default install from SuSe ISO) I have in my wwwroot folder (/srv/www/htdocs) a folder called counters. I have embedded a page counter script into several of the webpages I wrote/maintain. ls -lias for htdocs, an...

Apache 2, Fedora, MS IE "Scripts are usually safe" message - Scenario - web server is "Apache/2.0.49 (Fedora)". I just installed Fedora Core 2 and haven't done any customizing of Apache at all. The default html file contains <<html> hi </html> When I access this page from another sys...

Is apachectl restart safe for connected users and sessions? - I made some configuration changes to the log format. I'd like to restart the web server, but people are currently access the web server -- including clients relying on PHP scripts with session cookies. Can I restart the web server without killing the..

use memory caching in proxy mode - I have a question about the configuration of the apache server in mod_proxy. I have the following configuration: <IfModule mod_proxy.c> ProxyRequests On <Directory proxy:*> Order deny,allow Deny from all Allow...

Need Text mode hit counter for Apache on Debian box - Hello, I have an Apache server running on a Debian Linux box and want to get a web page hit counter program that does not need "graphic" (X-windows) to run. I have searched the www with Google and found quite a few "free" hit counte...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]