• Home
  • Cloud VPS
    • Hong Kong VPS
    • US VPS
  • Dedicated Servers
    • Hong Kong Servers
    • US Servers
    • Singapore Servers
    • Japan Servers
  • Company
    • Contact Us
    • Blog
logo logo
  • Home
  • Cloud VPS
    • Hong Kong VPS
    • US VPS
  • Dedicated Servers
    • Hong Kong Servers
    • US Servers
    • Singapore Servers
    • Japan Servers
  • Company
    • Contact Us
    • Blog
ENEN
  • 简体简体
  • 繁體繁體
Client Area

Apache for Newbie: Set up Apache with mod_env

December 17, 2023

Apache for Newbie: Set up Apache with mod_env

Apache is one of the most popular web servers in the world, known for its flexibility, reliability, and security. If you are new to Apache and want to learn how to set it up with mod_env, this article is for you. Mod_env is an Apache module that allows you to set environment variables for your web server. It can be useful for various purposes, such as configuring different settings based on the environment or passing information to your web applications.

Step 1: Install Apache

The first step is to install Apache on your server. If you are using a Linux distribution like Ubuntu, you can use the package manager to install Apache. Open a terminal and run the following command:

sudo apt-get update
sudo apt-get install apache2

Once the installation is complete, you can start Apache by running:

sudo systemctl start apache2

You can also enable Apache to start automatically on boot:

sudo systemctl enable apache2

Step 2: Enable mod_env

By default, mod_env is not enabled in Apache. To enable it, open a terminal and run the following command:

sudo a2enmod env

This command will create a symbolic link to the mod_env module configuration file in the Apache configuration directory.

Step 3: Set up Environment Variables

Once mod_env is enabled, you can start setting up environment variables. The configuration file for Apache is located in the /etc/apache2 directory. Open the file using a text editor:

sudo nano /etc/apache2/apache2.conf

Scroll down to the bottom of the file and add the following lines:

SetEnv MY_VARIABLE "Hello, World!"

This line sets the environment variable MY_VARIABLE to the value “Hello, World!”. You can replace “Hello, World!” with any value you want.

Save the file and exit the text editor. Then, restart Apache for the changes to take effect:

sudo systemctl restart apache2

Step 4: Test the Environment Variable

Now that you have set up the environment variable, you can test if it is working correctly. Create a new PHP file in the web server’s document root directory:

sudo nano /var/www/html/test.php

Add the following lines to the file:

<?php
echo $_SERVER['MY_VARIABLE'];
?>

Save the file and exit the text editor. Then, open a web browser and navigate to http://localhost/test.php. You should see the value of the environment variable displayed on the page.

Summary

In this article, we have learned how to set up Apache with mod_env. We started by installing Apache on our server and enabling mod_env. Then, we set up an environment variable and tested it using a PHP script. Apache with mod_env provides a powerful way to configure your web server and pass information to your web applications. By following the steps outlined in this article, you can get started with Apache and mod_env in no time.

If you are looking for reliable and high-performance VPS hosting in the Hong Kong, consider Hong Kong VPS Hosting. With their top-notch hosting solutions, you can ensure the smooth operation of your websites and applications.

Recent Posts

  • CN2 GIA vs BGP vs CN2 GT: What’s the Real Difference for China Connectivity?
  • Top 5 Use Cases for a Hong Kong Dedicated Server in 2026
  • Hong Kong VPS vs Japan VPS: Head-to-Head for Asia-Pacific Deployments in 2026
  • Hong Kong VPS vs Singapore VPS: Which Is Better for Your Asia Business in 2026?
  • How to Migrate from CentOS 8 to AlmaLinux or Rocky Linux Safely

Recent Comments

No comments to show.

Knowledge Base

Access detailed guides, tutorials, and resources.

Live Chat

Get instant help 24/7 from our support team.

Send Ticket

Our team typically responds within 10 minutes.

logo
Alipay Cc-paypal Cc-stripe Cc-visa Cc-mastercard Bitcoin
Cloud VPS
  • Hong Kong VPS
  • US VPS
Dedicated Servers
  • Hong Kong Servers
  • US Servers
  • Singapore Servers
  • Japan Servers
More
  • Contact Us
  • Blog
  • Legal
© 2026 Server.HK | Hosting Limited, Hong Kong | Company Registration No. 77008912
Telegram
Telegram @ServerHKBot