Results 1 to 3 of 3

Thread: 17.10 -> 18.04 php

  1. #1
    Join Date
    Jun 2013
    Beans
    2

    17.10 -> 18.04 php

    just updated from 17.10 to 18.04
    apache2 won't run php 7.2 scripts are there problems reported

    root@csds:/var/www/html# php -v
    PHP 7.2.3-1ubuntu1 (cli) (built: Mar 14 2018 22:03:58) ( NTS )
    Copyright (c) 1997-2018 The PHP Group
    Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.2.3-1ubuntu1, Copyright (c) 1999-2018, by Zend Technologies


    Cees Jan

  2. #2
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: 17.10 -> 18.04 php

    Are you running Arch or Ubuntu?
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  3. #3
    Join Date
    Jun 2013
    Beans
    2

    Re: 17.10 -> 18.04 php

    Linux csds 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

    root@csds:/var/www/html# cat /etc/lsb-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=18.04
    DISTRIB_CODENAME=bionic
    DISTRIB_DESCRIPTION="Ubuntu 18.04 LTS"





    root@csds:/var/www/html# systemctl status apache2
    ● apache2.service - The Apache HTTP Server
    Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
    Drop-In: /lib/systemd/system/apache2.service.d
    └─apache2-systemd.conf
    Active: active (running) since Fri 2018-05-11 20:37:00 CEST; 1h 29min ago
    Process: 6071 ExecStop=/usr/sbin/apachectl stop (code=exited, status=0/SUCCESS)
    Process: 6076 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
    Main PID: 6080 (apache2)
    Tasks: 9 (limit: 4915)
    CGroup: /system.slice/apache2.service
    ├─6080 /usr/sbin/apache2 -k start
    ├─6081 /usr/sbin/apache2 -k start
    ├─6082 /usr/sbin/apache2 -k start
    ├─6083 /usr/sbin/apache2 -k start
    ├─6084 /usr/sbin/apache2 -k start
    ├─6085 /usr/sbin/apache2 -k start
    ├─6086 /usr/sbin/apache2 -k start
    ├─6098 /usr/sbin/apache2 -k start
    └─6292 /usr/sbin/apache2 -k start

    mei 11 20:37:00 csds systemd[1]: Starting The Apache HTTP Server...
    mei 11 20:37:00 csds apachectl[6076]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
    mei 11 20:37:00 csds systemd[1]: Started The Apache HTTP Server.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •