Httpd Customization
Apache httpd is the application used by CentOS as web server.
The goal of this customization is to unify as much as possible the visual appearance of all web applications used by CentOS. Instead of repeating the same style in each application, it could be available in just one place (Ex. /var/www/error/include/ ) and then be linked by those application that need it.
This common design will be in a file called common.css. This file should have common declarations only. In those cases that specific declarations are needed a new file for that specific application could be created.
Developers should use common.css file as base style and after it the specific application style file.
In this customization we can use the indexing feature of apache to manage downloads, docs, personal directories, and anything like that.
Some tests were made with the apache test page too.
The following httpd customization is available:
httpd-2.2.3-11.el5_1.centos.3.custom-2.tar.gz (md5: 4ff1fe1f183829fada833a51ab05382d)
To test this customization you should:
Install httpd package (yum install httpd)
- Run the install.sh script provided with the customization.
Start httpd (/sbin/service httpd start)
That's all ... customization should be available for you to test now