how to tell the version of the installed Apache

I have Oracle App Server, which uses the Apache as its
webserver. How do I find out what version of Apache
its using?

Thanks,
Charles

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.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
Charles Li [ Fr, 08 April 2005 20:18 ] [ ID #736703 ]

Re: how to tell the version of the installed Apache

On Fri, 8 Apr 2005, Charles Li wrote:

> I have Oracle App Server, which uses the Apache as its
> webserver. How do I find out what version of Apache
> its using?
>
> Thanks,
> Charles
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.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
>

Should be in error_log every time Apache starts up. If not, set your
LogLevel to 'info' and do a graceful restart; it should show up then.

--
Craig Dunigan
IS Technical Services Specialist (I don't know what it means, either)
Middleware - Enterprise Info Systems - Department of Info Technology
University of Wisconsin, Madison

opinions expressed are my own, not the University's


------------------------------------------------------------ ---------
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
Craig Dunigan [ Fr, 08 April 2005 21:12 ] [ ID #736723 ]

Re: how to tell the version of the installed Apache

Craig Dunigan wrote:
> On Fri, 8 Apr 2005, Charles Li wrote:
>
>
>>I have Oracle App Server, which uses the Apache as its
>>webserver. How do I find out what version of Apache
>>its using?
>>
>>Thanks,
>>Charles
>>

>
> Should be in error_log every time Apache starts up. If not, set your
> LogLevel to 'info' and do a graceful restart; it should show up then.
>

But if you're really really lazy, you could:

httpd -v

Thanks
-dant

------------------------------------------------------------ ---------
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
dan [ Fr, 08 April 2005 21:31 ] [ ID #736726 ]

Re: how to tell the version of the installed Apache

It does not tell me what Apache version its using....
This is what I got from the output, it still does not
[oracle [at] epic10 Apache]$ httpd -v
Server version:
Oracle-Application-Server-10g/9.0.4.1.0
Oracle-HTTP-Server
Server built: Jun 3 2004 19:13:17

** and this is from the restart:

[Fri Apr 8 15:41:40 2005] [notice] SIGUSR1 received.
Doing graceful restart
[Fri Apr 8 15:41:41 2005] [notice] FastCGI: process
manager initialized (pid 31293)

[Fri Apr 8 15:41:42 2005] [notice]
Oracle-Application-Server-10g/9.0.4.1.0
Oracle-HTTP-Server configured -- resuming normal
operations
[Fri Apr 8 15:41:42 2005] [notice] Accept mutex:
fcntl (Default: fcntl)
[Fri Apr 8 15:41:42 2005] [warn] long lost child came
home! (pid 11942)


--- dan <info [at] hostinthebox.net> wrote:
> Craig Dunigan wrote:
> > On Fri, 8 Apr 2005, Charles Li wrote:
> >
> >
> >>I have Oracle App Server, which uses the Apache as
> its
> >>webserver. How do I find out what version of
> Apache
> >>its using?
> >>
> >>Thanks,
> >>Charles
> >>
>
> >
> > Should be in error_log every time Apache starts
> up. If not, set your
> > LogLevel to 'info' and do a graceful restart; it
> should show up then.
> >
>
> But if you're really really lazy, you could:
>
> httpd -v
>
> Thanks
> -dant
>
>
------------------------------------------------------------ ---------
> 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
>
>



__________________________________
Do you Yahoo!?
Yahoo! Personals - Better first dates. More second dates.
http://personals.yahoo.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
Charles Li [ Fr, 08 April 2005 21:46 ] [ ID #736729 ]

Re: how to tell the version of the installed Apache

Then Oracle has modified Apache for their App Server. I'd try checking
the Oracle docs for more info.

On Fri, 8 Apr 2005, Charles Li wrote:

> It does not tell me what Apache version its using....
> This is what I got from the output, it still does not
> [oracle [at] epic10 Apache]$ httpd -v
> Server version:
> Oracle-Application-Server-10g/9.0.4.1.0
> Oracle-HTTP-Server
> Server built: Jun 3 2004 19:13:17
>
> ** and this is from the restart:
>
> [Fri Apr 8 15:41:40 2005] [notice] SIGUSR1 received.
> Doing graceful restart
> [Fri Apr 8 15:41:41 2005] [notice] FastCGI: process
> manager initialized (pid 31293)
>
> [Fri Apr 8 15:41:42 2005] [notice]
> Oracle-Application-Server-10g/9.0.4.1.0
> Oracle-HTTP-Server configured -- resuming normal
> operations
> [Fri Apr 8 15:41:42 2005] [notice] Accept mutex:
> fcntl (Default: fcntl)
> [Fri Apr 8 15:41:42 2005] [warn] long lost child came
> home! (pid 11942)
>
>
> --- dan <info [at] hostinthebox.net> wrote:
> > Craig Dunigan wrote:
> > > On Fri, 8 Apr 2005, Charles Li wrote:
> > >
> > >
> > >>I have Oracle App Server, which uses the Apache as
> > its
> > >>webserver. How do I find out what version of
> > Apache
> > >>its using?
> > >>
> > >>Thanks,
> > >>Charles
> > >>
> >
> > >
> > > Should be in error_log every time Apache starts
> > up. If not, set your
> > > LogLevel to 'info' and do a graceful restart; it
> > should show up then.
> > >
> >
> > But if you're really really lazy, you could:
> >
> > httpd -v
> >
> > Thanks
> > -dant
> >
> >


------------------------------------------------------------ ---------
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
Craig Dunigan [ Fr, 08 April 2005 21:47 ] [ ID #736732 ]

Re: how to tell the version of the installed Apache

On Apr 8, 2005 3:46 PM, Charles Li <cli168 [at] yahoo.com> wrote:
> It does not tell me what Apache version its using....
> This is what I got from the output, it still does not
> [oracle [at] epic10 Apache]$ httpd -v
> Server version:
> Oracle-Application-Server-10g/9.0.4.1.0
> Oracle-HTTP-Server
> Server built: Jun 3 2004 19:13:17

Well, you aren't using Apache. You are using
Oracle-Application-Server... It may be based on apache code, but
there is no way to tell that without asking Oracle.

Joshua.

------------------------------------------------------------ ---------
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
Joshua Slive [ Fr, 08 April 2005 21:50 ] [ ID #736733 ]

Re: how to tell the version of the installed Apache

Try httpd -V where -V is uppercase. Maybe it will
tell you more.



++++++++++++++++++++++++++++++
"Oh fools, so hard do ye tread the mines lain at Golgotha in search of reality for the sake of truth, only to find it and despair ! Yes, Death is reality and true, but it need not be your calling !"
- The Christologic Clown.

------------------------------------------------------------ ---------
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
Robert Zagarello [ Sa, 09 April 2005 01:03 ] [ ID #737992 ]
Webserver » gmane.comp.apache.user » how to tell the version of the installed Apache

Vorheriges Thema: Apache Ref question
Nächstes Thema: Logging Responses