473,323 Members | 1,550 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,323 software developers and data experts.

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 1377
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***************************************@pyt hon.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.localdomain 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.localdomain 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
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...
2
by: Sudheer Kareem | last post by:
Dear All Please tell me how to assosiate help files with my Vb.net Project. Regards Sudheer
6
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...
6
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...
5
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 ...
0
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...
2
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...
10
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...
1
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...
0
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...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

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.