473,569 Members | 2,611 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help! Host is reluctant to install Python

I've been trying to convince my host to install python/mod_python on
his server for a while now, however there are a number of reasons he
is reluctant to do so, which I will outline here:

1. His major reason is optimization. He uses Zend's optimization of
PHP as an example, and he has stated that python is rather resource
consuming.
2. Another one of his points is that he is unexperienced in installing
python, and he would not know how to do it securely. By 'securely',
I'm assuming he means disallowing a malicious (or ignorant) user from
harming the server

And, in light of point #1, I suggested that if there wasn't any
optimization immediately available, he could just enable it for my
account (thus lessening potential resource consumption at any given
time), to which he retorted "Do /you/ know how to do that?", and I
must say, he has me cornered ;-)

I have no experience with this sort of thing, so I'm asking a little
assistance in the direction of any documents or websites (or what have
you) I could show him in order to answer some of these questions, or
perhaps even some unspoken ones -- anything worth noting. (all I'm
really going to do is link him to this thread once it has accumulated
any answers)

Thank you all for your help :)

Wishing-to-be-liberated-from-the-clutches-of-PHP-ly y'rs,
Daniel Bickett
Jul 18 '05 #1
7 1392
find a new host, if they can't handle simple tasks like this or simple
security tasks like limiting permissions, how can you be sure anything
else they do is secure or correct?

Jul 18 '05 #2
"Daniel Bickett" <db******@gmail .com> wrote in message
news:ma******** *************** *************** *@python.org...
I've been trying to convince my host to install python/mod_python on
his server for a while now, however there are a number of reasons he
is reluctant to do so, which I will outline here:

<snip>

I'll second what you are already hearing.
Find a new hosting service because the one you have now is not qualified.

Thomas Bartkus
Jul 18 '05 #3
Daniel Bickett wrote:
I've been trying to convince my host to install python/mod_python on
his server for a while now, however there are a number of reasons he
is reluctant to do so, which I will outline here:

1. His major reason is optimization. He uses Zend's optimization of
PHP as an example, and he has stated that python is rather resource
consuming.
This depends, as all things, on what's being done with it -- it's
certainly possible to write resource-hogging Python apps, but it's
possible to do that in any language. And I'm not aware of Python
being particularly worse in this regard than any other web-scripting
language. I suspect this translates to "I'm avoiding anything that I
don't already know".
And, in light of point #1, I suggested that if there wasn't any
optimization immediately available, he could just enable it for my
account (thus lessening potential resource consumption at any given
time), to which he retorted "Do /you/ know how to do that?", and I
must say, he has me cornered ;-)


I don't know how to do that offhand... but then, I don't expect people
to pay me for web-hosting expertise. I would expect, from the little
that I *do* know of Apache configuration, that it wouldn't be too
difficult to allow Python CGIs to run out of only one specific
directory, that being within your webspace.

If you're paying for this service, then I'd agree with everyone else
that you should be paying for a different service. There's plenty of
webhosts around who *will* do Python. If this is a friend, then point
him to the Python Success Stories (http://www.pythonology.com/success)
and suggest that if there's that many Python web apps around, it can't
be too horrible on resources/management, and that he shouldn't be so
afraid to try something new...

Jeff Shannon
Technician/Programmer
Credit International
Jul 18 '05 #4
phr
Daniel Bickett <db******@gmail .com> writes:
I've been trying to convince my host to install python/mod_python on
his server for a while now, however there are a number of reasons he
is reluctant to do so, which I will outline here:
I'm surprised that you're getting such detailed answers from him.
Usually, low-cost web hosts want to offer a one-size-fits-all package
that requires minimal interaction with customers. If you're paying
$10 a month for hosting and a host admin has to spend 1 hour sending
you email, that probably wipes out at least 6 months of profits from
you as a customer. If you want custom service you usually have to pay
a lo tmore.
1. His major reason is optimization. He uses Zend's optimization of
PHP as an example, and he has stated that python is rather resource
consuming.
Maybe that's true, though if there's enough customer demand for Python
anyway, the answer is to buy more equipment and pass the costs on.
The real problem is there's not enough demand.
2. Another one of his points is that he is unexperienced in installing
python, and he would not know how to do it securely. By 'securely',
I'm assuming he means disallowing a malicious (or ignorant) user from
harming the server
That's a serious issue too, and "securely" means not just securing
against the service's own customers, but also against outside attacks.
I have no idea how carefully mod_python has been audited. I don't use
it myself, though I do run some Python cgi's.
I have no experience with this sort of thing, so I'm asking a little
assistance in the direction of any documents or websites (or what have
you) I could show him in order to answer some of these questions, or
perhaps even some unspoken ones -- anything worth noting. (all I'm
really going to do is link him to this thread once it has accumulated
any answers)


I think you should look into some type of virtual hosting that gives
you more ability to install your own software. Typing "uml hosting"
(UML is user-mode Linux) into Google finds a lot of such services. If
you find one that you like, post it here, I'm interested in this myself.
Jul 18 '05 #5
On ph*@localhost.l ocaldomain wrote:
Daniel Bickett <db******@gmail .com> writes:
I've been trying to convince my host to install python/mod_python on
his server for a while now, however there are a number of reasons he
is reluctant to do so, which I will outline here:


I'm surprised that you're getting such detailed answers from him.
Usually, low-cost web hosts want to offer a one-size-fits-all package
that requires minimal interaction with customers. If you're paying
$10 a month for hosting and a host admin has to spend 1 hour sending
you email, that probably wipes out at least 6 months of profits from
you as a customer. If you want custom service you usually have to pay
a lo tmore.


I know him personally, which is part of my reluctance to ditch him
entirely as most of you have suggested ;-) Suffice it to say I was
able to gain access to a 2.2 installation that was already on the
server, however for my intents and purposes I need a minimum of 2.3.
Now I'm working on getting him to upgrade to 2.4 and install
mod_python :)

