keat63
- Total activity 2894
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 938
Comments
Recent activity by keat63-
It turned out to be a schoolboy error on my part In Multi PHI ini editor, I'd earlier in the day, inadvertantly, left out M at the end of memory limit, so PHP was allocating bytes and not MegaByte...
-
PHPinfo would suggest that the memory limit is 128m. However, the Apache logs suggest only 2m. AH01215: PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 65536 by...
-
I've been playing with ini_set('memory_limit earlier today, in the files on the domain. I was trying to determine if the local or master settings were being used. I set the limit to 2mb. It seems t...
-
I am indeed. However, It looks like my find facility isnt working, as exporting the file I can find it.. I was using firefox browser, the find facility doesn't seem to find the string, actually man...
-
I don't see a disable functions line, hence the reason for the post
-
What about changing your dmarc string to include a different notification email address.
-
do you have a list of people whom you want to reject and the ones you wish to keep ? @cPanelMichael Would box trapper perform such a task ? Could one create a white and blacklist ?
-
I also have a hosted plan with a number of addon domains. I see in my hosted cpanel that the session save path is configured for /tmp. However, I assume this is myaccount/tmp and not hosts_server/t...
-
Something we can play with on my test domain. Does this custom save path have to be anywhere in particular, can this be dropped inside it's own domain ?
-
Hi Michael. The session save path is how it came out of the box which is var/cpanel/php/sessions/ea-php70. I see many sessions being stored in there with thier own ownership. I think I've ruled o...