Can't Get mod_python script running

2006-02-16 Thread treelife
I need to run Django, but can't get past mod_python. I'm getting and internal server error when | run the following mod_python script. Script: from mod_python import apache def handler(req): req.content_type = 'text/plain' req.write("Under Construction") return apache.OK Here is so

Re: mod_python installation problems

2006-02-01 Thread treelife
Thank for this Adrian. This was in fact the case and I now have mod_python2.3/ apache2 running. I imagine that there is some way to resolve this, I had to also disable Squirrelmail. (it's not critical but I was testing it out to offer to my clients ) Barring resolution, I would have to look f

mod_python installation problems

2006-01-30 Thread treelife
Many people seem to have some difficulties configuring apache mod_python, at least initially to work with Django. I have also had these initial configuration difficulties, but have successfully configured it on my local box, which runs Suse 9.3. However, I am having real difficulties just instal

Storing News articles - retaining some HTML tags

2006-01-15 Thread treelife
Hi all, I am creating a news database where some of the articles are uniquely formatted, so I figured that the best thing to do is to retain some of HTML formatting in the odd article that has special formatting and generate the standard tags like s and s etc. I imagine that the standard tags ca