Koozali.org: home of the SME Server

restarting squid

sam russo

restarting squid
« 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.