in reply to Re: How do I prevent anybody from looking at the contents of my text files ?
in thread How do I prevent anybody from looking at the contents of my text files ?

Obviously, this also depends on the configuration of your web server. With apache, a line like

AddHandler cgi-script .cgi

in to your httpd.conf will do the Right Thing (after you restart apache).

--
mowgli

  • Comment on Re: Answer: How do I prevent anybody from looking at the contents of my text files ?