The relevant section of apache's error log would be very helpful.

-David


On Mon, Nov 12, 2012 at 11:32 AM, Karthik Urs <karthik.ur...@gmail.com>wrote:

> Hi All,
>
> I am facing an issue with the installation and I was hoping you would help
> me. I installed a site with mod_python. I have the apache-modpython.conf as
> below -
>
> <VirtualHost *:80>
>> ServerName localhost
>> DocumentRoot "C:/Apache2.2/htdocs/apsreview/htdocs"
>>
>> # Error handlers
>> ErrorDocument 500 /errordocs/500.html
>>
>> # Serve django pages
>>  <Location "/">
>> PythonPath "['C:/Apache2.2/htdocs/apsreview/conf'] + sys.path"
>>  SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings
>> SetEnv PYTHON_EGG_CACHE "C:/Apache2.2/htdocs/apsreview/tmp/egg_cache"
>>  SetEnv HOME "C:/Apache2.2/htdocs/apsreview/data"
>> SetHandler mod_python
>> PythonHandler django.core.handlers.modpython
>>  PythonAutoReload Off
>> PythonDebug Off
>> # Used to run multiple mod_python sites in the same apache
>>  PythonInterpreter reviewboard_apsreview
>> </Location>
>>
>> # Serve static media without running it through mod_python
>>  # (overrides the above)
>> <Location "/media">
>> SetHandler None
>>  </Location>
>> <Location "/errordocs">
>> SetHandler None
>>  </Location>
>>
>> <Directory "C:/Apache2.2/htdocs/apsreview/htdocs">
>> AllowOverride All
>>  Options -Indexes FollowSymLinks
>> Allow from all
>> </Directory>
>>
>> # Alias static media requests to filesystem
>> Alias /media "C:/Apache2.2/htdocs/apsreview/htdocs/media"
>>  Alias /errordocs "C:/Apache2.2/htdocs/apsreview/htdocs/errordocs"
>> </VirtualHost>
>>
>
>
> When I copy this in mt httpd.conf and try to start apache, it fails to
> start. However, if I remove <Location> ....</Location> and start, it
> starts. I am not aware of django/mod_python (which I have installed) that
> well to isolate the issue. Can you please help me resolve this? many
> thanks..
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Reply via email to