How do you check the version of the running apache web server?



How do you check the version of the running apache web server?..

Answer / Nutan Yadav

To check the version of a running Apache web server, you can access the server's 'server-info' page by navigating to http://yourdomain.tld/server-info (replace yourdomain.tld with your actual domain) in a web browser or use the command `httpd -v` from the command line if you have SSH access.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Interview Questions

Why does Apache send a cookie on every response?

1 Answers  


What is use of mpm in apache?

1 Answers  


How do I disable directory indexing?

1 Answers  


Can I run tomcat without apache?

1 Answers  


what is use of apache in web server?

1 Answers  


Tell me name of main configuration file of apache server?

1 Answers  


How do I know if apache server is running windows?

1 Answers  


How to enable php scripts on your server?

1 Answers  


What language is apache written in?

1 Answers  


Where is apache installed?

1 Answers  


What is the typical log file size per 10k requests in an apache web server?

1 Answers  


What is the difference between apache and nginx web server?

1 Answers  


Categories