HTTPD

The apache httpd web server administration tools.

HTTPD Settings

Configure Apache HTTPD Server

This option will help you to configure some basic settings for the HTTPD web server.

HTTPD ->  HTTPD Settings

To make changes to the Apache HTTPD server settings select the options on  basic settings.

Basic Settings

These settings are the default apache main settings. The terms given on this form have a basic explanation on the page itself. To know more about the apache configuration please refer the software vendor documentations.

If you are unsure about the settings, please ask your sever support team to know more about the apache configurations.

After making  changes on the basic settings page click the button Save Settings. This will save the settings for the apache.

Rebuild All Vhosts

To rebuild all  virtual hosting on your server , click the button  Rebuild All Vhosts. 

Rebuild Vhost Command

You can use the  command rebuildvhosts  to build vhosts from server terminal.

Restart HTTPD

To restart HTTPD server click the button Restart HTTPD

You may use the following command too to restart Eenos HTTPD server from terminal.

systemctl restart eenos-httpd.service

Reset to Default

This will reset the apache main settings to the default configurations provided bu Eenos control panel.

 

HTTPD MPM Tuning

Tune Apache HTTPD MPM for Performance

This page will help you to tune you Apache web server MPM settings.

HTTPD -> HTTPD MPM Tuning

The  Apache  MPM tuning can be performed  on your server based on the server hardware and  traffic.  You can configure the three MPM settings for the apache . The Prefork, Worker and Event.

To  understand the MPM settings of  Apache please read the  documentation from the software vendor website.

Select MPM

This section will help you to chose a specific MPM module for your Apache  HTTPD web server.  Select the suitable MPM and its values and  click the button Save Settings.

You may need to restart the Apache HTTPD  server after making any changes to the MPM module.

The MPM settings will decide how the  web server handled the traffic. A fine tuning of MPM settings will deliver a highest performance for your website.

 

HTTPD Mod User DIR

Manage HTTPD Mod User Dir Protection

This page will help you to configure mode_userDir protection on  websites.

HTTPD -> HTTPD Mod User DIR

The  mode user dir is a module of  Apache which will allow a system user to access his website files using the Eenos user name.

It is danger to allow users  to access the website content using user name instead of domain name.

The mod_userDIr protection is  enabled by default to prevent users for accessing the websites using user name.

Enable User Dir

To  enable mod_userDir on a website click the button Enable User Dir for the selected user and website. This will disable the protection and allow the users to access the website using user name.