Files
docker-django-test/goss.yaml
heinzel cd193da78f FIX #1
2019-10-18 16:50:21 +02:00

35 lines
554 B
YAML

command:
/usr/sbin/httpd -t:
exit-status: 0
ps axo cmd | grep -q [w]sgi-daemon:
exit-status: 0
file:
/run/httpd:
exists: true
mode: "0710"
owner: apache
group: apache
filetype: directory
/srv/app/django/main/wsgi.py:
exists: true
mode: "0644"
owner: apache
group: apache
filetype: file
package:
httpd:
installed: true
python3-mod_wsgi:
installed: true
port:
tcp6:80:
listening: true
ip:
- '::'
process:
httpd:
running: true
http:
http://localhost:
status: 200