Greg Stein
gstein at lyra.org
Sat Dec 9 05:08:43 EST 2000
crap... missed the address the first time :-) ----- Forwarded message from Mail Delivery System <MAILER-DAEMON at python.org> ----- >... From: Greg Stein <gstein at lyra.org> To: mod_python at python.org Cc: webmaster <webmaster at startcom.org> mod_python people... Could somebody please help this user? At first, I thought it was something related to DAV, but apparently not. This is out of my area of expertise, but I'm sure somebody in this forum can help. Cheers, -g On Sat, Dec 09, 2000 at 12:13:38PM -0800, webmaster wrote: > Hi Greg, > > My problem is *not* mod_dav, DAV is running perfect. I don't want to learn > right now python (You can't learn just everything). I just added mod_python > support to one of our servers. Now, I tested it with the test-script > provided with the contribution, which works well. But to test it, I needed > to add some handler-stuff to the httpd.conf. So, the only question is > really, which GLOBAL directive I have to input to the httpd.conf like for > cgi > AddHandler cgi-script .pl .cgi or for php I have > AddType > application/x-httpd-php .php . I added like in the example from mod_python > AddHandler python-program .py . But this does not seam to work for generally > getting python executed. And I didn't found anything in mod_python-docs, > sorry. > > For any help I thank you very much. > > Company: StartCom (Group) > Homepage: http://www.startcom.org > Branches: MediaDesign Ltd. at http://mediadesign.startcom.org > MediaHost Ltd. at http://mediahost.startcom.org > > Signer: Eddy Nigg > > ----- Original Message ----- > From: "Greg Stein" <gstein at lyra.org> > To: "webmaster" <webmaster at startcom.org> > Sent: Friday, December 08, 2000 2:10 PM > Subject: Re: A Mod_python error Question > > > > If you're using mod_dav, then the installation instructions are at: > > http://www.webdav.org/mod_dav/install.html > > > > davlib.py is *not* something that you would use as a "handler" in > > mod_python. There isn't anything that you'd add to the httpd.conf for it. > > > > What are you trying to do? That might help me to at least point you in the > > correct direction. > > > > At a minimum, if you are trying to learn Python, then go to > > http://www.python.org/docs/ and reading the tutorial and some of the other > > starter guides there. > > > > Cheers, > > -g > > > > On Fri, Dec 08, 2000 at 02:46:59PM -0800, webmaster wrote: > > > Yeah I know that, > > > > > > I'd like to know which config I have to enter in httpd.conf, like: > > > PythonHandler or what? > > > The DAV Server is successfully installed and already tested. > > > Thanks if you could give me here some advice for your script and python > in > > > general, especially as I saw, that you are also a member of Apache. > > > > > > Regards > > > > > > Company: StartCom (Group) > > > Homepage: http://www.startcom.org > > > Branches: MediaDesign Ltd. at http://mediadesign.startcom.org > > > MediaHost Ltd. at http://mediahost.startcom.org > > > > > > Signer: Eddy Nigg > > > > > > ----- Original Message ----- > > > From: "Greg Stein" <gstein at lyra.org> > > > To: "webmaster" <webmaster at startcom.org> > > > Sent: Friday, December 08, 2000 4:36 AM > > > Subject: Re: A Mod_python error Question > > > > > > > > > > davlib.py is not intended as a handler module for mod_python. It is a > > > > support module to be imported by other Python code. More specifically: > it > > > is > > > > a DAV *client* ... not a server. > > > > > > > > If you want to DAV-enable your server, then use mod_dav. > > > > > > > > Cheers, > > > > -g > > > > > > > > On Wed, Dec 06, 2000 at 12:27:01AM -0800, webmaster wrote: > > > > > Hi Greg Stein, > > > > > > > > > > I tried to run your davlib-script, but not beeing a expert in python > I > > > kindly request your help. I installed mod_phyton for this purpose on the > > > server and also expat. But somehow I don't see any information how to > > > configure the conf-file so I don't get this error: > > > > > Mod_python error: "PythonHandler davlib" > > > > > > > > > > Traceback (innermost last): > > > > > > > > > > File "/usr/lib/python1.5/site-packages/mod_python/apache.py", line > > > 178, in Dispatch > > > > > object = self.resolve_object(module, object_str) > > > > > > > > > > File "/usr/lib/python1.5/site-packages/mod_python/apache.py", line > 88, > > > in resolve_object > > > > > raise AttributeError, s > > > > > > > > > > AttributeError: module '/home/startcom/www/davclient/davlib.pyc' > > > contains no 'handler' > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Company: StartCom (Group) > > > > > Homepage: http://www.startcom.org > > > > > Branches: MediaDesign Ltd. at http://mediadesign.startcom.org > > > > > MediaHost Ltd. at http://mediahost.startcom.org > > > > > > > > > > Signer: Eddy Nigg > > > > > > > > > > > > > > > > > > > > > -- > > > > Greg Stein, http://www.lyra.org/ > > > > > > > > -- > > Greg Stein, http://www.lyra.org/ -- Greg Stein, http://www.lyra.org/ ----- End forwarded message ----- -- Greg Stein, http://www.lyra.org/
|