Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pixelpadre

Pages: 1 ... 25 26 [27] 28 29
391
Information / Re: Delete tmp directory
« on: May 02, 2016, 07:45:24 PM »
Thanks but that wasnt the question I asked.  I knew how to delete the files.  The question is should I, or you, be concerned about a tmp directory that does not appear to be purging itself on a regular basis. 8)

392
Information / Delete tmp directory
« on: May 02, 2016, 12:09:56 PM »
My tmp dir is large and contains old files.  Is there a necessity to clean this directory?

393
PHP / Re: magento cron can't work on CWP.admin
« on: April 29, 2016, 01:04:31 AM »
I believe cron.sh must be changed to 744. and cron.php also.

394
CentOS-WebPanel Bugs / Re: Disk space 0%
« on: April 21, 2016, 08:49:39 PM »
WARNING

Disk quota not in use. 


OK.  I updated the user Packages and now it says 771MB/5000MB.  Works!

395
CentOS-WebPanel Bugs / Disk space 0%
« on: April 21, 2016, 08:43:09 PM »
My disk space for users always indicates 0%.  How do I make it show actual disk space.

396
PHP / Re: PHP Selector and PHP Switcher
« on: February 16, 2016, 12:17:52 PM »
I am not clear on the difference between PHP Switcher and PHP Selector.  Can you explain?

397
MySQL / Re: No have permissons to import
« on: February 14, 2016, 02:33:23 AM »
I believe the problem is mod_security related.  rule number 960915 blocks users from importing files due to possible sql injection.  I the the moderator needs to comment on this.

398
Information / Mod_deflate.co gzip compression problem
« on: February 11, 2016, 11:47:36 AM »
It required several hours to determine why my sites were not compressing but here is what you MUST add to the bottom of the httpd.conf (apache congifuration file in cwp)

AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.[0678] no-gzip
BrowserMatch bMSIEs7 !no-gzip !gzip-only-text/html
BrowserMatch bOpera !no-gzip
Header append Vary User-Agent

DeflateCompressionLevel 9

399
Information / Re: Delete domain
« on: February 10, 2016, 11:35:45 AM »
Yes I agree, it is important for user to have the ability to delete a domain.  Very unprofessional. :-\

400
CentOS-WebPanel Bugs / Re: Can't delete cron job
« on: February 03, 2016, 12:00:57 AM »
zoom out?

401
CentOS-WebPanel Bugs / Re: which: no php in (/usr/bin:/bin) crontab error
« on: January 22, 2016, 01:30:23 AM »
I believe the problem was specific to Magento CE.  They have a cron.sh and cron.php in the same directory.  I was running the sh file instead of the php file.  The php file invokes the .sh file.

402
PHP / Re: Cron Job MISSING IN CWP ZOOM OUT [SOLVED]
« on: January 12, 2016, 12:06:31 AM »
HHAHAHAHA  STUPID ME.  HE IS RIGHT.  ZOOM OUT AND YOU CAN SEE THE JOB!!

403
CentOS-WebPanel Bugs / which: no php in (/usr/bin:/bin) crontab error
« on: January 10, 2016, 08:42:26 PM »
I am having trouble with crontab. 

Enter:
* * * * * /bin/sh /home/username/public_html/domain.com/cron.sh

Result:
which: no php in (/usr/bin:/bin) in email error message from server.

At shell 1 time

Enter:
[root@cutba ~]# !/bin/sh
Result:
Cronjob is successful.

Why cant I create automatic cronjob in cwp.

404
CentOS 6 Problems / Re: Centos 6.6 + 0.9.8.2
« on: August 19, 2015, 07:59:23 PM »
I had the same problem after adding an -A- record for a subdomain.  Deleting the A record solved the problem, no more email.  I stumbled upon by reading the mail logs in /etc/var/.  There I discovered fake email address using my subdomain.  I have no idea why that fixed it but it did.

405
CentOS 6 Problems / Re: turn off unwanted notification
« on: August 19, 2015, 11:27:55 AM »
I would like to know also.

Pages: 1 ... 25 26 [27] 28 29