mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Render error message from the app, instead of mod_epp
This commit is contained in:
parent
9f30ec3cc7
commit
8c1ea03f95
5 changed files with 26 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue