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.
1336
Suggestions / Re: AWstats
« on: September 19, 2014, 01:17:32 PM »
there is much more work on the CWP so the release day with awstats is unknown for now.
1337
PHP / Re: PHP fopen doesn`t work in domains or /usr/local/apache/htdocs/.
« on: September 19, 2014, 12:29:24 PM »
please read instructions on the forum, you have also file permission fixer in the panel if you do not know how to set permissions.
http://forum.centos-webpanel.com/php/suphp-500-internal-server-error/
/usr/local/apache/htdocs must have nobody:nobody ownership.
http://forum.centos-webpanel.com/php/suphp-500-internal-server-error/
/usr/local/apache/htdocs must have nobody:nobody ownership.
1338
How to / Re: How to add second domain
« on: September 18, 2014, 11:50:11 AM »
you can contact support for more detailed check of your issue.
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
1339
CSF Firewall / Re: Set to possible connect to ssh for all. How ?
« on: September 18, 2014, 02:10:19 AM »
you can use shell access manager under security in your CWP menu.
1340
Installation / Re: Free Type Fonts are missing is the new build...
« on: September 18, 2014, 01:41:42 AM »
using compiler "PHP switcher" add following, also add one empty space on the end of the line.
Code: [Select]
--with-freetype-dir=/usr
1341
Installation / Re: After finish installation and reboot server down pls help
« on: September 18, 2014, 01:01:41 AM »
do you have some kind of additional console to check what could be the issue ?
1342
How to / How to add swap on CentOS server
« on: September 17, 2014, 11:31:53 AM »
Check for Swap Space
Before we proceed to set up a swap file, we need to check if any swap files have been enabled by looking at the summary of swap usage.
If nothing is returned, the summary is empty and no swap file exists.
Check Disk Space Usage
After we know that we do not have a swap file enabled, we can check how much space we have on the server with the df -h command.
Create and Enable Swap (512k = 512 MB)
Now you can see your swap using command
This file will last on the server until the machine reboots. You can ensure that the swap is permanent by adding it to the /etc/fstab file.
Paste in the following line:
To prevent the file from being world-readable, you should set up the correct permissions on the swap file:
Before we proceed to set up a swap file, we need to check if any swap files have been enabled by looking at the summary of swap usage.
Code: [Select]
swapon -s
If nothing is returned, the summary is empty and no swap file exists.
Check Disk Space Usage
After we know that we do not have a swap file enabled, we can check how much space we have on the server with the df -h command.
Code: [Select]
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda2 20G 7.0G 12G 39% /
tmpfs 246M 0 246M 0% /dev/shm
/dev/vda1 504M 38M 441M 8% /boot
Create and Enable Swap (512k = 512 MB)
Code: [Select]
sudo dd if=/dev/zero of=/swapfile bs=1024 count=512k
sudo mkswap /swapfile
sudo swapon /swapfile
Now you can see your swap using command
Code: [Select]
free -m
This file will last on the server until the machine reboots. You can ensure that the swap is permanent by adding it to the /etc/fstab file.
Code: [Select]
sudo nano /etc/fstab
Paste in the following line:
Code: [Select]
/swapfile swap swap defaults 0 0
To prevent the file from being world-readable, you should set up the correct permissions on the swap file:
Code: [Select]
chown root:root /swapfile
chmod 0600 /swapfile
1343
Apache / Re: httpd start problem!
« on: September 16, 2014, 07:31:38 PM »
what changes have you made ?
1344
Other / Re: Not login in control panel!
« on: September 14, 2014, 08:56:50 AM »
what kind of error message do you get ?
1345
CentOS-WebPanel GUI / Re: Encryption error please contact support
« on: September 14, 2014, 12:01:38 AM »1346
Installation / Re: Install failed - Minimum requeriments
« on: September 13, 2014, 06:35:51 PM »
you can contact support for that issue.
1347
Information / Re: Outdated info over mysql conection error cwp panel
« on: September 13, 2014, 06:30:02 PM »
updated, it fill be fixed with new version.
1348
How to / Re: how to change mysql root password (phpmyadmin root) same thing
« on: September 12, 2014, 12:02:52 PM »
why would you need to change mysql root password ?
1350
CentOS-WebPanel GUI / Re: jquery.placeholder.min.js is missing from the admin
« on: September 12, 2014, 06:01:02 AM »
what exactly does not work for you ?