configuration file

Describes how to stop image or any media hotlinking under Lighttpd and redirect to another image to save bandwidth.

{ 3 comments }

Explains how to install and configure proftpd FTP server under Red Hat enterprise Linux / CentOS / Fedora Linux along with virtual hosting.

{ 9 comments }

Lighttpd web server will generate a directory listing if a directory is requested and no index-file was found in that directory. mod_dirlisting is one of the modules that is loaded by default and doesn’t have to be specified on server.modules to work. Task: Enable Directory Listings Globally Open lighttpd configuration file: # vi /etc/lighttpd/lighttpd.conf Append [...]

{ 3 comments }

You can use a tool called named- checkconf to check BIND dns server (named daemon) configuration file syntax under Linux / UNIX. It checks the syntax, but not the semantics, of a named configuration file i.e. it can check for syntax errors or typographical errors but cannot check for wrong MX / A address assigned [...]

{ 8 comments }

Sometime you may see different language encoding in X than on your console (tty) prompt. Sometime two different user need two have different language encodings. ~/.dmrc file – Per-user language support In theory this file should be shared between GDM (Gnome) and KDM (KDE), so users only have to configure things once. This is a [...]

{ 2 comments }

If you are new to Lighttpd, please see how to install and configure Lighttpd web server. The Webalizer is a fast, free, web-server log files analysis program. It produces highly detailed, easily configurable usage reports in HTML format, for viewing with a standard web browser. Statistics commonly reported by Webalizer include: hits; visits; referers; the [...]

{ 7 comments }