Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#1028562: phpsysinfo: Please provide a configuration file for Apache

17 views
Skip to first unread message

T.A. van Roermund

unread,
Jan 12, 2023, 3:20:03 PM1/12/23
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

William Desportes

unread,
Jan 12, 2023, 4:02:09 PM1/12/23
to
Hi,


I agree, I assigned myself today this Launchpad bug from 2012 that asks for this feature: https://bugs.launchpad.net/ubuntu/+source/phpsysinfo/+bug/1016934

Since I am the new maintainer I intend to fix this in the next version I send into the archive.

Probably copying some of the logic we have at phpmyadmin for that.


--

William Desportes
0 new messages