Jump to content

Recommended Posts

Posted

Hello. I was wondering if there's any way that I can host my website on certain ports using python's server features, such as the socket module, while still maintaining standard access on ports such as 21 and 80. Basically, I want to run a python hosting script using heliohost. Thanks.

Posted

I know this sounds mischievious, but would it be possible to make a standard python page, but write the hosting program in there? Would this be a bad idea? I wouldn't want to mess anything up.

Posted

You might be able to work something out with mod_proxy or mod_rewrite, but we block all non-standard ports, so your webserver wouldn't be visible.

Guest
This topic is now closed to further replies.
×
×
  • Create New...