On 12/31/07, irfaniYangBaikHati <[EMAIL PROTECTED]> wrote: > Sya bingung nih pada awalnya di production aplikasi saya otomatis render 500 > 404 > tapi sekarang yg muncul ada error sperti pada development env route not > found > > struktur jaringan saya : > client Windows : > etc/host > 192.168.199.1 myapp.com > > server Vmware Ubuntu : > 192.168.199.128:80 (nginx proxy) > 192.168.199.128:3000-4 (mongrel) > > > jika diakses dri client myapp.com/routeasal muncul error route not found > jika diakses dri client myapp.com:3000/routeasal otomatis render > 404.html(maunya bgini) > > jika dikases dri server localhost/routeasal muncul error route not found > jika dikases dri server localhost:3000/routeasal muncul error route not > found > jika diakses dri server 192.168.199.128:3000/routeasal otomatis render > 404.html (maunya bgini) > > apa yg salah ya? > masa harus bwt method baru bwt render, bukanny udah otomatis ya? > > --
Harus bikin method baru. Bukan method baru sih sebetulnya, tapi konfigurasi di mongrel_cluster. Dan ini nggak recommended. Mending pake 2 ip. ip public untuk nginx, private ip untuk mongrel_cluster. -- http://andryshuzain.com

