Re: Apache server won't start

2009-01-22 Thread May
Oh, Thank you, Karen!! Yes, that was the problem. May On Jan 22, 9:12 am, Karen Tracey wrote: > On Thu, Jan 22, 2009 at 11:55 AM, May wrote: > > > Hello, > > > I'm trying to set up the Apache server with mod_python.  The Apache > > server works, until I had the following code to the bottom of

Re: Apache server won't start

2009-01-22 Thread Karen Tracey
On Thu, Jan 22, 2009 at 11:55 AM, May wrote: > > Hello, > > I'm trying to set up the Apache server with mod_python. The Apache > server works, until I had the following code to the bottom of > http.conf file: > > SetHandler python-program > PythonPath "['C:/django'] + sys.path" If this is a li

Re: Apache server won't start

2009-01-22 Thread May
Hello Tonu, Yes, I tried that as well and still the server won't start. Thanks, May On Jan 22, 9:01 am, Tonu wrote: > I wonder if you need SetHandler None?  Try eliminating those two > lines.  Other source of information for troubleshooting is apache > error log file. > > Tonu > > On Jan 22,

Re: Apache server won't start

2009-01-22 Thread Tonu
I wonder if you need SetHandler None? Try eliminating those two lines. Other source of information for troubleshooting is apache error log file. Tonu On Jan 22, 10:55 am, May wrote: > Hello, > > I'm trying to set up the Apache server with mod_python.  The Apache > server works, until I had th

Re: Apache server won't start

2009-01-22 Thread May
Ad addendum to message: This is a windows XP server. May On Jan 22, 8:55 am, May wrote: > Hello, > > I'm trying to set up the Apache server with mod_python.  The Apache > server works, until I had the following code to the bottom of > http.conf file: > > SetHandler python-program > PythonPath

Apache server won't start

2009-01-22 Thread May
Hello, I'm trying to set up the Apache server with mod_python. The Apache server works, until I had the following code to the bottom of http.conf file: SetHandler python-program PythonPath “['C:/django'] + sys.path” PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE mypr