I dont know what's up with this error. Anyone could please? I'm running Apache server on win2000. My browser is IE 5.0.
Thank you!!
------------------ScottCalendarScript.com
------------------David Whittaker http://www.uabcm.com/ http://www.csworkbench.com/
Try those and let me know what happens.
I have a similar problem, When i run this it asks me to download the file etc.
Reading the Documentation it shows the requierments. I think they are all met, but im unsure. Blueyonder support is crap at the best of times but I found this website. http://help.blueyonder.co.uk/publish/commguide.html#cgi
Cheers.
Apache2 for win32 with ActivePerl was prompting me to download .pl when I tried putting quotes around my shebang. Having spaces in the path didn't help either:
#!"c:/PROGRAM FILES/PERL/BIN/PERL.EXE" ## 500 Internal Server Error#!C:/PROGRAM FILES/PERL/BIN/PERL.EXE ## 500 Internal Server Error#!C:/PROGRA~1/PERL/BIN/PERL.EXE ## works!
Oddly, lower case doesn't work either:#!c:/progra_1/perl/bin/perl.exe ## 500 Internal Server Error
#!c:/progra~1/perl/bin/perl.exe ## works!