> I'm not quite sure where the /display stuff is supposed to go. Does it
> belong in the same directory is the index.cgi? If so, what httpd.conf
> change do I need to make to tell Apache that it's ok to serve documents
from
> the cgi-bin directory? I don't have a web page set up that refers to the
> tmda/index.cgi, I just jump straight to the cgi-bin/tmda/index.cgi url.
The display stuff goes in the display directory under where the tmda-cgi
files are kept. (My tmda-cgi files are in the TMDA installation dir under
cgi). So the display files would be in ....site-packages/TMDA/cgi/display
I use apache 2 and creating the file /etc/httpd/conf.d/tmda.conf:
#
# TMDA configuration file
#
Alias /tmda /usr/lib/python2.2/site-packages/TMDA/cgi
AddHandler cgi-script .cgi
<Directory /usr/lib/python2.2/site-packages/TMDA/cgi>
Options +ExecCGI
DirectoryIndex tmda.cgi
</Directory>
get mine working with after a 'service httpd reload'
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users