Skip to main content

All Questions

Tagged with
1 vote
0 answers
70 views

Error logs filling up with Client AH02027/AH2026: Failed to release SSL session cache lock

My error_log is filling up with tons of entries like: www.mine.com [Sun Dec 29 09:29:59 2024] [warn] [pid 903933] ssl_engine_mutex.c(105): (22)Invalid argument: [client AH02027: Failed to release SSL ...
user3161924's user avatar
0 votes
1 answer
4k views

"Error in network definition: expected mapping (check indentation)" Syntax error in Netplan, I am trying to set up a static IP for my LAMP stack

Below are the configs for the yaml: file /etc/netplan/{filename}.yaml network: version: 2 renderer: networkd ethernets: eno1: dhcp4: false dhcp6: false addresses: [10.0....
Kyle Morton's user avatar
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 ...
Sami's user avatar
  • 275
0 votes
1 answer
196 views

How to install Apache, MySQL, PHP and Composer via apt?

I have Ubuntu 22.04 and I wish to install Apache, MySQL, PHP and Composer altogether via apt. How to install Apache, MySQL, PHP and Composer via apt? Something like this? apt install curl lamp-server^ ...
kature's user avatar
  • 43
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 ...
user2267379's user avatar
-2 votes
2 answers
4k views

How to solve NO_PUBKEY 8C718D3B5072E1F5

I am facing a problem now when I do the following command on debian version 9.13: sudo apt-get update I get this error: Fetched 21.6 kB in 0s (34.9 kB/s) Reading package lists... Done W: GPG error: ...
Tarek Hussien's user avatar
0 votes
0 answers
365 views

What is eating up my CPU?

I am facing a difficult situation. 100% CPU but I cannot see a singular process using much in top or htop. I run this command: :~$ ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10 %CPU PID USER ...
conanDrum's user avatar
  • 465
0 votes
1 answer
103 views

Constant concurrent connections drain my server storage

I apologize in advance if this question is in a wrong forum, this is my first question here! My client has hosting with Aliyun Cloud (Alibaba Cloud in China). I've deployed a microsite to their ...
Siniša's user avatar
  • 111
0 votes
1 answer
1k views

Is there a distro specific to the LAMP stack?

I tried real hard to get LAMP stack working on my pop_os home pc, but could not get it working. Is there a distro in existence with the LAMP stack preinstalled which I can just add WordPress on top of....
Neil Meyer's user avatar
1 vote
0 answers
2k views

I have "deleted" /var/log folder. What can I do to repare this mistake?

My / partition vas full, so I needed to make some free space... The quickest solution I've found was to "move" /var/log to another partition and make a symbolic link to it. In fact I did a cp of the ...
fred727's user avatar
  • 133
0 votes
1 answer
289 views

How to determine the User account that causes the many mysql and apache processes?

I have a server with no more that 40 websites on it. Many are Wordpress which is a high resource CMS. I used to get alerts of the sites going down a lot. Look like MySQL crashing. It was a 8Gb ...
Laurence Cope's user avatar
1 vote
1 answer
682 views

MySQL&PHP - Aborted connection to db: (Got an error reading communication packets)

PHP version 5.6 I have a PHP program (running in CodeIgniter 'CI_VERSION', '2.1.3') looping through 100 items to process. Apache (via Codeigniter) will give me 500 Error and no indication anywhere ...
conanDrum's user avatar
  • 465
0 votes
1 answer
61 views

LAMP DB-agnostic way to create a DB stack

Is there a LAMP-MySQL (or equivalent) agnostic way to create a DB stack that includes: DB-user and a relative password DB with the same name as of the user Setting a host for the DB (say, localhost) ...
user avatar
-3 votes
1 answer
43 views

Mysql cannot make a user [duplicate]

So I am currently running kali linux 4.15.0 and I am trying to run DVWA ( Damn Vulnerable Web Application) I tried making the user as: MariaDB [(none)]> CREATE USER 'user'@'127.0.0.1' ...
Shay Merlin Cormac's user avatar
0 votes
1 answer
2k views

Ownership of /var/www/html [closed]

So I've searched this a lot and found conflicting answers. I would appreciate, for everyone's sake, if someone could come up with a fully reasoned and cited answer for how to set ownership / ...
Jack David Anderson's user avatar

15 30 50 per page