heath
11-07-1999, 09:19 PM
Trying to install perl under windows and apache (not Active State) -
was curious what I had to change to the /conf/httpd.conf file?
Here's what I've done.[nbsp][nbsp]Added:
ScriptAlias /cgi-bin/ "c:/big/dom/xthedailyspread/cgi-bin/"
[nbsp]<Directory "c:/big/dom/xthedailyspread/cgi-bin/">
[nbsp][nbsp][nbsp][nbsp]AllowOverride None
[nbsp][nbsp][nbsp][nbsp]Options None
</Directory>
Error logs say it can't find the program - I guess its talking about perl - I guess I need to tell apache where perl is.
Using every possible combination of the shebang line in the perl script doesn't work - but perl runs fine from the command line
What directory does the shebang line take as its root??[nbsp][nbsp]I assumed the system root??
the document root is C:/big/dom/xthedailyspread/www and
the cgi bin is C:/big/dom/xthedailyspread/cgi-bin
Trying to mirror the futurequest platform perfectly so integrating from local to FQ is seemless.[nbsp][nbsp]
Obviously I'm missing something easy here.
Thanks
Heath
was curious what I had to change to the /conf/httpd.conf file?
Here's what I've done.[nbsp][nbsp]Added:
ScriptAlias /cgi-bin/ "c:/big/dom/xthedailyspread/cgi-bin/"
[nbsp]<Directory "c:/big/dom/xthedailyspread/cgi-bin/">
[nbsp][nbsp][nbsp][nbsp]AllowOverride None
[nbsp][nbsp][nbsp][nbsp]Options None
</Directory>
Error logs say it can't find the program - I guess its talking about perl - I guess I need to tell apache where perl is.
Using every possible combination of the shebang line in the perl script doesn't work - but perl runs fine from the command line
What directory does the shebang line take as its root??[nbsp][nbsp]I assumed the system root??
the document root is C:/big/dom/xthedailyspread/www and
the cgi bin is C:/big/dom/xthedailyspread/cgi-bin
Trying to mirror the futurequest platform perfectly so integrating from local to FQ is seemless.[nbsp][nbsp]
Obviously I'm missing something easy here.
Thanks
Heath