FTP wrote:
Hi,
when I try to access:
https://<myserver>/cgi-bin/openwebmail/openwebmail.pl
I get the following:
'/var/www/cgi-bin/openwebmail/openwebmail.pl' must setuid to root
but my current permissions are:
-rwsr-sr-x 1 root wheel 35830 Jun 26 13:05 openwebmail.pl
I thought that the above are correct?
look at the output of the mount command. I suspect your /var partition
might look something like this:
/dev/sd0f on /var type ffs (local, nodev, nosuid, softdep)
nosuid is not your friend anymore.
noexec isn't, either.
Nick.