Displaying 1 result from an estimated 1 matches for "kickm".
Did you mean:
kick
2006 Mar 01
2
kickstarting with rails routing problem
...with DB acces to the host list
and the testing is perfect. I can send the macaddress in the
HTTPrequest Header, rails looks up the macaddr in the machine db and
spits back out a kickstart file for the machine..
however in real world usage what I get is a request for
http://server//kickstarts/kickme which rails fails with
192.168.20.176 - - [01/Mar/2006:14:29:56 EST] "GET //kickstarts/kickme
HTTP/1.1" 404 595
- -> //kickstarts/kickme
Routing Error
Recognition failed for "/kickme"
which is true because //kickstarts doesn''t exist. I''ve tried
map.c...