# python-apache **Repository Path**: docker8/python-apache ## Basic Information - **Project Name**: python-apache - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-08 - **Last Updated**: 2024-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python + Apache Docker Image Run python [CGI](https://docs.python.org/3/library/cgi.html) scripts in [apache](https://httpd.apache.org/docs/2.4/) HTTP server. ## Tags - [3.12](https://gitee.com/docker8/python-apache/tree/3.12) ## Usage ```bash docker run -d -p 80:80 helphi/python-apache:3.12 curl http://localhost/cgi-bin/hello.py ```