All Questions
59 questions
0
votes
0
answers
449
views
Cant Access Phpmyadmin on Ubuntu LTS 22.04 (HTTP Error Code 500)
I just installed phpmyadmin on my PC. I followed several instructions such as:
sudo apt update
sudo apt install phpmyadmin
sudo ln -s /usr/share/phpmyadmin /var/www/your_domain/phpmyadmin
I use NGINX ...
0
votes
1
answer
5k
views
FastCGI sent in stderr: "Primary script unknown "
I'm running a nodejs project with nginx and wordpress in /blog subdirectory with aapanel control panel. When I want to access example.com/blog there is a "File not found." error.
Here is ...
0
votes
1
answer
57
views
analyse webserver execution time
I have 2 VMs which are almost the same, except for hostname and things that shouldn't matter (as far as I know).
On these VMs I run nginx/1.14.2 as proxy with an Apache/2.4.38 webserver behind it ...
1
vote
1
answer
1k
views
Selinux: type=anom_abend for php-fpm, Error 502 while accessing the application
Hi I am using nginx server which is hosting a web application in RHEL OS with selinux in enforcing mode.
On accessing the application I am getting the 502 bad gateway error and on checking the audit ...
0
votes
3
answers
97
views
Making a user account for a friend on ubuntu server so he can run php/apache alongside my nginx install
I have a friend who is getting into web dev and he is currently developing on a php/apache setup.
I use nginx and arbirtrary server languages which is what is currently running on my (ubuntu) server.
...
0
votes
1
answer
316
views
Nginx rules for dockized linuxserver/dokuwiki on subdirectory path
I can hit the container by typing /dokuwiki but the assets and links are messed up.
What I currently see
Since PHP is included in the dokuwiki container I'm not sure what I need to add in the nginx ...
0
votes
0
answers
148
views
php 7.3 is crashing itself
stack :
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.5 (stretch)
Release: 9.5
Codename: stretch
PHP 7.3.14-5+0~20200202.52+debian9~1.gbpa71879 (cli) (...
0
votes
0
answers
526
views
PHP - FPM - Nginx - serving PHP files
I have PHP installed locally on a macOS Catalina 10.15.3 system;
php -i
phpinfo()
PHP Version => 7.3.11
I have Nginx up and running serving static files:
What's the easiest method to make Nginx ...
0
votes
0
answers
85
views
Error with MediaWiki database update script
I would like to update our stone-old MediaWiki installation (v1.24) to the latest version, running on Debian 10 (not installed as Debian package, just using the archive from the homepage) but I just ...
1
vote
0
answers
8k
views
502 Bad Gateway - connect() to unix:/var/run/php5-fpm.sock failed (2: No such file or directory)
I have a VPS since many years. Everything was working fine.
The server was running PHP 7 and nginx.
Today the sites were running a bit slow. So I decided to login to the server and run a shutdown -r ...
1
vote
1
answer
9k
views
How to install PHP 5.6 on CentOS 7?
I am using CentOS 7, Nginx 1.12.2 . Base on article https://www.svnlabs.com/blogs/install-apache-mysql-php-5-6-on-centos-7/ , I try
rpm -Uvh http://vault.centos.org/7.0.1406/extras/x86_64/Packages/...
0
votes
0
answers
375
views
Nginx + php7.1-fpm - connection using Firefox returns php file instead of result of its execution
I have nginx (1.10.3-1+deb9u2) on Debian 9.6. I have installed php7.1-fpm from external repository (sury.org). I have simple php file executing phpinfo() function (and nothing more), simply to see if ...
0
votes
0
answers
2k
views
Wordpress site hosted on Digital Ocean - 100% CPU usage
TL;DR - when there's traffic (around 900) our sites' CPU reaches 100%, slow down and crush.
INTRODUCTION
Our company holds more than 40 content websites, hosted on Digital Ocean, using Wordpress CMS....
1
vote
0
answers
59
views
installing memcached in debian with lemp 7 jetware
im trying to install memcached with the following command :
curl -L https://jetware.io/appliances/jetware/memcached14-170503/file/installer:nub_tgz/setup | sh
I get this error :
ERROR Destination ...
0
votes
1
answer
8k
views
PHP-FPM: 'No such file or directory' error from nginx/error.log. Path or permissions issue? [closed]
I am getting a "FastCGI sent in stderr: "Unable to open primary script: /var/www/mediawiki/index.php (No such file or directory)"" error when I enter my wiki address in a browser bar. Here is my PHP-...