Hello

I'm installing OpenShift origin m4, I create a normal web application, but when
I add the phpmyadmin cartridge, it creates the _phpmyadmin.conf file inside
the folder /etc/httpd/conf.d/openshift/ID_APP/ with an invalid line .

ProxyPass / phpmyadmin http://127.10.75.3:8080/phpmyadmin/ retry = 0
ProxyPassReverse / phpmyadmin http://127.10.75.3:8080/phpmyadmin/
ProxyPassReverse / phpmyadmin http://teste-red4sis.apps.red4sis.in/

which was to be only:

ProxyPass / phpmyadmin http://127.10.75.3:8080/phpmyadmin/ retry = 0
ProxyPassReverse / phpmyadmin http://127.10.75.3:8080/phpmyadmin/

Thus I can not access the application, because when I enter the url,
is redirecting
to phpmyadmin.

Does anyone know how to fix this?

thank you

*Luis Fernando Pimenta*
Mobile :
*19 9 8132-8642*WhatsApp : *19 9 9687-3390*
_______________________________________________
dev mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to