T.A. van Roermund
unread,Jan 12, 2023, 3:20:03 PM1/12/23You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Package: phpsysinfo
Version: 3.4.2-1
Severity: normal
Dear Maintainer,
To make phpsysinfo accessible in Apache2, I had to create a file /etc/apache2/conf-available/phpsysinfo.conf with the following contents:
Alias /phpsysinfo /usr/share/phpsysinfo
<Location /phpsysinfo>
Options None
Require all granted
</Location>
And afterwards, I had to enable this configuration by executing those commands:
a2enconf phpsysinfo
systemctl restart apache2.service
It would be great if this could be done automatically during installation of the package.
Cheers,
Timo