How To Install openqa-httpd on Fedora 36
Introduction
In this tutorial we learn how to install openqa-httpd on Fedora 36.
What is openqa-httpd
This package contains httpd (Apache) configuration for the openQA automated testing framework. openQA runs as a self-contained http server which is expected to be reverse-proxied by a public-facing http server (rather than being accessed directly). The config snippets in this package help you configure openQA to be reverse proxied by httpd.
We can use yum or dnf to install openqa-httpd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openqa-httpd.
Install openqa-httpd on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install openqa-httpd using dnf by running the following command:
sudo dnf -y install openqa-httpd
Install openqa-httpd on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install openqa-httpd using yum by running the following command:
sudo yum -y install openqa-httpd
How To Uninstall openqa-httpd on Fedora 36
To uninstall only the openqa-httpd package we can use the following command:
sudo dnf remove openqa-httpd
openqa-httpd Package Contents on Fedora 36
/etc/httpd/conf.d/openqa-common.inc
/etc/httpd/conf.d/openqa-ssl.conf.template
/etc/httpd/conf.d/openqa.conf.template
/usr/share/licenses/openqa-httpd
/usr/share/licenses/openqa-httpd/COPYING
References
Summary
In this tutorial we learn how to install openqa-httpd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).