Displaying 6 results from an estimated 6 matches for "php55w".
Did you mean:
php55
2016 Aug 03
2
php55w-fpm on CentOS 7: settings location
Hello all,
Does anybody know where to enter settings for php-fpm? I have tried a
number of things, including starting it with "-c /etc/php.ini" but that
seemed to have any effect. Any idea on how to control it? What am I doing
wrong? :)
Thanks in advance.
Cheers,
Boris.
2016 Aug 03
0
php55w-fpm on CentOS 7: settings location
2016-08-03 13:42 GMT-04:00 Boris Epstein <borepstein at gmail.com>:
> Does anybody know where to enter settings for php-fpm? I have tried a
> number of things, including starting it with "-c /etc/php.ini" but that
> seemed to have any effect. Any idea on how to control it? What am I doing
> wrong? :)
>
In my servers (for shared hosting) there's
2016 Aug 03
2
php55w-fpm on CentOS 7: settings location
What I do is create a php.php file on the root of my fileserver with
the following
<?php phpinfo() ?>
then when I browse to that file http://servername/php.php
I get all the php information I can stand, including the line "Loaded
Configuration File"
which is where the running php server loaded php.ini from.
Jason
2016 Aug 03
0
php55w-fpm on CentOS 7: settings location
On Wed, 2016-08-03 at 13:55 -0400, Jason Welsh wrote:
> What I do is create a php.php file on the root of my fileserver with
> the following
>
> <?php phpinfo() ?>
I use a text command: php -i
--
Regards,
Paul.
England, EU. England's place is in the European Union.
2016 Aug 03
1
php55w-fpm on CentOS 7: settings location
On Wed, August 3, 2016 1:19 pm, Always Learning wrote:
>
> On Wed, 2016-08-03 at 13:55 -0400, Jason Welsh wrote:
>
>> What I do is create a php.php file on the root of my fileserver with
>> the following
>>
>> <?php phpinfo() ?>
>
> I use a text command: php -i
>
I like more the way Jason pointed to: this is one step closer to what is
actually used
2016 Aug 04
1
php55w-fpm on CentOS 7: settings location
On Wed, August 3, 2016 14:19, Always Learning wrote:
>
> On Wed, 2016-08-03 at 13:55 -0400, Jason Welsh wrote:
>
>> What I do is create a php.php file on the root of my fileserver
>> with
>> the following
>>
>> <?php phpinfo() ?>
>
> I use a text command: php -i
>
>
>
php -i > php-i.txt
echo '<?php phpinfo() ?>' | php