You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by RON FLORY <ro...@adtran.com> on 2004/12/28 14:36:59 UTC

Re: [users@httpd] httpd version

Max Leandro Angelo wrote:

> Hi all,
> 
> How can i see the version of httpd that i run from the shell in Linux??
> 
> I know that php -i command show me everything about php in my machine, i 
> would like to know if there's any equivalent command for httpd too :)

  always start with "man httpd"

  it says 'htttp -V' will do this.

ron

---------------------------------------------------------------------
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] httpd version

Posted by Rich Bowen <rb...@rcbowen.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Max Leandro Angelo wrote:
| Ty Ron,
|
| I saw the man pages too :) and I already know of apachectl -v :)

- -v and -V are two different things. -v doesn't give you the information
you want, but -V might give you some of it

| what I really would like to know, it's a command like php -i, that shows
| the build command used to build the system...

*If* you built from source, and *if* you still have the source tree in
which you built, config.nice will contain the exact command that was
used to build.

- --
Rich Bowen - rbowen@rcbowen.com
There's more than one way to eat a rhesus
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB0ZArXP03+sx4yJMRAsdlAKCC/wV4BDmtHyqQArjscP2e8cDYbwCgu+GN
xj+BCYjcu03b5fNlFLG99SY=
=dfwu
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
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] httpd version

Posted by Max Leandro Angelo <ma...@softexpert.com>.
Ty Ron,

I saw the man pages too :) and I already know of apachectl -v :)

what I really would like to know, it's a command like php -i, that shows 
the build command used to build the system...

I wanna this in order to make an installer, that can dettect if the 
build it's ok or not, if don't, it re-build the system :)

ty to much anyway :)

RON FLORY wrote:

> Max Leandro Angelo wrote:
>
>> Hi all,
>>
>> How can i see the version of httpd that i run from the shell in Linux??
>>
>> I know that php -i command show me everything about php in my 
>> machine, i would like to know if there's any equivalent command for 
>> httpd too :)
>
>
>  always start with "man httpd"
>
>  it says 'htttp -V' will do this.
>
> ron
>
> ---------------------------------------------------------------------
> 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
>

-- 
Max Leandro Angelo
Suporte Tecnico
SoftExpert Quality Software
+55 (47) 2101-9900
http://www.softexpert.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


Re: [users@httpd] httpd version

Posted by Max Leandro Angelo <ma...@softexpert.com>.
but it only works with RH... or rpm based :( it's not my case...

ty anyway

MD Haq wrote:

>run this command
>rpm -qa |grep httpd
>It will display all https with version #
>
>Regards,
>Haq
>----- Original Message ----- 
>From: "RON FLORY" <ro...@adtran.com>
>To: <us...@httpd.apache.org>
>Sent: Tuesday, December 28, 2004 4:36 PM
>Subject: Re: [users@httpd] httpd version
>
>
>  
>
>>Max Leandro Angelo wrote:
>>
>>    
>>
>>>Hi all,
>>>
>>>How can i see the version of httpd that i run from the shell in Linux??
>>>
>>>I know that php -i command show me everything about php in my machine, i
>>>would like to know if there's any equivalent command for httpd too :)
>>>      
>>>
>>  always start with "man httpd"
>>
>>  it says 'htttp -V' will do this.
>>
>>ron
>>
>>---------------------------------------------------------------------
>>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
>
>  
>

-- 
Max Leandro Angelo
Suporte Tecnico
SoftExpert Quality Software
+55 (47) 2101-9900
http://www.softexpert.com


Re: [users@httpd] httpd version

Posted by MD Haq <ha...@sahara.com.sa>.
run this command
rpm -qa |grep httpd
It will display all https with version #

Regards,
Haq
----- Original Message ----- 
From: "RON FLORY" <ro...@adtran.com>
To: <us...@httpd.apache.org>
Sent: Tuesday, December 28, 2004 4:36 PM
Subject: Re: [users@httpd] httpd version


> Max Leandro Angelo wrote:
>
> > Hi all,
> >
> > How can i see the version of httpd that i run from the shell in Linux??
> >
> > I know that php -i command show me everything about php in my machine, i
> > would like to know if there's any equivalent command for httpd too :)
>
>   always start with "man httpd"
>
>   it says 'htttp -V' will do this.
>
> ron
>
> ---------------------------------------------------------------------
> 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