openvpn-monitor icon indicating copy to clipboard operation
openvpn-monitor copied to clipboard

Need updated instructions for Ubuntu 20.04

Open Tennyleaz opened this issue 2 years ago • 2 comments

The ubuntu/debain install command was:

apt -y install git apache2 libapache2-mod-wsgi python3-geoip2 python3-humanize python3-bottle python3-semantic-version geoip-database geoip-database-extra

But libapache2-mod-wsgi cannot properly execute python3 scripts. It should be replaced by libapache2-mod-wsgi-py3. Also ubuntu 20.04 does not include geoip-database-extra package anymore.

Tennyleaz avatar Aug 31 '22 04:08 Tennyleaz

Hi,

libapache2-mod-wsgi => libapache2-mod-wsgi-py3 geoip-database-extra => geoip-database

Good luck

gally11 avatar May 04 '23 13:05 gally11

Thanks!! Instructions must me updated

rubenvg95 avatar Mar 26 '24 16:03 rubenvg95