Pinned Loading
-
docker setup for LAMP
docker setup for LAMP 1FROM php:7.3-apache
2LABEL maintainer="[email protected]"
34# Install PHP extensions and PECL modules.
5RUN buildDeps=" \
-
-
a minimal webserver in python 3
a minimal webserver in python 3 1# from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer # python2
2from http.server import BaseHTTPRequestHandler, HTTPServer # python3
34class HandleRequests(BaseHTTPRequestHandler):
5def _set_headers(self):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.