Lab 8.1. Create a New cgi Script-Enabled Directory
Hello,
I have followed the steps on the lab and at the end, when the instructions prompt to restart apache2, the service fails here is the message I get when I ask for the status:
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2022-12-15 01:41:03 UTC; 7min ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 1895115 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
Dec 15 01:41:03 dev-node128 systemd[1]: Starting The Apache HTTP Server...
Dec 15 01:41:03 dev-node128 apachectl[1895135]: AH00526: Syntax error on line 43 of /etc/apache2/mods-enabled/ssl.conf:
Dec 15 01:41:03 dev-node128 apachectl[1895135]: SSLSessionCache: 'shmcb' session cache not supported (known names: ). Maybe you need to load the appropriate socache module (mod_socache_shm>
Dec 15 01:41:03 dev-node128 apachectl[1895115]: Action 'start' failed.
Dec 15 01:41:03 dev-node128 apachectl[1895115]: The Apache error log may have more information.
Dec 15 01:41:03 dev-node128 systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Dec 15 01:41:03 dev-node128 systemd[1]: apache2.service: Failed with result 'exit-code'.
Dec 15 01:41:03 dev-node128 systemd[1]: Failed to start The Apache HTTP Server.
A few questions come to mind;
-what is the location of the /new-cgi/ directory? I have created it in my home directory, but I am not sure that is the correct place
-checking the error log, there is not a registration of this error, it is blank the latest error.log
Please let me know how to set the service back on track
Thank you!
Answers
-
nevermind

I had to do:
sudo a2enmod socache_shmcb
0 -
When I check the script at the end by clicking in:
http://localhost/scripts/foo.cgi?bar
I get

I am guessing this is not the result expected; do you all know what is the expected result?
0 -
Can anyone here pls provide input as to my question above?
0 -
Looks like there is no support from the linux foundation staff in this case...
0 -
Same thing with the lab 8.2
lynx -dump http://localhost/foo/bar
Not FoundThe requested URL was not found on this server.
__________________________________________________________________Apache/2.4.41 (Ubuntu) Server at localhost Port 80
All the previous procedures check ok - that is, I am able to carry the steps w/o error.
Does anyone here know what is going on with my final step
?0 -
lynx -dump http://localhost/magic/index.html
This file is a magic include fileFoo include below
[an error occurred while processing this directive]
Bar include below
[an error occurred while processing this directive]
Anyone here know on Lab 8.4 what might be causing this error ^^ thanks!
0 -
I don't see a copy of your "magic" file, can you please post it.
All of the configuration files used in the web server exercises are in the "SOLUTIONS" directory. They may help.0 -
There is a map for the location of all the files for the web server (chaps 7 and 8) located in the beginning of the Chapter 7 labs instructions.
One of the common issues is the file foo.cgi needs to be executable.
The expected output from the cgi script is the file name and file type, I'll have to confirm that.
Regards Lee
0 -

Here is the copy of the magic.conf file ^
the foo.cgi is executable:
-rwxrwxr-x 1 ncerquera ncerquera 85 Dec 15 01:34 foo.cgi
can you pls confirm the location of that file ( foo .cgi ), that is, where it should be? The instructions say:
""Create the script/new-cgi/foo.cgiwith the following contents (you may have to create the directory/new-cgi/)"" but it does not say where that directory must be.
0 -
The directory is "/new-cgi" the file is "foo.cgi". Probably not the best place for a cgi scrip to live but it makes the configuration simpler
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 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
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 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
- 111 Mobile Computing
- 19 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 976 Programming and Development
- 310 Kernel Development
- 648 Software Development
- 990 Software
- 382 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 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)
