Hi All,
I am trying to run TWiki on my OBSD 3.9 box. Installed using pkg_add
TWiiki-20040903p0.tgz
Include the following in my httpd.conf:
ScriptAlias /twiki/bin/ "/var/www/cgi-bin/twiki/"
Alias /twiki/ "/var/www/htdocs/twiki/"
<Directory "/var/www/cgi-bin/twiki">
Options +ExecCGI
SetHandler cgi-script
Allow from all
</Directory>
<Directory "/var/www/htdocs/twiki">
Options FollowSymLinks +Includes
AllowOverride None
Allow from all
</Directory>
<Directory "/var/www/htdocs/twiki/pub">
Options FollowSymLinks +Includes
AllowOverride None
Allow from all
</Directory>
<Directory "/var/www/htdocs/twiki/data">
Deny from all
</Directory>
<Directory "/var/www/htdocs/twiki/templates">
Deny from all
</Directory>
apachectl restart.
I got this message from my web browser:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator, [EMAIL PROTECTED] and inform
them of the time the error occurred, and anything you might have done that
may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.29 Server at 127.0.0.1 Port 80
--
in my error_log I got this message
[Fri Jun 30 11:31:04 2006] [error] [client 192.168.3.55] script not found
or unable to stat: /cgi-bin/twiki/testenv
I tried to change the chmod 755 testenv
and chgrp www:www testenv
No progress.
Thanks in advance for the help.
Best regards,
Riwan