| View previous topic :: View next topic |
| Author |
Message |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Mon Sep 22, 2003 4:29 am Post subject: mx_errordocs description... |
|
|
DESCRIPTION:
Features:- Displays information about HTTP error codes.
- Can be run as a block or standalone.
- Optionally, log relevant information about the HTTP errors (time, errno, user, IP, request_uri, referer) into DB for later analisys.
- AdminCP applet to customize module settings (see screenshot below).
- AdminCP applet to review/maintain Log records (see screenshot below).
- Error messages customizable through language files.
Languages:- English (included in the package itself).
- Catalan and Spanish (attached in this post).
< Back to Top >
| Description: |
|
 Download |
| Filename: |
mx_errordocs_lang_spanish.zip |
| Filesize: |
3.78 KB |
| Downloaded: |
507 Time(s) |
| Description: |
|
 Download |
| Filename: |
mx_errordocs_lang_catalan.zip |
| Filesize: |
3.79 KB |
| Downloaded: |
463 Time(s) |
_________________ http://www.phpmix.org
Last edited by markus on Sun Aug 06, 2006 12:36 pm; edited 1 time in total |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Mon Sep 22, 2003 4:44 am Post subject: mx_errordocs installation... |
|
|
INSTALLATION:
- Remove possible old installation:
In the Administration Panel -> Module Administration, delete previous instance of this module.
Delete all module files within /modules/mx_errordocs.
- Copy and upload new files:
Unzip the distributed files into your portal modules directory: /modules/mx_errordocs.
- Import the module definition file:
In the Administration Panel -> Module Administration, import Module Pack for this module.
- Configure Module Settings:
In the Administration Panel, select the new module options.
- Add module block ErrorDocs to any Portal page (*):
In the Administration Panel -> Block Administration (or Page Administration).
(*) Note: This step is optional since you may run this module standalone.
As Block : http://www.example.com/index.php?page=15&errno=404
Standalone: http://www.example.com/modules/mx_errordocs/errordocs.php?errno=404
< Back to Top >
_________________ http://www.phpmix.org |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Mon Sep 22, 2003 5:31 am Post subject: mx_errordocs parameters... |
|
|
ERRORDOCS PARAMETERS:
- To set runtime parameters for ErrorDocs block you may use the following variables:
- errno: any HTTP error code, from 400 to 417 and from 500 to 505.
- errlog: setting this to yes, records relevant information into DB for later analisys.
- See below for some Apache commands samples.
< Back to Top >
_________________ http://www.phpmix.org |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Mon Sep 22, 2003 5:40 am Post subject: mx_errordocs Apache commands samples |
|
|
APACHE COMMANDS SAMPLES:
- Running mx_errordocs as a block (where # is your page identifier):
| Code: | ErrorDocument 400 /index.php?page=#&errno=400&errlog=yes
ErrorDocument 403 /index.php?page=#&errno=403&errlog=yes
ErrorDocument 404 /index.php?page=#&errno=404&errlog=yes
ErrorDocument 500 /index.php?page=#&errno=500&errlog=yes |
Running mx_errordocs standalone:
| Code: | ErrorDocument 400 /modules/mx_errordocs/errordocs.php?errno=400&errlog=yes
ErrorDocument 403 /modules/mx_errordocs/errordocs.php?errno=403&errlog=yes
ErrorDocument 404 /modules/mx_errordocs/errordocs.php?errno=404&errlog=yes
ErrorDocument 500 /modules/mx_errordocs/errordocs.php?errno=500&errlog=yes |
Please, visit Apache site for more information:
http://httpd.apache.org/docs
http://httpd.apache.org/docs/mod/core.html#errordocument
< Back to Top >
_________________ http://www.phpmix.org |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Mon Sep 22, 2003 6:17 am Post subject: mx_errordocs screenshots... |
|
|
SCREENSHOTS:
- ErrorDocs Log Settings:
- ErrorDocs Log Management:
< Back to Top >
_________________ http://www.phpmix.org |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Mon Sep 22, 2003 4:15 pm Post subject: mx_errordocs history... |
|
|
HISTORY OF CHANGES:
- New in v.1.0.0 (2003/09/22):
< Back to Top >
_________________ http://www.phpmix.org |
|
| Back to top |
|
 |
|