An open API service indexing awesome lists of open source software.

https://github.com/seratch/apache-module-samples

Learning Apache 2.4 module development
https://github.com/seratch/apache-module-samples

Last synced: 5 months ago
JSON representation

Learning Apache 2.4 module development

Awesome Lists containing this project

README

        

## Working with Apache 2.4

### Developing modules for the Apache HTTP Server 2.4

http://httpd.apache.org/docs/2.4/developer/modguide.html

### Apache 2.4

brew update
brew install apache24

### .bash_profile

export PATH=/usr/local/Cellar/apache24/2.4.6/bin:${PATH}

#### axps template

apxs -g -n helloworld