Stumped by a lab
The website is down
Ugh, the system's website is down. Check it out:
copy
curl http://localhost
(or you can use the System Website tab in the interface there above the terminal)
See how it's the test page? THAT'S NOT RIGHT
I don't know what Nate did, but please fix it, we've got all those people out there that need some web content and all they're getting is garbage. We need them to see our super awesome site!
Above is a lab challenge to fix a apache web server on RHEL9,
sudo tail -n5 /var/log/httpd/error_log gives
[Mon Jun 30 18:42:13.804492 2025] [core:error] [pid 2459:tid 2595] (13)Permission denied: [client ::1:38698] AH00035: access to /index.html denied (filesystem path '/web/html/index.html') because search permissions are missing on a component of the path
As an approach I ran
sudo chmod o+x /
sudo chmod -R o+x /web
sudo chmod -R o+rX /web/html
I then ensured ownership with
sudo chown apache:apache /web/html/index.html
sudo chmod 644 /web/html/index.html
I restart httpd.service but the outcome was still failure
https://red.ht/ts-1i
Answers
-
Sorry does this pertain to LFS207? And if so which lab?
0 -
Hi @fet0, it seems you are trying to setup a web server and it's not working. This isn't associated to LFS207, right?
Luis.
0 -
Yes, this isn't associated to LFS207, I am just using the lab for my lfcs preparation.
Apologies if this violates any rules.0 -
Hi @fet0,
You need to check on the correct owner and permissions for /web/html as I can see in the log error. I see you did some work for the permissions, but you also have to check on the correct owner. Depending on the setup, it would be apache or httpd user and group.
You also can research for "rhel 9 apache correct permissions".
Regards,
Luis.0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 766 Linux Foundation IT Professional Programs
- 378 Cloud Engineer IT Professional Program
- 174 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 101 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 4 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 10 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 770 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 116 Mobile Computing
- 20 Android
- 81 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 997 Programming and Development
- 310 Kernel Development
- 669 Software Development
- 1K Software
- 398 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)