Browsing the archives for the Apache tag

Discover a web servers OS

Discover a web servers OS and software version Looking to discover a little more about a remote web server you can use telnet to open an http request. In this case we will  issue a regular request like “HEAD / HTTP/1.0” (I will use HEAD because we don’t care about the content) [root@desktop]# telnet telnet> [...]

LAMP Linux Apache MySQL PHP – quickstart for redhat 9

Linux, Apache web server, MySQL database and PHP scripting (LAMP) is very popular platform for web solutions. This tutorial shows how to install and configure Apache web server, MySQL database and scripting language. Linux, Apache, MySQL, PHP (LAMP) is very popular platform for web solutions. LAMP is Free, stable, easy to learn and well documented. [...]