• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Question for the Experts: In Apache2 on Linux how to find the apache version ?

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #11
    If the server is not running you can do
    find /usr -name httpd
    then run the explicit path with -v as already mentioned

    Comment


      #12
      thank you Team

      good work

      found it...

      ./apache2ctl -v

      Milan.

      Comment


        #13
        overdrive,

        this is apache2 on linux there is no httpd binary

        Milan.

        Comment


          #14
          apache2ctl is a shell script which will start and stop httpd by calling the httpd binary (unless you have some seriously screwed up source build)

          Comment


            #15
            Ask the Oracle.

            Comment


              #16
              overdrive,

              i guess it's some seriously screwed up source build, or shall we say, it was installed in such a way that it adhers to the corporate governance policies of this behemoth of an organisation we're doing IT for

              Milan.

              Comment


                #17
                Originally posted by AtW View Post
                Ask the Oracle.
                Who's that then?

                Comment


                  #18
                  There is a changes file in the root of apache installs.

                  FFS, it is not hard MF.

                  IF you are an admin surely you could have the skills to cd about a bit and vi some files, of course unless you know nothing. DO you know nothing?

                  Comment

                  Working...
                  X