${path} variable

${path} variable

am 25.09.2010 20:11:45 von MPBrede

Can anyone please tell me where this variable is defined? I see it in
the httpd.conf file but I can't find where it is defined.

Thanks.


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: ${path} variable

am 25.09.2010 20:36:15 von Eric Covener

On Sat, Sep 25, 2010 at 2:11 PM, MikeB wrote:
> Can anyone please tell me where this variable is defined? I see it in the
> httpd.conf file but I can't find where it is defined.
>

It's probably defined in whatever shell invoked
apachectl/httpd/whatever. "Real" environment variables can be
accessed by ${FOO} in the config.

--
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: ${path} variable

am 25.09.2010 20:46:23 von MPBrede

Eric Covener wrote:
> On Sat, Sep 25, 2010 at 2:11 PM, MikeB wrote:
>> Can anyone please tell me where this variable is defined? I see it in the
>> httpd.conf file but I can't find where it is defined.
>>
>
> It's probably defined in whatever shell invoked
> apachectl/httpd/whatever. "Real" environment variables can be
> accessed by ${FOO} in the config.
>

OK, so if I run Apache in Windows 7 from an EasyPHP install with the
following directories, where would I look? Or is it then a Windows 7 OS
environment variable?

Apache: C:\EasyPHP-5.3.3\apache
httpd.conf file: C:\EasyPHP-5.3.3\apache\conf

The Windows environment variable "Path" is set to:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbe m;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program
Files\Intel\WiFi\bin\;C:\Program Files\Common
Files\Intel\WirelessCommon\;C:\Program Files (x86)\ATI
Technologies\ATI.ACE\Core-Static


The only thing I can find with apacectl are some html files.

Sorry, I'm kind of new at this.


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Re: ${path} variable

am 29.09.2010 20:46:21 von info

thats probably meant by path on windows

C:\Users\myuser>path
PATH=C:\Program Files (x86)\NVIDIA
Corporation\PhysX\Common;C:\Windows\system32;
C:\Windows;C:\Windows\System32\Wbem;C:\Program Files
(x86)\QuickTime\QTSystem\

Am 25.09.2010 20:46, schrieb MikeB:
> Eric Covener wrote:
>> On Sat, Sep 25, 2010 at 2:11 PM, MikeB wrote:
>>> Can anyone please tell me where this variable is defined? I see it
>>> in the
>>> httpd.conf file but I can't find where it is defined.
>>>
>>
>> It's probably defined in whatever shell invoked
>> apachectl/httpd/whatever. "Real" environment variables can be
>> accessed by ${FOO} in the config.
>>
>
> OK, so if I run Apache in Windows 7 from an EasyPHP install with the
> following directories, where would I look? Or is it then a Windows 7
> OS environment variable?
>
> Apache: C:\EasyPHP-5.3.3\apache
> httpd.conf file: C:\EasyPHP-5.3.3\apache\conf
>
> The Windows environment variable "Path" is set to:
> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbe m;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program
> Files\Intel\WiFi\bin\;C:\Program Files\Common
> Files\Intel\WirelessCommon\;C:\Program Files (x86)\ATI
> Technologies\ATI.ACE\Core-Static
>
>
> The only thing I can find with apacectl are some html files.
>
> Sorry, I'm kind of new at this.
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org