On Wednesday, February 8, 2023 at 4:02:52 PM UTC+3 AFA wrote:
*I install the DSpace 7.4  Backend successfully in AWS ubuntu 22.04 server 
and It is accessible through MYIP:8080/server*

*and I install the UI also and I did the test run it is also successful but 
I unable to access it through myIP:4000*

*then it is accessible by myIP:80 but it through 500 error, Please help me 
to solve this issue*
You don't need a web server or a reverse proxy for this unrecommended or 
unsupported configuration. If you have to have it you can stop the 
webserver or disable it and change your configs as you see it below. (For 
this to work you must have dspace version 7.3 or above).

# In local.cfg or dspace.cfg
dspace.server.url = http://myIP:8080/server
dspace.ui.url =  http://myIP

# In config.prod.yml
ui:
  ssl: false
  host: myIP
  port: 80

rest:
  ssl: false
  host: myIP
  port: 8080
  nameSpace: /server

1) yarn test:rest
2) yarn start:prod
3) Access DSpace at http://myIP

BR

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/6d64e76b-87c6-4144-affb-b387dc7c49d7n%40googlegroups.com.

Reply via email to