1 | <?php |
||
14 | class LiteSpeedProxy extends AbstractProxy |
||
15 | { |
||
16 | protected $binary = '/usr/local/lsws/bin/lswsctrl'; |
||
17 | |||
18 | protected $port = 8080; |
||
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | public function start() |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | public function stop() |
||
47 | |||
48 | /** |
||
49 | * {@inheritdoc} |
||
50 | */ |
||
51 | public function clear() |
||
56 | } |
||
57 |