Nontikweed
Elite
pano ginawa mo? ayaw gumana sakin.. refuse hahaok na paps
ok na kako yung add sa server.conf hahahahahapano ginawa mo? ayaw gumana sakin.. refuse haha
tingnan mo sa
tail -100 /var/log/apache2/error.logito yung error papsrestrict mo din ip na pwede maka-access sa openvpn interface.
accept mo lang traffic na galing sa 165.22.106.77
tingnan mo sa
/var/log/apache2/error.log
kung ano dahilan nung error 500 boss.
tail -100 /var/log/apache2/error.log
apt-get update -y
apt-get -y install git apache2 libapache2-mod-wsgi python-geoip2 python-ipaddr python-humanize python-bottle python-semantic-version geoip-database-extra geoipupdate
systemctl restart apache2user@debian10:~$ grep -m4 '^WARNING' Downloads/error.txt
WARNING: Config file does not exist or is unreadable: ./openvpn-monitor.conf
WARNING: Config file does not exist or is unreadable: /etc/openvpn-monitor.conf
WARNING: No compatible geoip1 or geoip2 data/libraries found.
WARNING: socket error: [Errno 111] Connection refused
ls -l /etc/openvpn-monitor.conf
apache2ctl -S
user@debian10:~$ apt-cache search geoip | grep '^geoip'
geoip-bin - IP lookup command line tools that use the GeoIP library
geoip-database - IP lookup command line tools that use the GeoIP library (country database)
geoip-database-extra - IP lookup command line tools that use the GeoIP library (ASN/city database)
geoipupdate - MaxMind GeoIP/GeoIP2 database updates
apt-get install geoip-database
sorry may kulang pala sa pagkakaqoute ko sa line iedit ko po ulitin nyo na langLog says:
Code:user@debian10:~$ grep -m4 '^WARNING' Downloads/error.txt WARNING: Config file does not exist or is unreadable: ./openvpn-monitor.conf WARNING: Config file does not exist or is unreadable: /etc/openvpn-monitor.conf WARNING: No compatible geoip1 or geoip2 data/libraries found. WARNING: socket error: [Errno 111] Connection refused
Ano output ng:
Code:ls -l /etc/openvpn-monitor.conf apache2ctl -S
As per log error, install ka ng geoip db:
Code:user@debian10:~$ apt-cache search geoip | grep '^geoip' geoip-bin - IP lookup command line tools that use the GeoIP library geoip-database - IP lookup command line tools that use the GeoIP library (country database) geoip-database-extra - IP lookup command line tools that use the GeoIP library (ASN/city database) geoipupdate - MaxMind GeoIP/GeoIP2 database updates apt-get install geoip-database