
February 5th, 2002, 10:15 AM
|
|
Contributing User
|
|
Join Date: Nov 1999
Location: Canada, Toronto
Posts: 103
Time spent in forums: < 1 sec
Reputation Power: 10
|
|
|
win32: how to configure to run unix perl scripts?
i'm trying to configure apache to run unix perl scripts on windows... i have everything installed in one folder under /www, so obviously i dont have /usr where all scripts are looking for perl (#!/usr/bin/perl) so i'm trying to set an alias...
Alias /usr/bin "c:/www/perl/bin"
but that doesn't seem to work... i'm sorry, i'm not very experienced in configuring apache and would appreciate any help... i dont want to replace #! directive in all scripts to maintain compatbility and i dont really want to spread my files across the file system... i prefer to keep all of that stuff under /www folder...
thnx
|