sql >> Database >  >> RDS >> Mysql

Productiedatabase is niet geconfigureerd

Ik zou de Rails-omgeving moeten specificeren zoals RackEnv staging voor Rails-versies>=3.x

Deze configuratie heeft het probleem opgelost.

[email protected]:/etc/apache2/sites-enabled$ cat app_staging 
<VirtualHost *:80>

    ServerName myappstaging.org
    ServerAlias *.myappstaging.org

    DocumentRoot /home/anand/public_html/app_staging/current/public

    RackEnv staging

    RewriteEngine on
    RewriteCond %{REQUEST_METHOD} ^OPTIONS
    RewriteRule .* - [R=405,L]

    XSendFile on

</VirtualHost>



  1. CAST() versus TRY_CAST() in SQL Server:wat is het verschil?

  2. Inleiding tot Oracle RMAN

  3. Onjuiste DateTime-waarde '0000-00-00 00:00:00' - Date_Sub() in Having

  4. Magento - Er was een probleem met het herindexeringsproces - Catalogusproducten