Hey all,
I'm upgrading tmda.cgi and have encountered a couple of problems.  In the
earlier version I had installed, I had a tmda.conf pointing to the
site-packages directory (Alias /tmda
/usr/lib/python2.2/site-packages/TMDA/cgi) so I was able to just enter
http://www.domain.com/tmda and up popped my tmda interface.  I now have the
program set up to run out of my /var/www/cgi-bin directory like all the
other cgi scripts I have.  It works ok if I do domain.com/cgi-bin/tmda.cgi
but that's not the way I was expecting it to operate.
The entire .conf is listed here for reference.

Alias /tmda /var/www/cgi-bin
AddHandler cgi-script .cgi
<Directory "/var/www/cgi-bin">
    Options +ExecCGI
    DirectoryIndex tmda.cgi
</Directory>

Is this a configuration issue with my main httpd.conf?

Also, the theme isn't displaying correctly when I view my pending messages.
The images are showing up as broken links.  I have the cgi-bin and display
directories on the same level and specified "../display/" for the directive
in the configuration.  I'm not all that familiar with style sheets so I'm
not sure where to begin looking for this problem.

Thanks for any help!
Mark



_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to