added web group and 4550 instead of 4555 mode

This commit is contained in:
Lev Walkin 2004-09-22 03:33:56 +00:00
parent 897a24d448
commit 942b3470fb
1 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@ To install, execute the following steps in this directory
CGIDIR=/path/where/webserver/CGIs/are/stored
make # Ensure the binary files are built
cp asn1c.cgi asn1c-suid-helper $CGIDIR
chmod 4555 $CGIDIR/asn1c-suid-helper
chgrp www $CGIDIR/asn1c-suid-helper # Or whatever Web server has
chown root $CGIDIR/asn1c-suid-helper
chmod 4550 $CGIDIR/asn1c-suid-helper # Make it setuid
# edit the $CGIDIR/asn1c.cgi to set up a few preferences
# in the beginning of that Perl script.