in one of our account in server, cgi-folder is lose !!!
what should i do ?
Regard
in one of our account in server, cgi-folder is lose !!!
what should i do ?
Regard
Mahdionline
It could be that the user just deleted it. It is just a directory like any other. Just create a new one, make sure it has global execute permissions and has the user as owner and group.
mkdir cgi-bin
chown <user>.<user>
chmod 755
Where <user> should be subistuted with the username of the account.
![]()