You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by MikeB <mp...@gmail.com> on 2010/09/25 20:11:45 UTC

[users@httpd] ${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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Re: ${path} variable

Posted by "[triplepack] info (info@pack3.ch)" <in...@pack3.ch>.
  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<mp...@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\Wbem;%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@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 <URL:http://httpd.apache.org/userslist.html> 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


[users@httpd] Re: ${path} variable

Posted by MikeB <mp...@gmail.com>.
Eric Covener wrote:
> On Sat, Sep 25, 2010 at 2:11 PM, MikeB<mp...@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\Wbem;%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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] ${path} variable

Posted by Eric Covener <co...@gmail.com>.
On Sat, Sep 25, 2010 at 2:11 PM, MikeB <mp...@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@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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org