${path} variable

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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
MPBrede [ Sa, 25 September 2010 20:11 ] [ ID #2048486 ]

Re: ${path} variable

On Sat, Sep 25, 2010 at 2:11 PM, MikeB <mpbrede [at] gmail.com> 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 [at] gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Eric Covener [ Sa, 25 September 2010 20:36 ] [ ID #2048487 ]

Re: ${path} variable

Eric Covener wrote:
> On Sat, Sep 25, 2010 at 2:11 PM, MikeB<mpbrede [at] gmail.com> 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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
MPBrede [ Sa, 25 September 2010 20:46 ] [ ID #2048488 ]

Re: Re: ${path} variable

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<mpbrede [at] gmail.com> 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 <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
info [ Mi, 29 September 2010 20:46 ] [ ID #2048514 ]
Webserver » gmane.comp.apache.user » ${path} variable

Vorheriges Thema: Re: symbolic link to public_html folders
Nächstes Thema: LDAP authentication with password encryption from browser to webserver