Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
must also chmod /etc/httpd/logs/ to allow httpd to write logs (#118)
Browse files Browse the repository at this point in the history
Change-Id: If88709ff09f3cb07ffced30e78652bcd194c4d52
Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored and monaka committed Nov 25, 2019
1 parent fcc5678 commit c0758c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN sed -i /etc/httpd/conf/httpd.conf \
-e "s,logs/error_log,/dev/stderr," \
-e "s,logs/access_log,/dev/stdout," \
-e "s,AllowOverride None,AllowOverride All," && \
chmod a+rwX /etc/httpd/conf /run/httpd
chmod a+rwX /etc/httpd/conf /run/httpd /etc/httpd/logs/
STOPSIGNAL SIGWINCH
# END these steps might not be required

Expand Down

0 comments on commit c0758c8

Please sign in to comment.