Hello, 

I´m trying to install the docker on CentOS.
I´ve got the DOCKER on site using an APACHE PROXY.   
The system starts, but didn't find the WS (socket).

 
*   RewriteEngine On*
*    RewriteCond %{HTTP:Connection} Upgrade [NC]*
*    RewriteCond %{HTTP:Upgrade} websocket [NC]*
*    RewriteRule /(.*) ws://localhost:4000/$1 [P,L]*

*    ProxyRequests On*
*    ProxyPass        / http://localhost:4000/ <http://localhost:4000/>*
*    ProxyPassReverse / http://localhost:4000/ <http://localhost:4000/>*

I´ve tried also use it as a link:

*   # DSPACE 7.0*
*    ProxyPass        "/atrium" "http://localhost:4000/ 
<http://localhost:4000/>"*

*    ProxyPassReverse "/atrium" "http://localhost:4000/ 
<http://localhost:4000/>"*
The API service  (8080) need to be exposed?

Is there any actual docker DSPACE available?

Thx

Cerceau


-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/a987558c-cb01-4613-81c6-eb5fac05284en%40googlegroups.com.

Reply via email to