Search results

  1. M

    AddHandler directive for Python?

    Hi. This afternoon my webpage -which uses Python scripts- started sending 403 Forbidden errors. I saw that this afternoon the supported Apache directives were changed. Naturally, to have Apache execute my Python scripts, the .htaccess in my scripts dir reads "AddHandler cgi-script .py". Does...
  2. M

    Python MySQL support?

    Hi. I was wondering if you have MySQL Python support. I can't seem to import the MySQLdb module. I couldn't find any recent thread on this topic, and I really need MySQL access from within my Python code. Thanks a lot.
  3. M

    Can't send my site's URL in email?

    Hi, I have a script on my site that's supposed to send an email with a link back to one of my webpages (with a customized GET field). I did some tests and my script is able to connect to the mail server and send test emails without any problems. But whenever I add the URL to my website to the...
  4. M

    x10 domain expired

    I'm getting an error page from GoDaddy claiming that the x10 domain (on which my x10hosting site is) expired yesterday, and is pending for renewal. Anyone else getting the same error?
  5. M

    Website gone?

    Hi. My website is on Level and this morning when I tried to access it I got a 404 error (it had been working before). I logged in to my cPanel normally and found out none of my website files are there. Is Level under maintenance or something? Thanks for your attention.
  6. M

    Python CGI enabled?

    Hi, I just registered in the hopes of using Python CGI scripting with the Free Hosting service. Is it enabled for free accounts? If so, what is the hasbang for the Python interpreter? Thanks a lot!
  7. M

    Scripts not working on Chopin?

    Hello, As of this morning (GMT-6), all my (Python) scripts are giving "500 Internal Server Error" messages. I read on another thread that script execution was disabled by admin. Is there an update on why this is happening, and when they will be enabled again? Thanks. ---------- Post...
  8. M

    External stylesheet stopped working suddenly?

    Hi. I use an external stylesheet to control the apprearance of some site-wide things. One week ago it worked just fine, but for the past couple days the pages are simply not picking up the stylesheet. I don't remember changing anything. Here's my stylesheet, located in cgi-bin/styles.css...
  9. M

    Script error logs?

    Hi. Is there a way to see the server logs to debug my scripts? It's very annoying that I only get an "Internal Server Error" and no other indication whatsoever of what's going on. I'm programming in Python, which has a facility for cgi script debugging (cgitb), but it only kicks in when...
  10. M

    Hosting suspension explanation

    To the x10hosting admins, I am a new user of your website hosting service. My account was suspended at 5:03 today (Nov 18, 2009). The reason stated in my control panel is "You have been suspended for high system resource usage." First of all, I would like to apologize sincerely and deeply for...
Top