Displaying 2 results from an estimated 2 matches for "sanatising".
Did you mean:
analising
2006 Aug 04
0
Proxy from Apache to local Lighttpd instance
...MyTest
2006-08-04 16:23:34: (response.c.198) URI-scheme : http
2006-08-04 16:23:34: (response.c.199) URI-authority: localhost:3000
2006-08-04 16:23:34: (response.c.200) URI-path : /cookbook/MyTest
2006-08-04 16:23:34: (response.c.201) URI-query :
2006-08-04 16:23:34: (response.c.251) -- sanatising URI
2006-08-04 16:23:34: (response.c.252) URI-path : /cookbook/MyTest
2006-08-04 16:23:34: (response.c.360) -- before doc_root
2006-08-04 16:23:34: (response.c.361)
Doc-Root : /home/bbraem/cookbook/public/
2006-08-04 16:23:34: (response.c.362) Rel-Path : /cookbook/MyTest
2006-08-04 16:...
2006 Mar 07
13
hosting multiple rails apps in one webroot?
It''s actually REALLY easy with lighttpd on linux.
Two apps...
Myserver.com/code/ => /apps/code/
Myserver.com/test/ +> /apps/test/
Each application needs this in the environment.rb
/apps/code/config/environment.rb
ActionController::AbstractRequest.relative_url_root = "/code"
/apps/test/config/environment.rb
ActionController::AbstractRequest.relative_url_root