OpenShift PHP Image Asset Giving 500 Error -
i have deployed php website openshift php 5.4 cartridge. application loads fine, css, js, etc. images not load correctly. images exist in git repo being pushed openshift fine when attempt access image, http://someopenshiftapp/images/logo.jpg fails 500 error.
the server log gives me: /app-root/runtime/repo/images/.htaccess: invalid command 'indexignore', perhaps misspelled or defined module not included in server configuration
i trying resolve issue far google has not been able me. tried editing httpd.conf include module read file. may have create new cartridge scratch? how serve images openshift?
i don't know exact reasons why apache behaving was. there robots.txt file disallowing user agents in image directory developer had added. causing apache installation give 500 error when attempting access resources within images sub-directory. if has further explanation willing listen mystery solved.
i may test exact case in stand alone apache environment unrelated openshift , attempt reproduce error. :) happy coding.
Comments
Post a Comment