Jump to content

Recommended Posts

Posted

Hello, all.

 

I really want to make game in python, and I also want to get the flash crowd. My ugly hack to this is to have the game as a socket server, and teh game being a client. Thus, does heliohost support python socket servers?

Guest Geoff
Posted

You will need to run your server on port 80. We have a firewall that blocks non-standard ports.

Guest Geoff
Posted

You don't sound like you know what you're doing. I think something like Juggernaut would be much more suited to this.

Guest Geoff
Posted

I don't think you can run websockets from python. Maybe djbob can be of some help.

Guest Geoff
Posted

This support request is being escalated to our root admin.

Posted

Geoff: It's impossible for a user to run a server on port 80, since Apache is already running on that port. Only one process can run on one port at a time.

 

We have all unused incoming ports blocked from remote access, but if you're accessing the port locally you should be okay. Just pick a random port and go for it.

Posted

I'm goign to be running a server which anyoen (hopefully) can connec to. Is this possible? If so, how (exactly)? Also, why do you have _such_ enforced security? Triple cachaps, doubel email confrmation..

Posted

We don't have double email confirmation, and "cachaps" isn't a word so I'm not sure what you're saying.

 

No, it's not possible to set up a server that anyone can connect to. You can play around with mod_proxy with a .htaccess file, though, to try to redirect your traffic on that port to some URL on port 80. The result will be that you're restricted to HTTP, though.

Posted

I meant 'cachapa'. And you do have double email confirmation, for password ressets.

Crap. Is there anyone who hosts server for free?

Posted
I meant 'cachapa'. And you do have double email confirmation, for password ressets.

Crap. Is there anyone who hosts server for free?

I don't know any off the top of my head that would do what you're asking to do.

Posted

Maybe they're referring to "CAPTCHA"? Regardless, stop whining. Yes, there is someone who hosts for free - us. If you have a problem then go find someone else.

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