Skip to main content

Questions tagged [php]

PHP is a widely-used, general-purpose scripting language that is especially suited for web development. Use this tag when you are dealing with a PHP script, installing PHP, or configuring a PHP installation.

0 votes
1 answer
30 views

TL;DR I am trying to make aplay play a wav file. This requires the current user to be in the audio group. It works fine when I invoke it from a logged in user, even when I su -u www-data but the nginx/...
Roger's user avatar
  • 111
-1 votes
1 answer
96 views

I've installed Visual Studio Code and PHP 8.3 from KDE Discover, but now I have no idea how to actually start the PHP Server. I'm able to do all my PHP Development in VSCode, but no way to actually ...
Delphi Programming's user avatar
0 votes
0 answers
49 views

I have been developing a task based system recently for a PHP project, which consists of tasks stored in a SQL database (MariaDB) for a queue, and a task worker PHP script to go through the queue and ...
Jacob Smith's user avatar
0 votes
1 answer
131 views

I'm running a server on Linux, and I need the specific PID so I can kill it later. I'm using PHP with shell_exec to run the server, but how do I get the specific PID of this server? while($...
Willian's user avatar
  • 101
1 vote
1 answer
74 views

I have my rlimit_files set to 65535 yet when I run lsof -c php-fpm | wc -l I get 218k results. How is this possible? I never noticed any big issues but I wonder if should increase it? I even had this ...
Freedo's user avatar
  • 1,396
0 votes
0 answers
107 views

I'm currently attempting (and failing) to set up an SMTP mail server on my Ubuntu server so I can recieve emails from the contact page of my php based website. I was planning to send these emails ...
Hoax's user avatar
  • 1
1 vote
0 answers
59 views

I'm running Apache with PHP-FPM on a RHEL 9 server. After updating Apache from version 2.4.57 to 2.4.62, all HTTP responses now include the Transfer-Encoding: chunked header, even when the PHP script ...
Riccardo Crociani's user avatar
0 votes
0 answers
99 views

Running ClamAV on my Linux Mint laptop gives /var/lib/clamav/rfxn.yara: Php.Exploit.C99-27 FOUND What does it mean on a laptop (not a server as such)? Is the system infected?
Mark Watney's user avatar
-1 votes
2 answers
380 views

I have PHP-FPM pool with such configuration blocks: ... listen = 0.0.0.0:9000 ... pm.status_path = /status ... I'm getting curl: (56) Recv failure: Connection reset by peer while trying curl 0.0.0.0:...
Aleksey's user avatar
  • 75
0 votes
0 answers
51 views

On my Linux Ubuntu system I run apache2 web server in the context of a PHP based web application. phpinfo() reports the following error_log /opt/unetlab/data/Logs/php_errors.txt I.e. error_log() is ...
CarloC's user avatar
  • 385
0 votes
2 answers
121 views

I'm currently dealing with a real threat: the trojans Troj/PHPShel-CE and PHP/Agent-BJNA showed up on my system. I've decided to move to another provider – the first server IP was already blacklisted, ...
Harvey68's user avatar
0 votes
3 answers
147 views

I want to execute a PHP code from VS.code on Debian OS. I'm sure the Apache is installed and active. I'm sure the PHP is installed. I'm sure about the php.executepath is correct. when I navigate to ...
Daryush's user avatar
  • 329
3 votes
2 answers
161 views

I have some service, which executes php scripts and sends its stdout to journald. Journald splits the log record by newline. This can be read under lineMax: journald.conf(5) - systemd | Debian ...
Dano Logos's user avatar
0 votes
0 answers
59 views

We have moved a server over from CentOS (finally) to Alma Linux, part of this move is going from WHM to Plesk. The server hosts around 50 websites. I have a lot of misgivings about Plesk, but ...
Mm-Art-In's user avatar
  • 143
0 votes
1 answer
63 views

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 ...
SuperAl's user avatar
  • 151

15 30 50 per page
1
2 3 4 5
68