Questions tagged [apache2]
Use this tag for question related to configuring and using Apache on Ubuntu or one of Ubuntu's official derivatives.
4,741 questions
Score of 0
1 answer
113 views
Running apt upgrade run dir everyhting except I get an apache2 err at the end
whenever I run
sudo apt upgrade -y
it goes through for so many components but at the end I get
Adding boot menu entry for UEFI Firmware Settings ...
done
Processing triggers for libc-bin (2.39-...
Score of 1
1 answer
134 views
Using Apache on 24.04, unable to change document root
I'm setting up a test server on 24.04, moving it from W11 actually.
Got Apache all installed, works fine, http://localhost gives the expected output. Now need to move the web root from /var/www/html ...
Score of 1
2 answers
107 views
Very naive router in php doesn't work - keep getting 404 : the requested url was not found on this server
I have been trying to create a simple router for a very simple website with PHP and apache2, but I keep getting 404 messages.
Before you go through this lengthy post, I did add DocumentRoot in nt2....
Score of 1
0 answers
90 views
Facing "Permission denied" error when trying to get in /var/www/html in Ubuntu Server 22.04
I'm facing a problem where I've installed Apache and now when I look into the library it says "Permission denied".
bash: cd /var/www/html : Permission denied
The YouTube tutorial which I'm ...
Score of 0
1 answer
70 views
Phpmyadmin does not start
I have just installed Phpmyadmin and the process was just fine. I am working in Xubuntu 22.04 using Mysql.
But when i try to run Phpmyadmin, i am receiving this:
<?php
declare(strict_types=1);
use ...
Score of 0
0 answers
51 views
apache2 - how to fix problem
Unit apache2.services could not be found
I have tried to get past this but it is a result of
Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages
how to fix all of ...
Score of 2
0 answers
102 views
Huge systemd-private--apache2 files consuming 400+ GB on Nextcloud server
I'm running Ubuntu 22.04.5 LTS with Apache 2.4.58 and systemd 249 for a Nextcloud server with OnlyOffice (running locally) and some other apps. About 2 weeks ago I noticed my disk space was getting ...
Score of -1
2 answers
93 views
Ubuntu Server - Apache2 [closed]
I am trying to host a very simple web page.
I created a new landing page and renamed it index.html and it loads.
I have a few simple references to additional pages.
<a href="File-Path">...
Score of 0
0 answers
108 views
Upgrade from Ubuntu Server 20.04.6
I have a server for my job running Ubuntu Server 20.04.6 and I use webmin for management interface. I think it's time to upgrade to Ubuntu Server 22.04 and then to 24.04 as I have read for the ...
Score of 1
0 answers
155 views
PHP behave weirdly with local configuration
Had php-fpm on Ubuntu 20.04, switched to Xubuntu 24.04.
First, PHP seems to ignore .user.ini. Every thing thing has been checked: all configuration files in /etc and access rights on all the path ...
Score of 1
0 answers
151 views
Where is mod_systemd for apache2? [closed]
We are porting some applications from RHEL7 to Ubuntu 24.04.
I'm creating new, Ubuntu-style Apache configurations from our old RHEL configs.
One thing we use on RHEL is mod_systemd, which integrates ...
Score of 0
0 answers
83 views
I have nginx instead of apache in '/etc/default/'. How can I restore apache2?
Every little while ubuntu offers to proceed to software upgrades. I usually click 'OK', trusting the system. By during one of the recent updates, my default apache2 web server was replaced by nginx. ...
Score of 0
1 answer
891 views
PHP8.3 not working with Apache
I've created a bare metal Ubuntu instance on an older HP EliteBook. Ubuntu and Apache 2 load without issue. However, when I load PHP8.3, it loads but does not work through Apache. Apache displays the ...
Score of 1
1 answer
155 views
I fail to access a local apache2 on port 8090. I read previous answers to similar questions but they don't seem to work for me [closed]
I fail to access a local apache2 on port 8090. I read previous answers to similar questions but they don't seem to work for me. Results are listed below.
sites-enabled> ls -l
total 0
lrwxrwxrwx 1 ...
Score of 0
0 answers
208 views
No apache subversion/svn package on 24.04? [duplicate]
I need to install svn on 24.04. There is no subversion package and no libapache2-mod-svn package.
Is this deliberate, an oversight, or...? How to proceed?