5.Verify that the /etc/apache2/sysconfig.d/loadmodule.conf file contains the following lines:

LoadModule

info_module

/usr/lib64/apache2-prefork/mod_info.so

LoadModule

status_module

/usr/lib64/apache2-prefork/mod_status.so

If these two lines exist , then the two modules have loaded successfully.

Use the following procedure to verify the server status and display the server information web page:

1.Verify the server status by opening a browser and entering the following URL: http://<YOUR_WEB_SERVER_IP>/server-status

The Apache Server Status web page opens, as shown in Figure 6.

Figure 6 Apache Server Status

2.Display the server information web page by opening a browser and entering the following website:

http://<YOUR_WEB_SERVER_IP>/server-info

The Apache Server Information web page opens, as shown in Figure 7.

Figure 7 Apache Server Information

20