From Fedora Project Wiki

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Warning.png
Testing in production systems
This test will keep your system in inconsistent state, please don't use this on a production system


Description

This test case tests Apache HTTPd Web server and some modules like mod_php and mod_ssl.

Setup

  1. Ensure the Package-x-generic-16.pnggit package is installed.

How to test

  1. Run the following commands:
git clone git://fedorapeople.org/home/fedora/athmane/public_git/testcases-scripts.git
cd testcases-scripts/httpd/
./runtests.sh

Expected Results

  1. All tests should not fail, here an example of the output:
./runtests.sh 
Starting httpd (via systemctl):                            [  OK  ]
Running ./httpd_basic_auth.sh - httpd basic authentication test.
Adding password for user test
Reloading httpd configuration (via systemctl):             [  OK  ]
==> [ PASS ]
Running ./httpd_php.sh - httpd handle PHP test
==> [ PASS ]
Running ./httpd_servehtml.sh - httpd serve html page test.
==> [ PASS ]
Running ./httpd_servehtml_ssl.sh - httpd serve html page test over SSL.
==> [ PASS ]
Running ./httpd_vhost.sh - httpd virtual host test.
Reloading httpd configuration (via systemctl):             [  OK  ]
==> [ PASS ]