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, 13:26:52

Author Topic: php70m does not work  (Read 2660 times)

0 Members and 1 Guest are viewing this topic.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
php70m does not work
« on: 2016-01-09, 13:09:24 »
It doesn't work or unfinished job ?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: php70m does not work
« Reply #1 on: 2016-01-09, 13:22:57 »
For what?. Php branch or multiple php?.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: php70m does not work
« Reply #2 on: 2016-01-09, 18:27:35 »
For what?. Php branch or multiple php?.

Secondary PHP

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: php70m does not work
« Reply #3 on: 2016-01-09, 18:44:49 »
Need update to latest Kloxo-MR 7.0. For shortcut step, add 'x-httpd-php70="php:/opt/php70m/custom/php-cgi.sh" in /etc/suphp.conf.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: php70m does not work
« Reply #4 on: 2016-01-09, 22:58:09 »
Sadly doesn't help...

Shows:

<? phpinfo(); ?>

instead of file.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: php70m does not work
« Reply #5 on: 2016-01-09, 23:01:51 »
Using of course as suPHP mode.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: php70m does not work
« Reply #6 on: 2016-01-10, 05:59:18 »
Inform 'dir -l /opt; cat /etc/suphp.conf; dir /home/kloxo/client'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: php70m does not work
« Reply #7 on: 2016-01-10, 20:30:21 »
Inform 'dir -l /opt; cat /etc/suphp.conf; dir /home/kloxo/client'.

[root@onlinecity /]# dir -l /opt; cat /etc/suphp.conf; dir /home/kloxo/client
total 60
drwxr-xr-x   4 root root 4096 Dec 27 00:44 atomic
drwxr-xr-x  20 root root 4096 Nov 23 16:10 configs
drwxr-xr-x   6 root root 4096 Jan  7 16:22 php52m
drwxr-xr-x   6 root root 4096 Jan  7 16:23 php52s
drwxr-xr-x   6 root root 4096 Jan  7 16:23 php53m
drwxr-xr-x   6 root root 4096 Jan  7 16:23 php53s
drwxr-xr-x   6 root root 4096 Jan  7 16:23 php54m
drwxr-xr-x   6 root root 4096 Jan  7 16:23 php54s
drwxr-xr-x   6 root root 4096 Jan  7 16:23 php55m
drwxr-xr-x   6 root root 4096 Jan  7 16:23 php55s
drwxr-xr-x   6 root root 4096 Jan  7 16:23 php56m
drwxr-xr-x   6 root root 4096 Jan  7 16:23 php56s
drwxr-xr-x   6 root root 4096 Jan  7 16:23 php70m
drwxr-xr-x   6 root root 4096 Jan  7 16:23 php70s
drwxr-xr-x.  2 root root 4096 Mar 26  2015 rh
[global]
logfile=/var/log/httpd/suphp_log
loglevel=info
webserver_user=apache
docroot=/
;; MR - chroot still not work!
;chroot=/home/*/
env_path=/bin:/usr/bin
umask=0022
min_uid=48
min_gid=48

;; Security options
allow_file_group_writeable=true
allow_file_others_writeable=false
allow_directory_group_writeable=true
allow_directory_others_writeable=false

;; Check wheter script is within DOCUMENT_ROOT
;; MR -- trouble if true for usedir (~user)
check_vhost_docroot=false

;Send minor error messages to browser
errors_to_browser=false

[handlers]
;; Handler for php-scripts
x-httpd-php="php:/usr/bin/php-cgi"
x-httpd-php51="php:/opt/php51m/custom/php-cgi.sh"
x-httpd-php52="php:/opt/php52m/custom/php-cgi.sh"
x-httpd-php53="php:/opt/php53m/custom/php-cgi.sh"
x-httpd-php54="php:/opt/php54m/custom/php-cgi.sh"
x-httpd-php55="php:/opt/php55m/custom/php-cgi.sh"
x-httpd-php56="php:/opt/php56m/custom/php-cgi.sh"
x-httpd-php70="php:/opt/php70m/custom/php-cgi.sh"

;; Handler for CGI-scripts
x-suphp-cgi="execute:!self"

;;; MR -- for using php52 just enough add 'AddHandler x-httpd-php52 .php' on .htaccess.
;;; The same way for other version like php53
;;; it's make possible running 'multiple php' on server!
admin  php52.fcgi  php53.fcgi  php54.fcgi  php55.fcgi  php56.fcgi  php5.fcgi  php.fcgi

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix
Click Here

Page created in 0.028 seconds with 18 queries.

web stats analysis