server status на bitrix environment

Home » Server » server status на bitrix environment
Server Комментариев нет
Устанавливаем в nginx \etc\httpd\bx\conf\bx_ext_basconi.su.conf <IfModule mod_status.c> ExtendedStatus On <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 93.170.1.1/255.255.0.0 Allow from 127.0.0.1 ::1 Allow from 5.101.156.63 </Location> </IfModule> .htaccess RewriteCond %{REQUEST_FILENAME} !/bitrix/urlrewrite.php$ RewriteCond %{REQUEST_FILENAME} !/server-status$ RewriteRule ^(.*)$ /bitrix/urlrewrite.php [L]