[root@nexus cgi-bin]# head -10 ./metrites.py
#!/usr/bin/python3
# coding=utf-8
import cgitb; cgitb.enable()
import cgi, re, os, sys, socket, time, datetime, locale, codecs, random,
smtplib, subprocess, pymysql, geoip2.database
from datetime import datetime, timedelta
from http import cookies
#
#!/usr/bin/python3
# coding=utf-8
import cgitb; cgitb.enable()
import cgi, re, os, sys, socket, time, datetime, locale, codecs, random,
smtplib, subprocess, pymysql, geoip2.database
from datetime import datetime, timedelta
from http import cookies
===
[root@nexus cgi-bin]# /usr/b
Hello,
I recentely changed VPS server and when i try to load my webiste iam receiving
500 error which i wasnt receiving in my old VPS server with the same exact cgi
scripts.
After looking at Apacher's error_log iam seeing the following output when i try
to load scripts from cgi-bin directory.
On Thu, Feb 18, 2016 at 12:47 AM, Jeremy Leonard wrote:
> On Tuesday, February 16, 2016 at 3:02:40 PM UTC-5, Φώντας Λαδοπρακόπουλος
> wrote:
>> Hello,
>>
>> I recentely changed VPS server and when i try to load my webiste iam
>> receiving 500 error which i wasnt receiving in my old VPS server wi
On Tuesday, February 16, 2016 at 3:02:40 PM UTC-5, Φώντας Λαδοπρακόπουλος wrote:
> Hello,
>
> I recentely changed VPS server and when i try to load my webiste iam
> receiving 500 error which i wasnt receiving in my old VPS server with the
> same exact cgi scripts.
>
> After looking at Apacher's