Would you like to learn how to install Apache and enable the use of Shell Script CGIs on a computer running Ubuntu Linux? In this tutorial, we are going to show you how to enable the CGI feature and enable Shell Scripts to run on the Apache server.

• Ubuntu 18
• Ubuntu 19
• Ubuntu 20
• Apache 2.4.41

Equipment list

The following section presents the list of equipment used to create this tutorial.

As an Amazon Associate, I earn from qualifying purchases.

Tutorial Apache - Shell Script CGI

Install the Apache server and enable the module named CGID.

Copy to Clipboard

Restart the Apache service.

Copy to Clipboard

As an example, let's create a Shell Script CGI.

Access the Apache's CGI directory.

Copy to Clipboard

Create a test page using Shell Script.

Copy to Clipboard

Here is the file content.

Copy to Clipboard

Change the file permission.

Copy to Clipboard

Open your browser and enter the IP address of your web server plus /cgi-bin/test.cgi.

In our example, the following URL was entered in the Browser:

• http://192.168.2.113/cgi-bin/test.cgi

The Shell Script page should display the following message.

Apache - Shell script CGI

Congratulations! The Apache server is now able to use Shell Script as CGI.