2007/7/9, Elijah Alcantara <elijah.alcantara@xxxxxxxxx>:
I was thinking of saving these rules to the database then if the user clicks on the apply button at the frontend the squid proxy will fetch all these rules from a text/config file that the system created from the database.
The only thing I can think is that you may run webserver with root since you need to modify squid.conf and execute 'squid -k reconfigure' command.btw,parsing and redefining squid.conf by php is not easy,is it?Maybe perl is better choice. good luck.