Tag: Ubuntu
DNS system is the networking service responsible with mapping IP Addresses to names or vice-versa, making easy for humans to identify hosts, servers or other equipment on a network …
Virtual Hosts represents a mechanism in which Apache can serve different web content based on separate IP Addresses (IP-based Vhosts) or serve multiple websites or domains and subdomains based …
SSL (Secure Sockets Layer) represents a cryptographic protocol used in web HTTP transactions between two parts , usually a server and a client, (in this case between Apache HTTPD …
CGI (Common Gateway Interface) is an protocol which allows Apache Web Server to interact with external programs, especially scripts written in interpreted languages, such as Bash, Python, Perl, Ruby, …
PhpMyAdmin is an Open Source administrative web interface for MySQL server written in PHP designed for users to easily interact and perform MySQL database tasks such as manage databases …
Apache is one of the most widely spread Open Source web server for web hosting in Internet due to its stability, robustness and rich variety of modules and features. …
Apache Authentication represents a server method which requires visitors to enter a username and a password in order to access different web resources. This type of authentication is different …