zonedabone Posted June 29, 2010 Posted June 29, 2010 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.
zonedabone Posted June 29, 2010 Author Posted June 29, 2010 Oh. I didn't know that the feature wasn't enabled. I hope it's not too much burden.
zonedabone Posted July 1, 2010 Author Posted July 1, 2010 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.
Ashoat Posted July 2, 2010 Posted July 2, 2010 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.
Recommended Posts