httpd-container icon indicating copy to clipboard operation
httpd-container copied to clipboard

Apache HTTP container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.

Results 10 httpd-container issues
Sort by recently updated
recently updated
newest added

This pull request enables testing httpd-container in OpenShift 4 by container-ci-suite. The tests are executed by PyTest

We need to maintain the feature of being able to run the container as any user ID, so we cannot just leave the user to have read permissions for the...

ready for review

**WARNING**: This PR requires https://github.com/sclorg/container-common-scripts/pull/245 to be merged first.

I try to use this image on multiple Openshift 4.7 platforms, where the httpd service handles the SSL termination (each cluster coming with different domain). In order to achieve this...

How would we go about finding out what changed between docker image rhel8/httpd-24:1-160 and rhel8/httpd-24:1-166 ? Is there a changelog available somewhere? Thanks in advance.

Update oc new-app example to latest imagestream tag name. The current command in the README.md is: ``` oc new-app httpd:24~https://github.com/sclorg/httpd-ex.git ``` On OpenShift 4.9 this results in the following message:...

I try to use this image on multiple Openshift 4.7 platforms, where the httpd service needs to be configured independently, and I can't afford rebuilding a new image for each...

Hi, I don't find anyway to overload ssl.conf (without rebuilding the original image, removing "rpm -V" in the Dockerfile), (creating a new file with SSLProtocol/CiperSuite/... in conf.d don't overload the...

Hi, When I run `docker run --rm -u root --cap-add net_bind_service --network=vlan2656 --ip=22.0.56.7 apigw:1.0` I have this error : ``` AH00526: Syntax error on line 66 of /opt/rh/httpd24/root/etc/httpd/conf/httpd.conf: Error:\tApache has...