On Sat, 08 Jul 2000, Trefois wrote: > How can I run cgi scripts under apache > I have got some but they dont work. i get 500 internal server error. I am > running under windows 98 > > Thnkas for your reply, > > -- > christophe The CGI scripts will run without having to do anything. Just make sure that the first line points to the perl interpretor. #!/usr/bin/perl/ or whatever yours is
Kevin