{"id":63,"date":"2011-03-24T20:30:12","date_gmt":"2011-03-24T20:30:12","guid":{"rendered":"http:\/\/pixert.com\/blog\/?p=63"},"modified":"2011-08-11T06:08:44","modified_gmt":"2011-08-11T06:08:44","slug":"how-to-find-apache-version-on-linux","status":"publish","type":"post","link":"https:\/\/pixert.com\/blog\/how-to-find-apache-version-on-linux\/","title":{"rendered":"How to find Apache Version on Linux?"},"content":{"rendered":"<p><a href=\"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/feather-small.gif\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"71\" data-permalink=\"https:\/\/pixert.com\/blog\/how-to-find-apache-version-on-linux\/feather-small\/\" data-orig-file=\"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/feather-small.gif?fit=203%2C61&amp;ssl=1\" data-orig-size=\"203,61\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}\" data-image-title=\"Apache\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/feather-small.gif?fit=203%2C61&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/feather-small.gif?fit=203%2C61&amp;ssl=1\" class=\"alignright size-full wp-image-71\" title=\"Apache\" src=\"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/feather-small.gif?resize=203%2C61\" alt=\"\" width=\"203\" height=\"61\" \/><\/a>Run the following to see Apache version running on your Linux system<\/p>\n<pre class=\"brush: bash; title: Code Block; notranslate\" title=\"Code Block\">httpd -v<\/pre>\n<p>or<\/p>\n<pre class=\"brush: bash; title: Code Block; notranslate\" title=\"Code Block\">\/usr\/local\/apache\/bin\/httpd -v<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Run the following to see Apache version running on your Linux system httpd -v or \/usr\/local\/apache\/bin\/httpd -v<\/p>\n","protected":false},"author":1,"featured_media":71,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[8,13],"tags":[43,9,10],"class_list":["post-63","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-centos","category-cpanel","tag-apache","tag-centos-2","tag-linux"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/feather-small.gif?fit=203%2C61&ssl=1","jetpack_shortlink":"https:\/\/wp.me\/p1pvi1-11","jetpack-related-posts":[{"id":117,"url":"https:\/\/pixert.com\/blog\/hide-the-apache-web-server-version-number\/","url_meta":{"origin":63,"position":0},"title":"Hide the Apache Web Server Version number","author":"Pixel Insert \/ Pixert","date":"June 6, 2011","format":false,"excerpt":"There are two config directives that controls Apache version. The\u00a0ServerSignature directive adds a line containing the Apache HTTP Server server version and the ServerName to any server-generated documents, such as error messages sent back to clients. The\u00a0ServerTokens directive controls whether Server response header field which is sent back to clients\u2026","rel":"","context":"In &quot;CentOS&quot;","block_context":{"text":"CentOS","link":"https:\/\/pixert.com\/blog\/category\/centos\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/feather-small.gif?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":53,"url":"https:\/\/pixert.com\/blog\/how-to-check-what-php-version-running-on-linux\/","url_meta":{"origin":63,"position":1},"title":"How to check what PHP version running on Linux?","author":"Pixel Insert \/ Pixert","date":"March 21, 2011","format":false,"excerpt":"It's very simple to check PHP version 1. PHP Info You can use the following to yield PHP version number via Command Line [bash]php -i[\/bash] or You can create a php file contain the following, upload it to your website [php]phpinfo();[\/php] Note: if your sys admin disabled phpinfo, you cannot\u2026","rel":"","context":"In &quot;CentOS&quot;","block_context":{"text":"CentOS","link":"https:\/\/pixert.com\/blog\/category\/centos\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/php.gif?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":111,"url":"https:\/\/pixert.com\/blog\/how-to-disable-directory-browsing\/","url_meta":{"origin":63,"position":2},"title":"How to disable directory browsing?","author":"Pixel Insert \/ Pixert","date":"June 3, 2011","format":false,"excerpt":"One of the must do on setting a secure Apache webserver is to disable directory browsing. This could prevent the server from showing a listing of the existing files if there's no index in one folder. Disable directory browsing via .htaccess Add in the .htaccess file the following [bash] Options\u2026","rel":"","context":"In &quot;CentOS&quot;","block_context":{"text":"CentOS","link":"https:\/\/pixert.com\/blog\/category\/centos\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/feather-small.gif?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":74,"url":"https:\/\/pixert.com\/blog\/how-to-find-centos-or-redhat-version\/","url_meta":{"origin":63,"position":3},"title":"How to find CentOS or RedHat version?","author":"Pixel Insert \/ Pixert","date":"March 25, 2011","format":false,"excerpt":"Most Red Hat-based distributions, like CentOS, should have a file called redhat-release which will contain the CentOS version Run the following to see what version running on your system [bash]tail \/etc\/redhat-release[\/bash] or [bash]cat \/etc\/redhat-release[\/bash] or [bash]cat \/etc\/*release*[\/bash] or [bash]rpm -q centos-release[\/bash] Using your redhat-release file, you can find your distribution,\u2026","rel":"","context":"In &quot;CentOS&quot;","block_context":{"text":"CentOS","link":"https:\/\/pixert.com\/blog\/category\/centos\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/centos.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":27,"url":"https:\/\/pixert.com\/blog\/copy-a-directory-with-its-contents-in-centos\/","url_meta":{"origin":63,"position":4},"title":"Copy a directory with its contents in CentOS","author":"Pixel Insert \/ Pixert","date":"March 6, 2011","format":false,"excerpt":"This command will copy a directory with its content to another directory, for example you have a directory name x, you want to copy it to another directory name y [bash]cp -dpr x[\/bash] or [bash]cp -a x y[\/bash]","rel":"","context":"In &quot;CentOS&quot;","block_context":{"text":"CentOS","link":"https:\/\/pixert.com\/blog\/category\/centos\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/centos.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":32,"url":"https:\/\/pixert.com\/blog\/compress-files-with-gzip-and-zip-in-centos\/","url_meta":{"origin":63,"position":5},"title":"Compress files with Gzip and Zip in CentOS","author":"Pixel Insert \/ Pixert","date":"March 7, 2011","format":false,"excerpt":"Gzip Type the following command to compress a file at a shell prompt [bash]gzip filename.ext[\/bash] -> The file will be compressed and saved as filename.ext.gz Type the following command to expand a compressed file [bash]<\/code><code>gunzip filename.ext.gz<\/code><code>[\/bash] -> The filename.ext.gz is deleted and replaced with filename.ext Type the following command to\u2026","rel":"","context":"In &quot;CentOS&quot;","block_context":{"text":"CentOS","link":"https:\/\/pixert.com\/blog\/category\/centos\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/pixert.com\/blog\/wp-content\/uploads\/2011\/03\/centos.jpg?resize=350%2C200","width":350,"height":200},"classes":[]}],"jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/pixert.com\/blog\/wp-json\/wp\/v2\/posts\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pixert.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pixert.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pixert.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pixert.com\/blog\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":0,"href":"https:\/\/pixert.com\/blog\/wp-json\/wp\/v2\/posts\/63\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pixert.com\/blog\/wp-json\/wp\/v2\/media\/71"}],"wp:attachment":[{"href":"https:\/\/pixert.com\/blog\/wp-json\/wp\/v2\/media?parent=63"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pixert.com\/blog\/wp-json\/wp\/v2\/categories?post=63"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pixert.com\/blog\/wp-json\/wp\/v2\/tags?post=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}