[SOLVED]Problem squidguard GUI
-
I have a big problem when i change some ACL in squidguard, GUI pfsense stops working and I have to reboot the server manually to lift again the GUI, this only happens to change any policy on squidguard with other configurations or packages works perfect.
Any solution for this?
I have set in my pfSense 2.2.6:
- Squid 3
- Squidguard
- Sarg
- DNS Resolver
- DHCP
I filter HTTP / HTTPS content with man in the middle.
-
I've solved the problem, I found the solution in a similar post only have to apply this code
killall -9 php; killall -9 lighttpd; /etc/rc.restart_webgui
You have 2 ways:
The first is through the SSH console (if you have it enabled) you put your username and password, then selects the option 8 "SHELL" and executes the codethe second is using a monitor and keyboard connected to pfsense server and do the same procedure as above (select option 8 "SHELL" and run the code).
The server works perfect again, I hope it is helpful to many here in the forum
-
I've solved the problem, I found the solution in a similar post only have to apply this code
killall -9 php; killall -9 lighttpd; /etc/rc.restart_webgui
You have 2 ways:
The first is through the SSH console (if you have it enabled) you put your username and password, then selects the option 8 "SHELL" and executes the codethe second is using a monitor and keyboard connected to pfsense server and do the same procedure as above (select option 8 "SHELL" and run the code).
The server works perfect again, I hope it is helpful to many here in the forum
You can select Option 11 i.e Restart webConfigurator .
It will work.