https://github.com/jrwren/homebrew-httpd
Apache HTTP Server formulae repo for Homebrew
https://github.com/jrwren/homebrew-httpd
Last synced: 8 months ago
JSON representation
Apache HTTP Server formulae repo for Homebrew
- Host: GitHub
- URL: https://github.com/jrwren/homebrew-httpd
- Owner: jrwren
- Created: 2012-09-13T19:37:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-13T19:38:39.000Z (over 13 years ago)
- Last Synced: 2023-03-11T01:23:03.637Z (almost 3 years ago)
- Language: Ruby
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Homebrew-HTTPd
==============
Apache HTTP Server formulae repo for Homebrew
##Background
I wanted to upgrade Lion's version of Apache to 2.4 to check out some of the new features, but there wasn't a good formula out there yet. So I created my own, put it up here for the world to tap into, and that's all I have to say about that.
##Installation
Run the following in your commandline:
brew tap jabberwik/homebrew-httpd
Then install Apache HTTP Server 2.4:
brew install httpd24
That's it!
This is my first formula contribution to the world, so let me know if I did something completely backwards. Contributions are welcomed!