Topic: Web Server -- Cgi-bin

I tried to add a page to the web server that would display some other stuff, so I used vi to add a page in /www/cgi-bin/ , but I can't access it, I get a 404 error. I can add a page and access it from /www/, but not in cgi. I'm not a cgi expert (or is it perl?), I've actually never done web programming like this, but after seeing the page already there, I caught on quickly. I was even able to edit it.

So is there something I need to add to make it realize there is a page there?

Re: Web Server -- Cgi-bin

What does your cgi do?  What is it written in? Did you give it executable privileges?