summaryrefslogtreecommitdiffstats
path: root/httpd/httpd_servehtml_ssl.sh
blob: 148909f6897a69930e352bd6af0b4ae955d3d336 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# A small Apache HTTPd test suite
# Author: Athmane Madjoudj <athmane@fedoraproject.org>

echo "Running $0 - httpd serve html page test."

curl -ks https://localhost/ | grep 'Test Page' > /dev/null 2>&1