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

flags wont load and the city is double

Open rchcoffey1 opened this issue 3 years ago • 2 comments

hi, flags won't load and the city name is doubled ... i check the apache log and it states a scrip error ... and I put the / tailing the URL .. please help

rchcoffey1 avatar Sep 22 '22 01:09 rchcoffey1

(13)Permission denied: AH01241: exec of '/var/www/html/openvpn-monitor/images/flags/us.png' failed[client 10.50.50.6:52958] End of script output before headers: us.png, referer: http://10.50.50.1/

rchcoffey1 avatar Sep 22 '22 01:09 rchcoffey1

Try this in your /etc/apache2/sites-enabled/openvpn-monitor.conf

ScriptAlias / /var/www/html/openvpn-monitor/openvpn-monitor.py <Directory /var/www/html/openvpn-monitor> Options +ExecCGI DirectoryIndex openvpn-monitor.py Order allow,deny Allow from all AddHandler default-handler .jpg .png Require ip /24 </Directory>

galavichid avatar Jan 11 '23 00:01 galavichid