Git Product home page Git Product logo

apache's Introduction

apache

##what is Apache? The Apache HTTP Server, colloquially called Apache, is a Web server application notable for playing a key role in the initial growth of the World Wide Web. Originally based on the NCSA HTTPd server, development of Apache began in early 1995 after work on the NCSA code stalled. Apache quickly overtook NCSA HTTPd as the dominant HTTP server, and has remained the most popular HTTP server in use since April 1996.

#How to use this image This image only contains Apache httpd with the defaults from upstream.There is PHP installed If you want to run a simple HTML server, add a simple Dockerfile to your project where /var/www/html is the directory containing all your HTML.I already Added some applications of database access , memcached and performance analysis application.

 http://server_ip/db/db.php
   http://server_ip/php/dbraw.php?queries=100
   http://server_ip/memcached/cache_test.php
 http://server_ip/memcached/database_test.php

###Without a Dockerfile If you don't want to include a Dockerfile in your project, it is sufficient to do the following:

docker run --name n42_apache23  -e MYSQL_IP=172.21.207.144  -e MYSQL_DB=n42 -e MYSQL_USER=n42  -e MYSQL_PASSWORD=n42  -e MEMCACHED_IP=172.17.0.3 -d --label display_service="Apache Server" --label service="apache" -p 8888:80 basivireddy/apache:latest

apache's People

Contributors

basivireddy avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.