Всем привет! Все настроили, в конфиге nano /etc/apache2/sites-available/bugzilla.conf прописали следующее:
ServerName bugzilla.zvezda.ltd
DocumentRoot /var/www/html/bugzilla/
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit FileInfo Indexes Options AuthConfig
ErrorLog /var/log/apache2/bugzilla.error_log
CustomLog /var/log/apache2/bugzilla.access_log common
systemctl restart apache2
запускаем /var/www/html/bugzilla/testserver.pl
bugzilla.company.ltd
TEST-OK Webserver is running under group id in $webservergroup.
TEST-FAILED Fetch of images/padlock.png failed
Your web server could not fetch bugzilla.company.ltd/images/padlock.png.
Check your web server configuration and try again.
root@ubuntu-22-template:/var/www/html/bugzilla#
если перейти пo
bugzilla.company.ltd и
bugzilla.company.ltd:10880 - нет доступа.
http://*ipaddress* -вылезает заглушка Apache
Что сделать что бы ее убрать?