OooLong
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
Posts
Recent activity by OooLong-
chroot jail user as parent?
Hi, In chroot documentation, it say that. The directory in which to ChrootDirectory must be owned by root. If this is true how does cPanel jail their user in their respective directory with havi...
-
How do I disable apache error.log globally?
I want to know how to disable error.log globally. I understand the risk that come with it. I just want to do it. I was able to find one for access_log and disable it: #CustomLog logs/access_log c...
-
How can I route spam mail to null or deletion?
I currently am overwhelm by spam email to /home/*****/mail/new coming from probably some spam script hidden in one of my many site. I set all my site Email Routing to Remote Mail Exchanger and dele...
-
Can send mail but can't receive mail.
I'm able to send a test mail to gmail and work no problem. But when try to send from gmail back it's not receiving. I'm checking it with horde webmail. How can I find out what's the problem is? Tha...
-
Where is virtualhost file for domain?
This is for Easyapache 3 I still haven't upgrade yet. In the /etc/httpd/conf/httpd.conf file Under the domain it say: # To customize this VirtualHost use an include file at the following locati...
-
php-fpm config
I want to edit some directive for php-fpm but the file say: ; NOTICE This file is generated, please use our WHM User Interface ; to set these value. I could not find this in the root whm so I wen...
-
PHP installation appears to be missing the MySQL extension
I'm getting this error to my site when using ea-php70 with suphp handlers. I checked other already made thread on this issue and there were no problem with suphp_configpath as it's not present in t...
-
Change to INI does not reflect its changes.
There seem to be a bug with the change made to ini that does not reflect its change to live environment. I always need to go back to MultiPHP Manager select the PHP version from the dropdown and re...
-
Safe to remove /var/spool/exim/input, msglog?
Recently I have to cleared out /var/spool/exim/input and /var/spool/exim/msglog with find input -type f -exec rm -rf {} \; find msglog -type f -exec rm -rf {} \; After waiting a long time for tho...