NOTE: Application MUST be installed without use of --nodeps optionrpm -ivh lsb-apache-2.0.43-1.i486.rpm
/opt/lsb-apache /var/opt/lsb-apache /etc/opt/lsb-apache
It is not necessary to add https entries, or any other http services not associated with port 80, for this test.http 80/tcp http 80/udp
| Expected result achieved? |
Test case scenerio | |
|---|---|---|
| 1. | Yes No | Run the command: /opt/lsb-apache/sbin/apachectl start
- Expected result: The web server daemon starts as background process (check this with the ps command) |
| 2. | Yes No | Run the comand: netstat -a | grep http
- Expected result: The command output should look like this: tcp 0 0 *:http *:* LISTEN Note: netstat is not a required command in the LSB. It is not an FVT failure if the command itself is unavailable. |
| 3. | Yes No | Open a web browser using the URL: http://localhost
- Expected result: Test page stating "If you can read this page it means that the installation of the Apache web server software on this system was successful. You may now add content to this directory and replace this page." If there is no web browser available on this host, you may connect from a remote host, or install the lsb-lynx text-mode browser package (if so, please test that lsb-lynx is operating correctly by running through the FVT for lsb-lynx first). |
| 4. | Yes No | Select link to the Apache documentation near the bottom of the page
- Expected result: Web page with links to all Apache documentation topics will be displayed |
| 5. | Yes No | Select the SiteMap link in from the navigation bar
at the top or bottom of the documentation page, or within
the body of the document (they all point the same place).
- Expected result: Web page with links to all files contained in the installed web site. |
| 1. | Yes No | Were there any errors recorded above? |
| 2. | Yes No | Were there any deviations in the install, setup, or test described
above?
If yes, please describe. |
/opt/lsb-apache/sbin/apachectl stop