Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Search Repo:
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Hongli Lai (Phusion) (author)
Fri Apr 04 08:26:21 -0700 2008
commit  e4b22d11e5ae8dd121fef08fc8bc8d2c3c3054b8
tree    2f760982b7deb040057cb1b42b81b92dc7abffa9
parent  0924ccfafd0a6f6cc509539cb3586f51ba8c7875
passenger / .gitignore
100644 27 lines (26 sloc) 0.466 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
references
scgi_demo
test*.rb
 
*.o
*.so
ext/apache2/*.la
ext/apache2/*.lo
ext/apache2/*.slo
ext/apache2/.libs
ext/passenger/Makefile
ext/boost/src/*.a
doc/rdoc
doc/cxxapi
doc/*.html
test/Apache2ModuleTests
test/config.yml
test/stub/railsapp/app/controllers/bar_controller.rb
test/stub/*/log/*
test/stub/apache2/*.log
test/stub/apache2/*.pid
test/stub/apache2/httpd.conf
test/stub/mycook/log
test/stub/zsfa/mycook
test/stub/zsfa/foo
benchmark/DummyRequestHandler
pkg