On 10/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> But when I try
>
> SetEnv JPATHj504 /Users/llund/j504
>
> in httpd.conf Apache fails to start up.
What is in the apache error log?
Joshua.
-
The official User-To-User
At 02:56 -0600 10/29/05, [EMAIL PROTECTED] wrote:
>I have OS X.3.
>SetEnv JPATHj504 /Users/llund/j504
setenv is the tcsh command to set environment and it is case sensitive.
In bash one needs to "export" environment variables. OS neXt defaults to bash
unless you change it.
Global environment va
I have OS X.3.
I'm trying to use J (an interpretted language) from
jsoftware.com for CGI. But
J needs an environment variable set
JPATHj504=/Users/llund/j504
If I create a shell script to set the environment variable
and then invoke J it
works. But I want to avoid the extra file read. J suppo