This is a discussion on Running Perl Scripts within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hello Newsgroup, maybe this question is already answered. But I didn't find it. I'm using Apache/2.0....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello Newsgroup,
maybe this question is already answered. But I didn't find it. I'm using Apache/2.0.52 (Win32) Server at localhost Port 80 and Perl 5.8.6 Build 811. After installing the Apache web server i can start the success page from Apache. But after this I want to start a Perl Script *.pl from the folder cgi-bin. http://localhost/cgi-bin/anyfile.pl But unfortunately I get the error message 500: Internal Server Error There must be something wrong with the rights of access to some files on my pc or whatever. My machine is running with Win XP Pro and on my company Laptop with Win 2000 I didn't got the problem like this. Do you got any solutions for me? Thx in advance. Armin |
|
|||
|
At the moment there's no help neccessary. At least I found it on my own. I have to be a little bit more careful programming scripts. It was just a missing n for a new line feed after a backslash. :-( Thx for reading. Maybe I'm coming back for more questions. Bye Armin > Hello Newsgroup, > > maybe this question is already answered. But I didn't find it. > > I'm using Apache/2.0.52 (Win32) Server at localhost Port 80 and Perl 5.8.6 > Build 811. > > After installing the Apache web server i can start the success page from > Apache. But after this I want to start a Perl Script *.pl from the folder > cgi-bin. http://localhost/cgi-bin/anyfile.pl > > But unfortunately I get the error message 500: Internal Server Error > There must be something wrong with the rights of access to some files on my > pc or whatever. > > My machine is running with Win XP Pro and on my company Laptop with Win > 2000 I didn't got the problem like this. > > Do you got any solutions for me? Thx in advance. > > Armin |