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.
1516
Information / Re: How to Secure CWP webserver
« on: April 22, 2016, 07:25:21 AM »
add Port : listen 443
add the ip :
<VirtualHost x.x.x.x:443>
add the ip :
<VirtualHost x.x.x.x:443>
1517
CentOS 6 Problems / Re: Every time I add site, HTTPD goes down and won't restart
« on: April 22, 2016, 05:42:49 AM »
do you use mod security ?
1518
Installation / Re: How to install ruby and rails
« on: April 22, 2016, 05:42:14 AM »
process will be the same
1519
Apache / Re: Alias for a site name
« on: April 22, 2016, 05:40:18 AM »
create add on domains with the same directory
1520
PHP / Re: Users can not post
« on: April 22, 2016, 05:31:03 AM »
go to user accounts >> fix permission >>> choose user from drop down menu >>> Hit fix permission
1521
Installation / Re: How to install ruby and rails
« on: April 21, 2016, 12:39:17 PM »
you can find tons of tutorials online. Installation will be the same as centos (without cwp)
1522
CSF Firewall / Re: Auto-block IP always truncates my csf.deny list
« on: April 21, 2016, 12:28:46 PM »1523
PHP / Re: Problem with GD
« on: April 21, 2016, 12:23:05 PM »
Just REcompile and add this
--with-jpeg-dir
--enable-gd-native-ttf
--with-freetype-dir
screenshot : http://i.imgur.com/kKcMpxM.png
--with-jpeg-dir
--enable-gd-native-ttf
--with-freetype-dir
screenshot : http://i.imgur.com/kKcMpxM.png
1524
Apache / Re: Mod_expires
« on: April 21, 2016, 04:15:43 AM »
did you tried to installed nginx as a reverse proxy? Nginx will increase the scores.
1525
Migration from other control panels / Re: Migration from cPanel - any updates?
« on: April 21, 2016, 04:07:56 AM »
http://forum.centos-webpanel.com/migration-from-other-control-panels/migrate-account-from-cpanel-server/
cPanel Migration Wizard restores the following
- All Files from public_html folder
- All MySQL databases
- All Users for the MySQL databases
cPanel Migration Wizard restores the following
- All Files from public_html folder
- All MySQL databases
- All Users for the MySQL databases
1526
CSF Firewall / Re: Auto-block IP always truncates my csf.deny list
« on: April 21, 2016, 04:03:42 AM »
you can do it from csf configuration file
Note : adding large amount of IPs will slow your sites and will use heavy resources
Suggestion : if you don't use pure ftp so often stop the service, when you need it you can always turn it on from cwp GUI
Note : adding large amount of IPs will slow your sites and will use heavy resources
Suggestion : if you don't use pure ftp so often stop the service, when you need it you can always turn it on from cwp GUI
1527
CentOS 6 Problems / Re: Every time I add site, HTTPD goes down and won't restart
« on: April 21, 2016, 03:54:16 AM »
first of all we need information
what is ur server confg?
did you get this error from the beginning when you started using cwp?
did you changed/installed anything to the server recently and get this error ?
last : post the full error log
what is ur server confg?
did you get this error from the beginning when you started using cwp?
did you changed/installed anything to the server recently and get this error ?
last : post the full error log
1528
Information / Re: How to access Client panel?
« on: April 21, 2016, 03:15:30 AM »
create alias
by default if you use/type - zyz.com/cpanel, kpanel etc it will redirected to the login page
by default if you use/type - zyz.com/cpanel, kpanel etc it will redirected to the login page
1529
Information / Re: How to Secure CWP webserver
« on: April 20, 2016, 05:52:19 PM »
their is no virtual entry for your server ip create one
with your server ip:2031
and with certs
with your server ip:2031
and with certs
1530
MySQL / Re: Error reading from database
« on: April 20, 2016, 03:53:39 PM »
check if mysqli is enabled? (By default it should be enabled)
run php -m through ssh it will give you a list of installed modules
you need to contact the moodle script developers/support.
run php -m through ssh it will give you a list of installed modules
you need to contact the moodle script developers/support.