mod_log50x 1.0 |
Date Added: May 22, 2010 | Visits: 343 |
|
||||||||
|
mod_log50x Apache module logs error 500 - 509 to logfiles. It enables you to log all error 50x status responses to logfiles. How: 1. Either compile a apache module from the sources, or get a binary release. 2. Copy the module in the modules directory of your apache server. 3. Modify your httpd.conf to load the module: LoadModule log50x_module modules/mod_log50x.so 4. Specify what errors should be logged in which logfile in your httpd.conf Log50xFile /var/log/webserver50x.log Log500File /var/log/webserver500.log Log501File /var/log/webserver501.log Log502File /var/log/webserver502.log Log503File /var/log/webserver503.log Log504File /var/log/webserver504.log Log505File /var/log/webserver505.log Log506File /var/log/webserver506.log Log507File /var/log/webserver507.log Log508File /var/log/webserver508.log Log509File /var/log/webserver509.log 5. Restart your apache webserver Details on the configuration options: The Log50xFile specifies in which file all error in the range 500 - 509 should be logged. The Log500File specifies in which file all error 500 should be logged. The Log501File specifies in which file all error 501 should be logged. etc. The Log509File specifies in which file all error 509 should be logged. It is possible to specify the same logfile multiple times, so this configuration results in all error 500 and 501 beeing logged in the same file. Log500File /var/log/webserver500_501.log Log501File /var/log/webserver500_501.log When you specify the following configuration, then all error 500-509 are logged to the webserver50x logfile. In addition to this, all error 500 are logged to the webserver500.log file. Log50xFile /var/log/webserver50x.log Log500File /var/log/webserver500.log. Get mod_log50x at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. mod_log50x is a module for the apache webserver V2.x.It enables you to log all error 50x status responses to logfiles.
|
| License: Freeware | Size: 7.17 KB |
|
Network & Internet
-
mod-xslt 1.3.8
mod-xslt is an Apache module that converts XML files into HTML files using XSLT stylesheets. It was written to overcome most of the limits of similar modules and uses a standard API, which could easily be used for other applications or to support... |
1.7 MB | |
|
Network & Internet
-
mod_sesehe SEcure SErver HEader 1.0
mod_sesehe SEcure SErver HEader is an Apache module that disguise or remove "Server: " HTTP header. The ServerTokens directive currently can at best be set to Prod, which will cause apache to return "Apache" as Server header. Some problem still... |
6.14 KB | |
|
Network & Internet
-
mod_auth_tds 1.2
mod_auth_tds is an Open Source Apache module that does http basic authentication using (instead of the flat file that mod_auth uses) a TDS compliant database server somewhere on the network. TDS stands for Tabular Data Stream, which is the... |
36.86 KB | |
|
Network & Internet
-
mod_musicindex 1.2.0 RC1
mod_musicindex is an Apache module initially aimed at being a C implementation of the Perl module Apache::MP3 (http://search.cpan.org/dist/Apache-MP3/). It allows nice displaying of directories containing MP3, FLAC, Ogg Vorbis or MP4/AAC files,... |
450.56 KB | |
|
Network & Internet
-
mod_asis
mod_asis is an Apache module for sending files which contain their own HTTP headers. This module provides the handler send-as-is which causes Apache to send the document without adding most of the usual HTTP headers. This can be used to send... |
||
|
Network & Internet
-
mod_vhost_alias 1.3
mod_vhost_alias is an Apache module that creates dynamically configured virtual hosts, by allowing the IP address and/or the Host: header of the HTTP request to be used as part of the pathname to determine what files to serve. This allows for easy... |
||
|
Network & Internet
-
mod_verify 1.4
mod_verify Apache module is a ownership & permission verification for Apache 1.3. This module is intended to verify ownership and permissions of directories and files within a web sites hierarchy without having to use setuid() and setgid(), ie.... |
18.43 KB | |
|
Network & Internet
-
mod_auth_shadow2 2.2
mod_auth_shadow is an Apache module for authentication using /etc/shadow. When performing this task one encounters one fundamental difficulty: The /etc/shadow file is supposed to be read/writeable only by root. However, the webserver is supposed... |
9.22 KB | |
|
Network & Internet
-
mod_methods 0.3
mod_methods is an Apache module that is the sister module to myhttp_engine. It can be used to test that engine, or can be used to set up a simple web request framework for adding, deleting, and getting files from an Apache 2.X webserver. Whats... |
34.82 KB | |
|
Network & Internet
-
mod_auth_shadow 1.6
mod_auth_shadow is an Apache module for authentication using /etc/shadow. When performing this task one encounters one fundamental difficulty: The /etc/shadow file is supposed to be read/writeable only by root. However, the webserver is supposed... |
8.19 KB |
|
Linux Software
-
SLAX 6.0+
Slax is a modern, portable, small and fast Linux operating system with a modular approach and outstanding design. Despite its small size, Slax provides a wide collection of pre-installed software for daily use, including a well organized graphical... |
190 KB | |
|
Linux Software
-
GTK+ 2.5
GTK+, which stands for the GIMP Toolkit, is a library for creating graphical user interfaces for the X Window System. It is designed to be small, efficient, and flexible. GTK+ is written in C with a very object-oriented approach. Language bindings... |
60 MB | |
|
Linux Software
-
Debian 2.0
Debian is a free, or Open Source, operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. At the core of an operating system is the kernel. The kernel is the most... |
65 MB | |
|
Linux Software
-
Kdiff-Ext for Konqueror 0.3
Kdiff-ext is a KDE's Konqueror context menu extension. It adds commands to launch file comparison/merge tools, it also remembers your selection so you can run comparison/merge later on. Use Kdiff-ext with KIO supporting file comparison tool such... |
430 KB | |
|
Linux Software
-
Superkill 1.16
Superkill terminates one or more processes with the same name or specified PID.. Tested in the following systems: Linux 2.2.5.15, AIX 4.3, IRIX 6.3, HP-UX B.10.20 and SunOS 5.6. |
30 KB | |
|
Network & Internet
-
FreeHA 1.0
FreeHA is designed to provide a free, portable, and easy to use (compared to alternatives) program to run nodes in a high availability cluster. FreeHA will let you run a service (program), or group of services, on a computer, but have one or... |
20.48 KB | |
|
Network & Internet
-
mod_put 1.0
mod_put Apache module implements the HTTP/1.1 PUT and DELETE methods. Please notice that it can be a big security hole to activate them without securing the web server. Configuration: Integration with Apache 1.3.x - compiling and linking To... |
5.12 KB | |
|
Network & Internet
-
Pagetool 1.07
Pagetool provides a CMS (content management system) that allows people with limited technical skills to contribute to a website. What is Pagetool? Pagetool is a program that allows people with limited technical skills to modify and contribute... |
||
|
Network & Internet
-
BF2PHPAdmin 1.0.0
BF2PHPAdmin project is a Web tool to control your Battlefield 2 servers. BF2phpadmin is a Web tool which lets you control your Battlefield2 server using your favorite Web browser. You can host it anywere and access your BF2 server with the... |
93.18 KB | |
|
Network & Internet
-
Axelq 0.80
axelq is a queue manager for the download accelerator axel. axelq basically reads some URLs, caches them and runs axel to download them. To install just run ./install, or check ./install --help for options. You can uninstall with ./uninstall,... |
12.29 KB |
