These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for cgi-bin on the new forum.
This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
The suexec program would require that anything in cgi-bin be owned by the same user and group as the directory it's sitting in.
They also won't work if they're world writeable (permissions 777), since that means anyone on the server would have permissions to make changes to them.
My suggestion would be to go into your cgi-bin dir, and type:
ls -la
And verify that the programs you added are the same user and group as the directory itself... I'd also suggest making the permissions on the file itself "755" or maybe "775".
Howdy,
The suexec program would require that anything in cgi-bin be owned by the same user and group as the directory it's sitting in.
They also won't work if they're world writeable (permissions 777), since that means anyone on the server would have permissions to make changes to them.
My suggestion would be to go into your cgi-bin dir, and type:
ls -la
And verify that the programs you added are the same user and group as the directory itself... I'd also suggest making the permissions on the file itself "755" or maybe "775".
-Eric
right on buddy.
working