Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: sam russo on June 06, 2001, 09:21:24 AM

Title: restarting squid
Post by: sam russo on June 06, 2001, 09:21:24 AM
This has to be a rights issue.
How do I get squid to re-read its config file from within a php script.
I've tried  
$result2 = system("./squid -k reconfigure"); this doesn't work.

Yet      
$result = system("cp -f $path/conf_files/$config $path/squidGuard.conf"); does.

Any help would be appreciated.