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 - Farukh Khan

Pages: 1 [2] 3 4 ... 6
16
Varnish / Re: How to exclude any file or folder from varnish cache?
« on: November 14, 2015, 01:47:57 PM »
No admin to help?

17
Varnish / Re: How to exclude any file or folder from varnish cache?
« on: November 13, 2015, 05:21:30 PM »
Any good way to do it from admins? Because the suggestion of Igor seems not working at all...

18
CentOS-WebPanel GUI / Re: Where can I find Webpanel themes?
« on: November 13, 2015, 05:16:26 PM »
I think you have to do it yourself cause as far as I know some people did make their own theme of CWP but haven't shared the theme anywhere I think.

19
Varnish / Re: How to exclude any file or folder from varnish cache?
« on: November 11, 2015, 09:52:49 PM »
Not working for me...

20
CentOS-WebPanel Bugs / A new bug detected in 0.9.8.10
« on: November 11, 2015, 07:05:02 AM »
I might have detected a new bug in the last release 0.9.8.10

When I click admin messages it shows up quite a good number of errors on the script I think. And also there is a small bug in teamspeak manager module. If we install a teamspeak server there and try to start it it starts the server and after that the server simply crashes leaving the .pid file. Each time I try to start it crashes the teamspeak server after starting.


Admin Messages Problem Snapshot :
Code: [Select]
http://postimg.org/image/rv0lqbmbh/

21
PHP / Re: PHP selector - PHP 7
« on: November 11, 2015, 12:12:26 AM »
The CWP PHP 7 compiler seems to be broken. I also tried it but got no result.

22
Installation / Re: Just installed CWP and having problem with mail
« on: November 10, 2015, 06:30:49 AM »
Man as you said it seems difficult to me that you could do all the CWP setups by yourself. But let me guide you. Go to DNS Functions > Edit Nameserver IP's
And inside that put your ns1 and ns2 ip + hostname to get dns resolve.

23
If you want then I can provide you teamviewer support with the fresh CWP installation. As you said that you have tried three times so that might be a problem with your OS template or some VPS configuration. If you want teamviewer support then PM me.

24
Installation / Re: Just installed CWP and having problem with mail
« on: November 10, 2015, 03:30:37 AM »
You should set first the nameservers for using CWP mail server. Still after setting the nameservers doesn't work then you should try a Postfix Manager > Rebuild.


Thanks...

25
Installation / Re: How to install the GeoIP Geo location PECL extension?
« on: November 10, 2015, 03:25:23 AM »
First of all you have to be sure that latest pear with pecl extension is installed into your server.

After that to install geoip extension properly follow the below guide :

1. First of all edit your php.ini file and remove the "extension=geoip.so" line and "extension_dir=/usr/lib64/extensions/no-debug-non-zts-20100525" lines which may have come from your previous installation.
2. Run the below commands :
Code: [Select]
yum -y install geoip-devel
cd /tmp
wget http://pecl.php.net/get/geoip-1.0.8.tgz
tar -zxvf  geoip-1.0.8.tgz
cd geoip-1.0.8
/usr/local/bin/phpize
./configure --with-php-config=/usr/local/bin/php-config
make
make install
3. After "make install" command execution done you will get a line stating the shared extension directory path. For Example : some text /usr/lib64/extensions/no-debug-non-zts-20131226
4. Copy that directory path only. Then go to your php.ini file editor.
5. Go to the bottom of the file and paste : extension_dir = the path you copied from the make install completion.
6. After the extension_dir line put : extension=geoip.so
7. Restart Apache and to verify the module, use this command : php -m

Hope the tutorial helps you. Thanks...

26
Updates / Re: can we update phpMyAdmin and Roundcube Webmail ?
« on: November 09, 2015, 02:43:27 PM »
Pleasure :)

27
Updates / Re: can we update phpMyAdmin and Roundcube Webmail ?
« on: November 09, 2015, 02:31:20 PM »
These guides from bullten will help you. But I recommend you to first upgrade your CWP MySQL Server for more better performance. New phpMyAdmins doesn't support old MySQL servers. And bullten version upgrades are totally compatible with latest CWP 0.9.8.10 unless some. But upgrading MySQL, phpMyAdmin and roundcube seems totally compatible to CWP and I am using the latest MySQL Community, phpMyAdmin and roundcube now since a year with CWP. No problem at all with these. I have faced many problems with bullten's Apache Upgrade tutorial and PHP Upgrade tutorial.

Upgrade MySQL Server Link : https://panel.bullten.net/knowledgebase/29/Upgrade-MySQL-Server-in-CWP.html
Upgrade phpMyAdmin Link : https://panel.bullten.net/knowledgebase/30/Upgrade-PhpMyAdmin-in-CWP.html
Upgrade Roundcube Link : https://panel.bullten.net/knowledgebase/31/Update-Roundcube-in-CWP.html


Hope this info helps.

28
PHP / Re: Problem switching to PHP 5.4.45
« on: November 09, 2015, 11:27:57 AM »
Same problem here too. Two PHP version shows at my CWP phpinfo(). I just rebuild my PHP to 5.4.45 using PHP version switcher but still the same problem. Showing 5.4.45 and also 5.4.27.

29
Installation / Re: What is the best method to migrate CWP to a new server?
« on: November 09, 2015, 11:25:11 AM »
I want the solution too. What might be the best way to migrate CWP to new VPS?

30
How to / Re: Protection against Slowloris?
« on: November 06, 2015, 11:18:55 PM »
But if we don't want to use NGINX? as CWP NGINX still have the Apache 2.2.15 Double apache installation bug when I have already Apache 2.4 with suPHP 0.7.2 installed in my CWP. Also would Apache + Varnish + NGINX + CloudFlare would be a good option to choose?

Pages: 1 [2] 3 4 ... 6