Working with the Apache httpd web server we should consider how we deal with "page not found" errors or other HTTP error messages. We will be working with Apache 2.2 on CentOS 6.5 for the…
Of course we have server applications as well as those for the desktop. The Linux Professional Institute understand that the Apache Web Server, their HTTPD product, is the most common web server you will find.…
Running CGI scripts on an Apache HTTPD server may be as simple as running a BASH shell script, PERL script or back-end PHP. There is a risk though that the scripts may be tampered with…
I think very often cross-site scripting or XSS attacks are mentioned especially in relationship to desktop courses and how browsers can help prevent them but they do not give details of what they are or…
Apache is the worlds most used web server. In 2010 there were 159 Million Apache web servers in the world. Often Apache is installed on Unix systems like Solaris on carrier grade hardware or Enterprise…
In this tutorial we take a look at compiling Apache HTTPD server from source. One of the main reasons for using the source code is that you can create a version of Apache tailored for…