Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

DebugIPList

Summary

Sets the hosts that receive debug output.

Usage

 

DebugIPList[]
DebugIPList[]= ip1|network1
DebugIPList[]= ip2|network2
...

Description

The setting DebugByIP must be set to enabled to make this setting have any effect.

Examples

DebugIPList[]=1.2.3.4
DebugIPList[]=192.0.0.42
DebugIPList[]=192.0.0.0/27

These settings enable debug output for the hosts 1.2.3.4, 192.0.0.42 and the network specified by the range 192.0.0.0/27

Frederik Holljen (02/02/2005 8:46 am)

Frederik Holljen (28/02/2005 3:07 pm)


Comments

There are no comments.