Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:dpi_options:opt_notify:notify_troubleshooting:start [2023/10/10 08:25] – external edit 127.0.0.1 | en:dpi:dpi_options:opt_notify:notify_troubleshooting:start [2024/07/29 12:54] (current) – removed elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Troubleshooting ====== | ||
| - | {{indexmenu_n> | ||
| - | ==== When testing " | ||
| - | The reason for the subscriber' | ||
| - | |||
| - | ==== Tell me how I can implement the logic of service deactivation on a web server, if it is undesirable to route its traffic through the VAS Experts DPI? ==== | ||
| - | To disable the subscriber notification service you should use the following command on the web server after the page being displayed: | ||
| - | fdpi_ctrl del --service 6 --ip <ip или логин> | ||
| - | |||
| - | For example: | ||
| - | fdpi_ctrl del --service 6 --ip 192.168.0.1 | ||
| - | |||
| - | This can be achieved by using:\\ | ||
| - | [[en: | ||
| - | |||
| - | ==== We have problems with " | ||
| - | You should disable caching of the redirection page. There are exist two options:\\ | ||
| - | 1) on the web server\\ | ||
| - | |||
| - | Cache-Control: | ||
| - | Pragma: no-cache | ||
| - | |||
| - | 2) add the ''?'' | ||
| - | |||
| - | ntf_server=192.168.0.18/ | ||
| - | |||
| - | [[en: | ||