You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i cloned it docker build -t imagename . docker run -p 80:80 --rm imagename
justin@parens:/tmp/docker-yasgui$ docker run -p 80:80 --rm imagename
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.4. Set the 'ServerName' directive globally to suppress this message
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.4. Set the 'ServerName' directive globally to suppress this message
[Tue Jun 11 18:35:28.335213 2024] [mpm_event:notice] [pid 1:tid 127039702899464] AH00489: Apache/2.4.59 (Unix) configured -- resuming normal operations
[Tue Jun 11 18:35:28.335312 2024] [core:notice] [pid 1:tid 127039702899464] AH00094: Command line: 'httpd -D FOREGROUND'
# THEN in a browser i hit 127.0.0.1:80
[Tue Jun 11 18:35:51.912531 2024] [core:error] [pid 35:tid 127039699417912] (13)Permission denied: [client 172.17.0.1:52046] AH00132: file permissions deny server access: /usr/local/apache2/htdocs/index.html
172.17.0.1 - - [11/Jun/2024:18:35:51 +0000] "GET / HTTP/1.1" 403 199
Forbidden
You don't have permission to access this resource.
The text was updated successfully, but these errors were encountered:
i cloned it
docker build -t imagename .
docker run -p 80:80 --rm imagename
The text was updated successfully, but these errors were encountered: