Ubuntu default page

Hello,

My Librenms shows default ubuntu server page… Here is my apache config in /etc/sites-enabled/librenms.config

<VirtualHost *:443>
DocumentRoot /opt/librenms/html
ServerName librenms.example.com
SSLEngine on
SSLCertificateFile /etc/ssls/server.crt
SSLCertificateKeyFile /etc/ssls/server.key
CustomLog /opt/librenms/logs/access_log combined
ErrorLog /opt/librenms/logs/error_log
AllowEncodedSlashes NoDecode
<Directory “/opt/librenms/html/”>
Require all granted
AllowOverride All
Options FollowSymLinks MultiViews

This topic was automatically closed 186 days after the last reply. New replies are no longer allowed.