Render error message from the app, instead of mod_epp

This commit is contained in:
Martin Lensment 2014-06-25 15:38:18 +03:00
parent 9f30ec3cc7
commit 8c1ea03f95
5 changed files with 26 additions and 5 deletions

View file

@ -79,9 +79,10 @@ For development configuration, add:
EPPEngine On
EPPCommandRoot /proxy/command
EPPSessionRoot /proxy/session
EPPErrorRoot /proxy/error
ProxyPass /proxy/ http://localhost:8989/epp/
EPPErrorRoot /cgi-bin/epp/error
EPPAuthURI implicit
EPPReturncodeHeader X-EPP-Returncode
</VirtualHost>
@ -115,6 +116,10 @@ Wait for the greeting message on the STD, then send EPP/TCP frame:
* Run tests: `rake`
* Run all but EPP tests: `rake test:other`
To see internal errors while testing EPP
* `unicorn -E test -p 8989`
* `rake spec:epp`
---
Configuration on plain TCP EPP is as follows: