[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] RaQ550 development problems



Hi all, I'm hoping someone will have clues to solve this.  I am trying
to run cgi in /home/gossamer/fileman/cgi-bin/ which worked quite happily
on the RaQ4 but for some reason won't on the RaQ550.  The first problem
I've encountered is that the group admin has gone from /etc/groups but
I'm not sure how its replaced.

In srm.conf we have the following lines to enable cgi etc but when we go
to the page we get 'Internal Server Error' partly I'm sure due to
permissions at the moment we have it all set to root which is not ideal
but it looks as though cgi isn't enabled.

Alias /fileadmin /home/gossamer/fileman/cgi-bin/fileadmin.cgi
Alias /images/fileman/ /home/gossamer/fileman/images/
<Directory /home/gossamer/fileman/cgi-bin>
        SetHandler cgi-script
        Options ExecCGI
        Order allow,deny
        Allow from all
        Require valid-user
        Authname CobaltRaQ
        Authtype Basic
#       AuthPAM_FallThrough Off
</Directory>

I've seen that AuthPAM has been replaced by a more secure version but
not looked at how to use it.

This started out as a simple pkg conversion project but now this is
bugging me.

Any help appreciated not usually a cgi person in fact not really a
programmer but pkgs are usually simple for me.

Regards

Gavin
ps it works fine on a RaQ4 and I think RaQ2