Jump to content

Enable PHP Debugging for IP


franz82

Recommended Posts

I\'m try to use SetEnvIf Apache directive to enable or not PHP display error if the request is send from a particular IP.

 

I try this code:

 

SetEnvIf Remote_Addr "195.223.140.129" php_admin_flag display_errors = On

 

but not work. From Apache\'s logs:

 

[error] an unknown filter was not added: PHP

 

I want to enable this 2 directive:

 

php_value error_reporting 7

php_flag display_errors on

 

if client\'s request is send for a particular IP (Remote_Addr condition in SetEnvIf)

 

Thank you,

fRANz

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.