logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: How to find Apache on network?
Author
ruttrow



Joined: 18 Oct 2021
Posts: 2
Location: USA, FL

PostPosted: Mon 18 Oct '21 15:27    Post subject: How to find Apache on network? Reply with quote

We have a dozen servers that use various Apache versions. The inventory program we have, PDQ, does not find it. Any suggestions on how I can find list of servers that have Apache installed, and the version?

Thanks,
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Mon 18 Oct '21 16:26    Post subject: Reply with quote

You can parse the version out of this

Code:

C:\2\Apache24\bin>httpd -v
Server version: Apache/2.4.48 (Win64)
Server built:   May 18 2021 19:22:04

C:\Apache24\bin>
Back to top
ruttrow



Joined: 18 Oct 2021
Posts: 2
Location: USA, FL

PostPosted: Mon 18 Oct '21 17:04    Post subject: A little more detail of my issue Reply with quote

We use Manage Engine products, which use Apache. The software is not installed at the location in the previous post. If I search the entire hard drive for httpd*.* or apach*.* nothing is found.

Manage Engine - AD Manager Plus uses Apache 8.5.1
Manage Engine - Service Desk, uses 9.03.

We have to contact the vendor for each product and ask what version. It would be nice if there is a product that would tell us what version is installed.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Mon 18 Oct '21 21:06    Post subject: Reply with quote

There is no apache 8.x

But there is tomcat 8.

So you may search for tomcat

Code:

tomcat/bin/version.bat
Back to top


Reply to topic   Topic: How to find Apache on network? View previous topic :: View next topic
Post new topic   Forum Index -> Apache