You are Here: FAQ ->Dedicated Servers->Root Server->HowTo...->Article #15


WebHosting 5.0 This article is for 1&1 Linux WebHosting only.


How to check the modules installed by default on the Root Server



To check the modules installed please follow these instructions:
1. Login to your server via SSH.

2. Access httpd.conf file (/etc/httpd/conf/httpd.conf)

3. The following lines are commented off by default

<Location /server-info>
    SetHandler server-info
    Order deny,allow
    Deny from all
    Allow from .your-domain.com
</Location>

Uncomment them and add the domain name you
wish to access the information from by replacing .your-domain.com

Then stop and start apache server as follows:
/etc/init.d/httpd stop
/etc/init.d/httpd start


You can access the information at http://your-domain.com/server-info


Print Article
How useful was this article?
(From 5 = Very Useful to 1 = Not Very Useful at all):
1 2 3 4 5