I recently installed tdiary, and orginally
http://192.168.0.4/blog/index.rb would show contents of the file.
I added the line AddHandler cgi-script .cgi .sh .pl .rb
to httpd.conf and now I get forbidden.
The files are chowned 755.
How can I get these to execute?
I'm also getting
[Sat Nov 13 14:53:39 2004] [error] [client 192.168.0.2] Options ExecCGI is off in this directory: /var/www/blog/index.rb
[Sat Nov 13 14:53:39 2004] [error] [client 192.168.0.2] File does not exist: /var/www/favicon.ico
in error.log
How can I get this to work,?