New quick question: As for the former, on the download page it states
that the RPM distribution is sufficient for Fedora Core 3 *and
similar*, and I'm curious to know if that applies to Red Had
Enterprise as well. Thank you all for your answers and your time.

P.S. As for your pricing question, I only pay $20 a year. His services
are very affordable. You can see them all at the following link:
http://www.snorland.com/webhosting/

--
Daniel Bickett
db******@gmail. com
http://heureusement.org/
Jul 18 '05 #6
Ian
On Wed, 26 Jan 2005 01:40:39 GMT, ph*@localhost.l ocaldomain wrote:
....
I think you should look into some type of virtual hosting that gives
you more ability to install your own software. Typing "uml hosting"
(UML is user-mode Linux) into Google finds a lot of such services. If
you find one that you like, post it here, I'm interested in this myself.


I'm very happy with uml from tummy.com for 25 USD/month, with good
support by email for configuring mod_python in my case. They are also
a Pycon sponsor.

Ian

Jul 18 '05 #7
Based on discusses with these guys, who know LAMP, python, ruby inside
and out, and support it well:

http://textdrive.com/

I'm guessing you'd have a hard time finding mod_python / apache hosting
unless you get a dedicated server. It's pretty labor-intensive setup
and admin-wise. linux shell / python / SSH shdn't be a big deal, tho.

Jul 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
6505
by: Dave | last post by:
After following Microsofts admonition to reformat my system before doing a final compilation of my app I got many warnings/errors upon compiling an rtf file created in word. I used the Help Workshop program: hcw.exe that's included with Visual Basic. This exact same file compiled perfectly with no notes, warnings or errors prior to...
2
6425
by: Sudheer Kareem | last post by:
Dear All Please tell me how to assosiate help files with my Vb.net Project. Regards Sudheer
6
4316
by: wukexin | last post by:
Help me, good men. I find mang books that introduce bit "mang header files",they talk too bit,in fact it is my too fool, I don't learn it, I have do a test program, but I have no correct doing result in any way. Who can help me, I thank you very very much. list.cpp(main program)...
6
2998
by: d.warnermurray | last post by:
I am doing a project for school that involves creating help files for a html authoring tool. If you could help me with answers to some questions it would really help. 1. What tasks do you expect an html authoring tool to help you accomplish? 2. What do you expect from online help for a html authoring tool? 3. What audience do you think...
5
2975
by: Craig Keightley | last post by:
Please help, i have attached my page which worksin IE but i cannnot get the drop down menu to fucntion in firefox. Any one have any ideas why? Many Thanks Craig <<<<<<<<<<<<<<CODE>>>>>>>>>>>>>>>> <html>
0
568
by: tbatwork828 | last post by:
If you were like me trying to figure out how to launch context sensitive help topic by the context id, here is the link: http://weblogs.asp.net/kencox/archive/2004/09/12/228349.aspx and if link doesn't work, basically here is the article: An Exploration Into Launching Context-Sensitive HTML Help with Topic IDs in VB.NET I spent this...
2
3932
by: BT Openworld | last post by:
I have just had to upgrade to Access 2003 as Access 97 EMail (SendObject) doesn't work when loaded on Windows XP. I'm finding my way around Access 2003 but my biggest problem is getting information. When I bought Access 1.0 many years ago, I got a paper manual and an excellent help file with all you needed to know. With Access 97 the manual...
10
3343
by: JonathanOrlev | last post by:
Hello everybody, I wrote this comment in another message of mine, but decided to post it again as a standalone message. I think that Microsoft's Office 2003 help system is horrible, probably the worst I ever seen. I almost cannot find anything I need, including things I
1
6117
by: trunxnirvana007 | last post by:
'UPGRADE_WARNING: Array has a new behavior. Click for more: 'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="9B7D5ADD-D8FE-4819-A36C-6DEDAF088CC7"' 'UPGRADE_WARNING: Couldn't resolve default property of object Label. Click for more:...
0
2862
by: hitencontractor | last post by:
I am working on .NET Version 2003 making an SDI application that calls MS Excel 2003. I added a menu item called "MyApp Help" in the end of the menu bar to show Help-> About. The application calls MS Excel, so the scenario is that I am supposed to see the Excel Menu bar, FILE EDIT VIEW INSERT ... HELP. I am able to see the menu bar, but in...
0
7701
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7615
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8130
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7677
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7979
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6284
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
2115
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1223
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
940
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.