|
From: Tiberius T. <u93...@ma...> - 2002-12-27 14:57:40
|
Hello,
Recently I tried to install Spyce on SourceForge's Project Web
Service, trying to make a working SpyceBB demo site. I've tried to
configure Spyce to run in CGI mode, however I couldn't make it work - I
keep getting "500 - Internal Server Error" message and, without the
error log file, I couldn't find out where's wrong.
First method I tried (I'll use '~' to represent
'/home/groups/s/sp/spycebb' below)
--in ~/cgi-bin/.htaccess
AddHandler spyce-cgi-handler .spy
Action spyce-cgi-handler ~/spyce-1.2.7/run_spyceCGI.py
Second method:
--in ~/cgi-bin/.htaccess
AddHandler cgi-script .spy
--in test.spy
#! /usr/bin/python2 ~/spyce-1.2.7/run_spyceCGI.py
When I manually run the test.spy file, it shows the correct result.
So ... Which step did I missed to check ? Have anyone successfully
installed / runned Spyce at SF ? Would you like to share your experience
? Any help is appreciated.
|