61fe915c4c
- Add get_web_root_for_imunify() function with comprehensive detection: - Detect Apache (apache2ctl -S) on Debian/Ubuntu - Detect Apache (httpd -S) on RHEL/CentOS/AlmaLinux/Rocky - Detect Nginx (nginx -T) on all platforms - Parse Apache and Nginx config files directly as fallback - Check common default locations if auto-detection fails - All detection happens automatically, no user prompts - ImunifyAV standalone setup now uses auto-detected path: - Shows detected web root during installation - Uses detected_root + /imunifyav as UI path - Zero user input required - Works on all supported OS and web server combinations