Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-29, 17:27:51

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

Pages: 1 ... 3 4 [5] 6 7 ... 12
61
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-01, 19:50:36 »
Inform here "cat /opt/configs/apache/conf/domains/yourdomain.com.conf|grep '.sock'" (change yourdomain.com with your real domain.

Code: [Select]
[root@server1 ~]# cat /opt/configs/apache/conf/domains/openid11.tk.conf|grep '.s                                                                 ock'
                        FastCGIExternalServer "/home/kloxo/httpd/cp/cp.openid11.                                                                 tk.0fake" -socket /opt/configs/php-fpm/sock/php55m-apache.sock -idle-timeout 300                                                                 0 -pass-header Authorization
                                SetHandler "proxy:unix:/opt/configs/php-fpm/sock                                                                 /php55m-apache.sock|fcgi://localhost"
                        FastCGIExternalServer "/home/kloxo/httpd/webmail/webmail                                                                 .openid11.tk.0fake" -socket /opt/configs/php-fpm/sock/php55m-apache.sock -idle-t                                                                 imeout 3000 -pass-header Authorization
                                SetHandler "proxy:unix:/opt/configs/php-fpm/sock                                                                 /php55m-apache.sock|fcgi://localhost"
                        FastCGIExternalServer "/home/hostingultraso123/openid11/                                                                 openid11.tk.0fake" -socket /opt/configs/php-fpm/sock/php55m-hostingultraso123.so                                                                 ck -idle-timeout 3000 -pass-header Authorization
                                SetHandler "proxy:unix:/opt/configs/php-fpm/sock                                                                 /php55m-hostingultraso123.sock|fcgi://localhost"
                        FastCGIExternalServer "/home/kloxo/httpd/cp/cp.openid11.                                                                 tk.1fake" -socket /opt/configs/php-fpm/sock/php55m-apache.sock -idle-timeout 300                                                                 0 -pass-header Authorization
                                SetHandler "proxy:unix:/opt/configs/php-fpm/sock                                                                 /php55m-apache.sock|fcgi://localhost"
                        FastCGIExternalServer "/home/kloxo/httpd/webmail/webmail                                                                 .openid11.tk.1fake" -socket /opt/configs/php-fpm/sock/php55m-apache.sock -idle-t                                                                 imeout 3000 -pass-header Authorization
                                SetHandler "proxy:unix:/opt/configs/php-fpm/sock                                                                 /php55m-apache.sock|fcgi://localhost"
                        FastCGIExternalServer "/home/hostingultraso123/openid11/                                                                 openid11.tk.1fake" -socket /opt/configs/php-fpm/sock/php55m-hostingultraso123.so                                                                 ck -idle-timeout 3000 -pass-header Authorization
                                SetHandler "proxy:unix:/opt/configs/php-fpm/sock                                                                 /php55m-hostingultraso123.sock|fcgi://localhost"

62
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-01, 19:48:52 »
Try Kloxo-MR 7.0 to 2016060105.

My version is 7.0.0.b-2016053003. How to get 2016060105 ?

63
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-01, 19:02:48 »
I found this issue where using firefox. Need clear firefox cache.

Open in Chrome, open in mobile, change the folder - but it still showing php 5.4.45 version.

Any idea ?

64
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-01, 15:29:32 »
Use this code and seeing 'Internal Server Error'. http://openid11.tk/phpinfo.php

Also I have send you login info by PM.

65
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-01, 15:12:13 »
After use this code PHP is not working. See here - http://openid11.tk/phpinfo.php

66
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-01, 12:47:59 »
.htaccess file code is given below. Is this alright ?

Code: [Select]
###Start Kloxo PHP config Area

### begin content - please not remove this line

#<IfModule mod_rewrite.c>
# ## MR -- authentically for letsencrypt for webroot-based
# RewriteRule /\.|^\.(?!well-known/) - [F]
#</FilesMatch>

### MR -- using php version different with default php
### 1. Using suphp
### - Copy between '#<FilesMatch \.php$>' to '#</FilesMatch>' and
###   then remove '#' from '#<FilesMatch', '#</FilesMatch>' and one of '#SetHandler'

#<FilesMatch \.php$>
#SetHandler x-httpd-php
#SetHandler x-httpd-php52
#SetHandler x-httpd-php53
#SetHandler x-httpd-php54
#SetHandler x-httpd-php55
#SetHandler x-httpd-php56
#SetHandler x-httpd-php70
#</FilesMatch>

### OR

### 2. Using fcgid
### - Copy from '#Options' to '#FCGIWrapper' and
###   then remove '#' for one of '#FCGIWrapper'

#Options +ExecCGI
#<FilesMatch \.php$>
# SetHandler fcgid-script
#</FilesMatch>
#FCGIWrapper /usr/bin/php-cgi .php
#FCGIWrapper /usr/bin/php52m-cgi .php
#FCGIWrapper /usr/bin/php53m-cgi .php
#FCGIWrapper /usr/bin/php54m-cgi .php
#FCGIWrapper /usr/bin/php55m-cgi .php
#FCGIWrapper /usr/bin/php56m-cgi .php
#FCGIWrapper /usr/bin/php70m-cgi .php

### end content - please not remove this line

###End Kloxo PHP config Area


67
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-01, 12:08:11 »
Yes, I have tick 'Multiple PHP Enable (for 'php-fpm')' in admin > Servers > localhost > PHP Configure.
Also I have tick 'Enable Multiple PHP As Secondary PHP' under 'PHP Type' in admin > Servers > localhost > Webserver Configure.

But still it is not working.


68
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-01, 07:41:37 »
Have run the command 'sh /script/restart-web -y'.
And also have run 'sh /script/fixphp'; 'sh /script/fixweb-all'; 'sh /script/fixwebcache'; 'sh /script/restart-php-fpm'; 'sh /script/restart-web'.
But still it does not fix, it is showing using php 5.4.45. Here you can see - http://openid11.tk/phpinfo.php. Please see the print screen attached.

69
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-05-31, 16:07:24 »
I have run the command 3 times 'yum clean all; yum update -y; sh /script/cleanup'.

Now it is showing  'web features' under 'Domain Home'. Also have selected in 'PHP Selected' 'php55m'. When a phpinfo.php file is created under this domain name, still it is showing that using php 5.4.45. Here you can see - http://openid11.tk/phpinfo.php

So, now how to use this php55m in drupal website ?

70
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-05-31, 12:39:31 »
Using Kloxo-MR: 7.0.0.b-2016050403 version. Is there any new release after this ?

Let me know the command to update Kloxo-Mr ?

71
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-05-31, 07:51:35 »
Already added. Please see the print screen.

72
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-05-31, 07:29:25 »
Inside Customer account in 'PHP Configure', under 'Multiple PHP Already Installed', now it is showing 'php54m php55m'. But under Domain in the 'Web / PHP Selector' it is only showing Default PHP selected. It is not showing to select PHP version. So, how to do this ?

Have run the script 'sh /script/fixphp', 'sh /script/restart-web -y', 'service httpd restart'. But not successful.

73
Done 'high' for 'apache optimize' in 'webserver config'. But it is still happening.

Is this happening because server has only 2 GB RAM ?

74
A. Control Panel:
   - Kloxo-MR: 7.0.0.b-2016040705
   - Web: hiawatha-10.1.0-f.6.mr.el6.x86_64
   - PHP: php54s-5.4.45-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.7 (Final) x86_64
   - Hostname: server1.worldservermarket.com
C. Services:
   1. MySQL: MariaDB-server-10.0.24-1.el6.x86_64
   2. PHP:
      - Branch: php54-cli-5.4.45-1.ius.el6.x86_64
      - Used: --Use PHP Branch--
   3. Web Used: apache
     - Hiawatha: --unused--
     - Lighttpd: --uninstalled--
     - Nginx: --uninstalled--
     - Httpd: httpd-2.2.31-1.mr.el6.x86_64
       - PHP Type: php-fpm_event
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: nsd
     - Bind: --uninstalled--
     - DJBDns: --uninstalled--
     - NSD: nsd-4.1.9-1.mr.el6.x86_64
     - PowerDNS: --uninstalled--
     - Yadifa: --uninstalled--
   6. Mail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - pop3/imap4: courier-imap-toaster-4.1.2-1.3.18.mr.el6.x86_64
      - spam: bogofilter
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:          1844       1748         95         31        198        886
   -/+ buffers/cache:        663       1181
   Swap:         1023          1       1022
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/sda2       146G  6.8G  132G   5% /


*** Process Time: 00:00:00:04.4854 (dd:hh:mm:ss:xxxxxx) ***

* Note: run 'sh /script/sysinfo -y' if you want run 'fix-service-list' also
        (importance after Kloxo-MR update)

75
I am using Kloxo-mr 7 and install Drupal CMS. But sometimes it is happening that suddenly website can't connect to database. After updating the same password, it is connecting. The error is given below -

Quote
PDOException: SQLSTATE[HY000] [1045] Access denied for user 'hosting123ultrxx_'@'localhost' (using password: YES) in lock_may_be_available() (line 167 of /home/hosffsgsg/doctorsourav/includes/lock.inc).

Can you please tell me how to fix this problem ?

Pages: 1 ... 3 4 [5] 6 7 ... 12

Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.066 seconds with 17 queries.

web stats analysis