Re: [EMAIL PROTECTED] high load average on Apache 1.3 hosting 8000 conc. users forum

2006-01-30 Thread Jean Bonnot
[EMAIL PROTECTED] a écrit : Mainly VBulletin is a php script. I don't serve much static html files. How can php be tuned to optimize its performance? Usually, any php-forum has an option to make it storing generated pages as html-static. In that case, pages are regenerated only when a user

Re: [EMAIL PROTECTED] access control based on time of day

2006-01-29 Thread Jean Bonnot
McDouglas a écrit : Hi, I have some trouble figuring out how to set up apache to allow remote users to request pages only at a given time of day. I've read the documentations of mod_access and mod_auth, but could not find any information. "Access can be granted or denied based on a wide varie

Re: [EMAIL PROTECTED] apache 2.0.54 => 2.2 migration & auth files headaches

2006-01-26 Thread Jean Bonnot
Joshua Slive a écrit : All my modules are : Compiled in modules: mod_authn_file.c mod_authz_host.c mod_authz_groupfile.c # just added it, in case mod_auth_basic.c You also need mod_authz_owner. no luck with mod_authz_owner only, so I have also added mod_authz_default

Re: [EMAIL PROTECTED] apache 2.0.54 => 2.2 migration & auth files headaches

2006-01-26 Thread Jean Bonnot
Joshua Slive a écrit : On 1/26/06, Jean BONNOT <[EMAIL PROTECTED]> wrote: All my modules are : Compiled in modules: mod_authn_file.c mod_authz_host.c mod_authz_groupfile.c # just added it, in case mod_auth_basic.c You also need mod_authz_owner. no luc