Unanswered Questions
1,961 questions with no upvoted or accepted answers
-1
votes
0
answers
36
views
File stuck in php-fpm opcache?
I had a php file I was unable to update. The server was constantly returning an old version of the file. After deleting the file I got 404, but restoring the file again returned an old version of the ...
0
votes
0
answers
30
views
Control panel like Plesk or cPanel vs manual Nginx and Apache setup on EC2 for high traffic PHP and Node.js performance and security
I am planning to deploy a high traffic application on AWS EC2. The backend includes both PHP and Node.js. For PHP I need Apache compatibility due to .htaccess and existing behavior, while Node.js ...
0
votes
0
answers
184
views
Install Composer under PHP 8.5
I have installed Debian 13 and Frankenphp with PHP 8.5.2. Now I try to install Composer 2.9.5 on that system. That Composer version should be compatible with PHP 8.5.
What ever I do, the Frankenphp ...
0
votes
1
answer
111
views
HTTP SSE how server hold client connection
I'm using Debian 13 with Nginx 1.26.3 and SSE (Server Sent Event) and PHP.
What I tried to achieve is to have many connections to clients. But I have not all the time something to sent to the clients!
...
1
vote
1
answer
179
views
Apache error log not showing error details for php files not found
I'm running Apache 2.4.62 on AlmaLinux with php-fpm 8.3.26, Zend Engine v4.3.26
I migrated this server from CentOS and I'm noticing the error logs for the web server, when an invalid php file is ...
0
votes
0
answers
248
views
Why is PHP 8 slower than PHP 7 on Windows?
I'm working on moving a site from PHP 7 to PHP 8. All seems to be going quite smoothly, but I've noticed that performance is slower on PHP 8. I'm not fussed about performance being massively better on ...
1
vote
0
answers
76
views
Trying to set HttpOnly but no changes are working
After a PenTest was told to set the HttpOnly flag on all of our cookies.
We have an Ubuntu Server 22.04 & 24.04 LAMP stack with a WordPress website. I have made changes to
/etc/apache2/apache2....
0
votes
0
answers
108
views
PHP.ini setting not in effect with FPM
I just switched my Nextcloud Apache2 install to use php8.3-fpm (from php8.2 apache module).
Everything works, except NC is giving me the warning that my opcache is nearly full. I can also that the ...
0
votes
0
answers
66
views
Google Business Profile API always returns PERSONAL account instead of BUSINESS
I’m trying to fetch my Google Business account and locations using the Google Business Profile API with PHP. I’ve set up OAuth2, got a token, and followed all the steps: oauth_start.php → opens Google ...
0
votes
1
answer
435
views
PHP-fpm (v 8.3) not using sqlsrv or pdo_sqlsrv on Ubuntu 24.04
My VM running Ubuntu 24.04 is giving an error that it cannot find the driver for SQLServer (aka MSSQL-Server aka sqlsrv). Sure enough, a page with phpinfo(); shows no sqlsrv or pdo_sqlsrv.
Here were ...
0
votes
1
answer
345
views
How to get current path for error log files if error_log got no value
I have a small php web app to view the log files, to see errors, specially PHP ones. My local Apache is different from the remote website servers, so I have to point the right directory in each case, ...
0
votes
1
answer
148
views
How to host the same folder in IIS using two different PHP versions?
I have a folder running a PHP application configured in IIS. Here's the current setup:
Site Name: Original Website
PHP Manager > PHP Version: 7.0
Bindings: * on ports 80 and 443
Handler Mappings: ...
0
votes
0
answers
142
views
Deployment on Cloud Run failed. Container import failed, cannot serve traffic
I have been trying to deploy the backend of a website that I am developing for a while, and it has given me multiple errors, the main one being that the container does not start because it cannot ...
0
votes
0
answers
101
views
Faulty IMAP server can't list emails on Thunderbird
I am currently writing a custom implementation of an IMAP server in PHP. I'm having an issue where Thunderbird will simply not issue the correct UID fetch call.
I'm expecting something like this ...
0
votes
0
answers
60
views
Webserver - Load a root webpage regardless of browser path, but with data (config) from the entered path
It was suggested I come over here from StackOverflow regarding the below, More so on the server side.
I am working on a proof of concept and have run into a scenario in which I would like to simplify.
...