Find the answer to your Linux question:
Results 1 to 2 of 2
This might be a dumb question, but when I did apt-get install apache2 on an Ubuntu 7.10 64-bit base system, how do I know if I got a 64-bit version ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    17

    How do I know if I'm running 64-bit Apache?

    This might be a dumb question, but when I did apt-get install apache2 on an Ubuntu 7.10 64-bit base system, how do I know if I got a 64-bit version of Apache? My exact version is "Apache 2.2.4 (ubuntu)" but for the life of me I can't figure out if it's 64-bit or not. The install was sucessful, and I also got ColdFusion 64-bit running on top of it, so I'm assuming is IS a 64-bit Apache install, I just don't know how else I can confirm it. Thanks for any insights.

  2. #2
    Just Joined!
    Join Date
    Dec 2007
    Posts
    17
    UPDATE: I finally found my own answer. I'm surprised nobody here could tell me this?? Anyway, when using Apache2 on Ubuntu (maybe other systems too) you just do this:

    #cd /usr/sbin/
    #file apache2

    I got back this:

    apache2: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), stripped

    So that answers my question. Hope this helps someone else one day.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •