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 - Sandeep

Pages: 1 ... 97 98 [99] 100 101 ... 114
1471
PHP / Re: suPHP - 500 Internal Server Error
« on: May 05, 2016, 10:18:01 AM »
did you modified Index.php?

probably reinstalling the software/script (wordpress, etc) files will fix this issue and i recommend to install Suhosin
Code: [Select]
cd /usr/local/src
wget https://download.suhosin.org/suhosin-0.9.38.tar.gz
tar zxvf suhosin-0.9.38.tar.gz
cd suhosin-0.9.38
phpize
./configure
make
make install
echo extension=suhosin.so >> /usr/local/php/php.ini

1472
Apache / Re: Need HTTP/2 support with Apache
« on: May 05, 2016, 06:21:36 AM »
sooner or later Apache 2.4 will be the part of cwp

1473
This isnt the cwp problem ... Its your server problem contact the provider

1474
Apache / Re: Need HTTP/2 support with Apache
« on: May 04, 2016, 03:25:32 PM »
https://blog.bullten.com/upgrade-to-apache-2-4-x-and-suphp-0-7-2-in-centos-web-panel-cwp/

as a partner, this tutorial only works on previous versions of cwp. Bullten have a modified version of cwp and is available only if you purchase vps or dedi from them

1475
CentOS-WebPanel Bugs / Re: Ftp manager Session expire
« on: May 04, 2016, 10:24:57 AM »
use sftp (winscp)

go to cwp > user accounts >> fix permission >>> select user from the drop down menu >>>> hit fix permission

1476
Information / Re: How to Secure CWP webserver
« on: May 04, 2016, 05:42:39 AM »
to off you change "on" to "off"

mod_security is only for security
Some applications may require you to disable mod_security for them to function correctly

1477
CentOS-WebPanel Bugs / Re: bug user upload for git ?
« on: May 04, 2016, 05:36:02 AM »
go to cwp > user accounts >> fix permission >>> select user from the drop down menu >>>> hit fix permission

you need to do fix permission every time

1478
Information / Re: How to Secure CWP webserver
« on: May 04, 2016, 05:31:29 AM »
you need to set display_error to on

1479
Information / Re: How to Secure CWP webserver
« on: May 04, 2016, 04:46:35 AM »
you can do that from php.ini
serch for this :
display_errors = on

or try using this to ur php.ini  :
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);

1480
CentOS-WebPanel Bugs / Re: bug user upload for git ?
« on: May 04, 2016, 04:25:45 AM »
what exactly you're trying to do ?

1481
Information / Re: How to Secure CWP webserver
« on: May 04, 2016, 04:17:14 AM »
enable shell access for the user account

or you can install extplorer :
https://extplorer.net/files

1482
Apache / Re: Issue with Hostname not resolving
« on: May 03, 2016, 05:22:40 PM »
http://leafdns.com/ check it here

1483
Apache / Re: Issue with Hostname not resolving
« on: May 03, 2016, 03:37:02 PM »
its a dns issue probably the nameserver

1484
Installation / Re: weird disk partion on ovh sys server
« on: May 03, 2016, 03:35:23 PM »
this is normal you can ignore it

1485
Installation / Re: weird disk partion on ovh sys server
« on: May 03, 2016, 01:56:33 PM »
openvz , kvm ????

Pages: 1 ... 97 98 [99] 100 101 ... 114