[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep tool as cgi on Solaris 10
From: |
Andreas Höschler |
Subject: |
Re: GNUstep tool as cgi on Solaris 10 |
Date: |
Wed, 20 Dec 2006 10:19:54 +0100 |
Hi all,
Just a simple thought.... on my (linux) system apache runs as
www-data. So starting the app as root, is not a real test since root
always has access... might this be you problem?
-bash-3.00# ls -l /var/apache/cgi-bin/Adaptor
-rwxr-xr-x 1 ahoesch other 99028 Dec 5 02:04
/var/apache/cgi-bin/Adaptor
-bash-3.00# ps -Af | grep httpd
nobody 25031 25030 0 23:58:05 ? 0:00 /usr/apache/bin/httpd
nobody 25033 25030 0 23:58:05 ? 0:00 /usr/apache/bin/httpd
...
root 25030 1 0 23:58:04 ? 0:02 /usr/apache/bin/httpd
-bash-3.00# su nobody
$ /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>$
I don't think so. It works also as nobody on the command line!?
Thanks,
Andreas