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
- Host: GitHub
- URL: https://github.com/seratch/apache-module-samples
- Owner: seratch
- Created: 2013-08-04T02:34:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T11:33:14.000Z (over 6 years ago)
- Last Synced: 2024-10-13T17:45:37.535Z (6 months ago)
- Language: C
- Size: 37.1 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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