All Questions
118 questions
0
votes
1
answer
24
views
nslookup times out when type is set to MX
In order to send 2FA emails from a PHP web site to myself, I set up an MX record override and created a firewall rule that allows access to the mail server for the destination domain, but when I ...
0
votes
1
answer
358
views
Install PHP 5.4 on Ubuntu 22.04 or Debian 12
We have an old PHP application that is used internally within the company. This application has a strict dependency on PHP 5.4 or lower.
Currently, the application is hosted on a virtual machine ...
2
votes
1
answer
315
views
Upgrading PHP versions from buster to bullseye, when I am already on bullseye
I have Debian bullseye
18:14:08 $ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
But it ...
0
votes
0
answers
32
views
Upgraded from Debian Jessie to Stretch but php -v still shows using 5.6.40?
The webpage at https://wiki.debian.org/PHP says Stretch should be using PHP 7 but after I upgraded from Jessie to Stretch typing:
php -v
At the command line, it shows it's still using 5.6.40.
How do I ...
0
votes
1
answer
169
views
PHP memory_limit is not updating for any user, only for root under Debian 12
I have a Debian 12 system, where I use PHP in cli mode. In /etc/php/8.2/cli/php.ini I set the memory limit:
memory_limit = 1024M
If I query it with root, it shows me the right value. But if I use ...
0
votes
1
answer
309
views
AH00141: Could not initialize random number generator
I tried to upgrade my debian system from buster to bullseye and messed up everything. I cant start apache2 and proftpd. When I do apachectl configtest I get the following error message:
(38)Function ...
0
votes
1
answer
1k
views
Server is slow even though there are enough resources
I'm running about 450 simple webistes using Wordpress Multisite on a VPS with Debian 10.
Here are some data about the resources:
root@hr711523385:~# free -mh
total used ...
6
votes
1
answer
2k
views
Debian 11 Bullseye and PHP7's End of Life - what happpens after 28 Nov 2022
So PHP 7.4 will have security support from the PHP project until the 28th Nov 2022 and then will reach End of Life.
Yet, Debian Bullseye, a stable release, is quite new still and have PHP 7.4 as a ...
2
votes
0
answers
9k
views
How can I solve error of "Fail to fetch" resulting of apt-get update on Debian 8
I've got a issue that stuck me on Debian 8 Jessie when I try to upgrade to Debian 11 Bullseye
Trouble seems come from old version of Letsencrypt certbot that I have uninstall but I still got some ...
1
vote
1
answer
430
views
Why apache server go faster after reboot?
I notice a significant performance gain after a reboot of the server (Apache Debian / PHP / MariaDB Mysql).
For several weeks, the page loading time gradually increased from 50 ms to 150 ms and ...
0
votes
1
answer
535
views
WordPress site broke when updating to php 8.0
I am hosting a WordPress website on Debian 10. I just installed php8.0.
When I a2enmod php8.0, the WordPress site breaks entirely.
On Firefox I get the following message:
Secure Connection Failed
An ...
0
votes
0
answers
708
views
PHP not working after debian dist-upgrade
I recently upgraded from debian 10.10 to 11
My website had stopped working properly.
It was showing php code instead of actual formatted page
Thinking that It was due to not-working apache2 with php I ...
1
vote
1
answer
241
views
Alternative to suphp?
After a very long time since I installed suphp 5.* into my server, today I wanted to upgrade to php7.4 or php7.3, but I've found out that suphp is no longer maintained! And my knowledge is outdated ...
0
votes
1
answer
1k
views
Why does changing Nextcloud snap's http port to 81 add many php-fpm processes?
I recently installed Nextcloud as a snap on a Debian 10 VPS. I want this instance to be served with Apache via a reverse proxy at nextcloud.mysite.com.
I have a website being served on ports 80 and ...
2
votes
0
answers
281
views
Problem upgrading PHP from 7.4.6 to 7.4.12 on Debian
I have PHP 7.4.6 running on Debian and want to upgrade to 7.4.12 I run this command
sudo apt-get --only-upgrade install php7.4
I get
Reading package lists... Done
Building dependency tree
Reading ...