Hello Friends. I need tips to add more security in my Apache Server. Mainly with cgi-scripts, I use the suEXEC, but, with a cgi-script (perl), I obtain a list of the /etc/passwd.
Example:
#!/usr/bin/perl
system("cat /etc/passwd");
how to solve these problems?
Thank's
