search for: countrya

Displaying 2 results from an estimated 2 matches for "countrya".

Did you mean: country
2004 Apr 16
1
File Sharing(Write Accress) Across WANS
Hi Guys, I would like to implement File Sharing in a WAN environment, however there are some issues which I can't figure out. 1. Users are distributed across 3 countries. (Server is physically located in CountryA) 2. Logins are different across all 3 countries. a) They are logging into different domains. eg: DomA; DomB; DomC etc 3. My File Share is running Samba 2.2.7 4. Local UserA(CountryA/DomA) accessing the Samba Share has Write/Read Access using a username/password combo(same as their Local...
2005 Mar 08
15
Rails 0.10.1and WEBrick
Doesn''t appear to work with WEBrick. Works find with Apache/FastCGI. Something wrong in the way Rails is trying to process paths from the WEBrick server. If I try to send in http://localhost:3000/recipes/new, WEBrick is interpreting /new as my controller, instead of my action.