Deploying django on a 1and1 dedicated server
Hay, the company i work for uses a server just like this (https://order.1and1.co.uk/xml/or开发者_C百科der/ServerPremiumDualCoreXL;jsessionid=6007C323B398ACB7D9749B0386161CAE.TCpfix153b?__frame=top&_lf=Static&ordernow=true). To host our websites, the product claims it has python onboard, but how would i go about deploying a django application on this type of setup.
you have to find out if one of the supported django mode is available:
mod_wsgi, mod_fcgi, mod_python
I have not used dedicated servers, but I think you might be able to configure it according to your needs. Ask the service provider.
精彩评论