I am migrating a web application from Solaris 9 to Solaris 10. The core component of the web application is a very little Objective-C tool named Adaptor that is called as follows
http://www.something.de/cgi-bin/Adaptor
and supposed to return html code on standard output. However, when I enter this URL, the web browser gives me
Forbidden You don't have permission to access /cgi-bin/Adaptor on this server
When I call this tool on the command line as root I get
/var/apache/cgi-bin/Adaptor
Content-type: text/html
<head>
<title>Error</title>
</head><body><h1>Error</h1>You have to specify either an application or an identifier!</body>
...
so it's basically working. I added "include /var/apache/conf/GNUstep.conf" to /etc/apache/httpd.conf, created a file /var/apache/conf/GNUstep.conf