• 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!

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

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

Collapse

  • minestrone
    replied
    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?

    Leave a comment:


  • oracleslave
    replied
    Originally posted by AtW View Post
    Ask the Oracle.
    Who's that then?

    Leave a comment:


  • milanbenes
    replied
    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.

    Leave a comment:


  • AtW
    replied
    Ask the Oracle.

    Leave a comment:


  • oversteer
    replied
    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)

    Leave a comment:


  • milanbenes
    replied
    overdrive,

    this is apache2 on linux there is no httpd binary

    Milan.

    Leave a comment:


  • milanbenes
    replied
    thank you Team

    good work

    found it...

    ./apache2ctl -v

    Milan.

    Leave a comment:


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

    Leave a comment:


  • NickFitz
    replied
    which httpd at the command prompt should give you the path to the executable.

    Leave a comment:


  • Sockpuppet
    replied
    Why not just type a wrong address in.

    The server will give you the version number in the 404 page it sends back if you've no custom 404 page.

    Leave a comment:


  • darmstadt
    replied
    From root:

    /usr/local/apache/conf apache2 -v

    Leave a comment:


  • stek
    replied
    Try apachectl status or apachectl fullstatus not sure if it reports the version tho...

    Leave a comment:


  • TheFaQQer
    replied
    Telnet to the server and type
    Code:
    HEAD / HTTP/1.0
    Don't know why you don't have a bin directory, though - I would expect it to be in /usr/local/apache if you can't find it elsewhere.

    What does
    Code:
    ps -ef | grep httpd
    tell you - that should tell you where the httpd file is running from.

    Leave a comment:


  • Cliphead
    replied
    httpd should be in

    /usr/sbin

    but depends on the distro.

    Are any logs files present? Is it running?

    The conf file should be here;

    /etc/httpd/conf/httpd.conf

    Leave a comment:


  • TheFaQQer
    replied
    milan,

    You have been posting on CUK for several millenia now, as you have reminded us in the past. Has it not dawned on you yet that there is a specific forum for technical questions?

    FAQQ

    Leave a comment:

Working...
X