Re: restart relayd with new config

2012-11-29 Thread Reyk Floeter
Am Donnerstag, 29. November 2012 schrieb lilit-aibolit : > > Good. I have two configs. And in specified time I need to *reload* to new > config-file, > not reload same config-file. > How 'relayctl reload' help me? > You should read the relayctl(8) manpage first. relayctl load filename Reyk

Re: restart relayd with new config

2012-11-28 Thread lilit-aibolit
On 11/29/2012 01:04 AM, Sebastian Benoit wrote: lilit-aibolit(lilit-aibo...@mail.ru) on 2012.11.28 15:58:42 +0200: Scenario: I'm using relayd as transparent proxy and block some sites in work time, so I have two configs: # cat /etc/relayd.conf prefork 5 http protocol httpfilter { tcp {

Re: restart relayd with new config

2012-11-28 Thread Sebastian Benoit
lilit-aibolit(lilit-aibo...@mail.ru) on 2012.11.28 15:58:42 +0200: > Scenario: I'm using relayd as transparent proxy > and block some sites in work time, so I have two configs: > > # cat /etc/relayd.conf > prefork 5 > http protocol httpfilter { > tcp { nodelay, sack, socket buffer 65536, b

restart relayd with new config

2012-11-28 Thread lilit-aibolit
Scenario: I'm using relayd as transparent proxy and block some sites in work time, so I have two configs: # cat /etc/relayd.conf prefork 5 http protocol httpfilter { tcp { nodelay, sack, socket buffer 65536, backlog 1000 } return error request header filter "*youtube.com*"