in reply to ActivePerl / Apache / WinMe config problem
One thing that is different from usual when you are doing CGI in the environment you describe is that the shebang line must be correct (this is not necessary otherwise under activestate). So make sure it is #!/perl/bin/perl -w or wherever you have installed it (I have /usr/bin/perl just like the real people). Also, if for some reason the apache is running on another drive, you need to set it with drive letter as well: #!c:/perl/bin/perl -w.
Also, you will want to examine your log files, access and especially error logs can be very helpful sometimes when trying to track these problems down.
One stupid question also, I am not trying to be condesending or anything, but you are restarting apache everytime you make a change, right? All in all, apache and activestate usually plays very well together on windows, although I have never run ME and never ever will.
Feel free to come back with more info about your problem, especially error logs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: ActivePerl / Apache / WinMe config problem
by Anonymous Monk on Feb 26, 2002 at 04:55 UTC |