| 41 | | ; Enables or disables debug logging. Should be "1" for enabling or |
|---|
| 42 | | ; "0" for disabling. Default value is "0". |
|---|
| 43 | | eaccelerator.debug = "0" |
|---|
| | 41 | ; Enables or disables debug logging. Setting this to 1 will print information |
|---|
| | 42 | ; to the log file about the cach hits of a file. |
|---|
| | 43 | eaccelerator.debug = 0 |
|---|
| | 44 | |
|---|
| | 45 | ; Set the log file for eaccelerator. When this option isn't set then the data |
|---|
| | 46 | ; will be logged to stderr |
|---|
| | 47 | eaccelerator.log_file = "/var/log/httpd/eaccelerator_log" |
|---|
| | 48 | |
|---|
| | 49 | ; A string that's prepended to all keys. This allows two applications that use the |
|---|
| | 50 | ; same key names to run on the same host by setting this in .htaccess |
|---|
| | 51 | eaccelerator.name_space = "" |
|---|