Web Hosting Talk







View Full Version : Need mod_bandwidth to work with my PHP script.


[x10]Corey
04-19-2005, 08:24 PM
I'm looking to pay someone to make mod_bandwidth work with my PHP script. I have a script for file hosting and need it to work with mod_bandwidth so I can limit download speeds. I have mod_bandwidth setup and it works normally but when you go to download a file which is called from PHP it doesn't limit it anymore. I need a solution to this ASAP!

Thanks!

jaymef
04-19-2005, 11:04 PM
You are most likely experiencing this problem due to the fact that the PHP script would be executing as the apache user which mod_bandwidth most likely does not limit. Are you using suexec?

[x10]Corey
04-19-2005, 11:32 PM
I have just suexec enabled for CGI but I do not have PHPsuexec enabled.

-Corey