Rails app ile Php bileşeni entegre

0 Cevap php

Ben port 3001 üzerinde çalışan bir raylar uygulama var. Uygulama sunucusu bir Apache web sunucusunun arkasında melez olduğunu. Benim raylar app ile a php chat engine called cometchat entegre etmek gerekir. Here is the documentation from cometchat.

Apache maps all requests on port 80 to port 3001 for the rails app to handle. For specific requests (the request from comet chat) we would like Apache to not map and instead pass to the php app.

Biz PHP yerine Raylar kullanılacak istediğiniz özel durumlar şunlardır:

  1. Istek for_php, bir sabittir ve xyz Herhangi bir değişken olan /for_php/xyz biçimi arasında olduğu zaman
  2. Isteği sona erdiğinde .php:

    /test.php
    /for_php/xyz.php
    

Ben bu mod_rewrite Apache kullanılarak elde edilebilir düşünüyorum. Bunu başarmak için yapılandırma verin.

Saygılar, Pankaj.

0 Cevap