Change execution time limit on a per domain basis?
It is possible to change or disable execution time limit (apache 1.3.x) for a specific domain or directory? i'm trying to run a large sql query but the cgi is being killed by the 30 sec execution limit.Any idea on how to bypass that for that specific domain or user or script or directory or whatever apache allows to override global config for execution time limit?
PS: it has to be executed via web, yes (cron job isn't an option).
Thanks in advance for your help.