After a few days trying, I managed to make exactly that work following this tutorial (it goes straight into https): https://repozitar.fhv.uniza.sk/items/5b8d7e58-8e9c-4280-85d3-9d7c4b49b4d7
That page then points to the tutorial itself. The link is on the page, or you can go directly on: https://repozitar.fhv.uniza.sk/server/api/core/bitstreams/5bb1b4a1-1422-4cd7-b878-b30d1eecd98d/content So, my suggestion is: Go back back to the basic and make sure http://localhost:4000 is working. After that, go to this other tutorial and make https work. On Thursday, October 17, 2024 at 11:18:36 AM UTC-3 Central Library wrote: > Dear Dspace Community > > As per your suggestions, I tried to install Apache HTTPD and attempted to > start Apache2, but it did not start. The following error was shown when I > ran sudo systemctl start apache2: > > "Job for apache2.service failed because the control process exited with > error code. See 'systemctl status apache2.service' and 'journalctl -xeu > apache2.service' for details." > > Could you please provide guidance on how to resolve this issue? > > On Thu, 3 Oct 2024 at 21:32, DSpace Technical Support < > [email protected]> wrote: > >> Hi, >> >> You should follow the documentation for how to setup a production >> installation. This *requires* HTTPS support, and it will be much easier if >> you define a domain name (instead of just using IP addresses). I suspect >> the IP address approach will not work because you cannot easily use HTTPS >> with an IP address. >> >> For the backend, see step 17 which talks about how to set this up using >> either Apache HTTPD or NGinx: >> https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-BackendInstallation >> >> For the frontend, see step 8 which talks about how to set this up using >> that same Apache HTTPD or NGinx: >> https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-FrontendInstallation >> >> You also should look at our troubleshooting guide >> <https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove)> >> >> to locate any errors that may be occurring (including communication errors >> between the frontend & backend). We have additional hints/tips for many >> common errors in our Common Installation Issues guide: >> https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-CommonInstallationIssues >> >> Tim >> On Thursday, October 3, 2024 at 5:06:51 AM UTC-5 [email protected] >> wrote: >> >>> Dear DSpace Community, >>> >>> I am trying to change the localhost configuration to a public IP in >>> DSpace, but the changes are not reflecting. Here are the modifications I >>> have made: >>> >>> *Files changed:* >>> >>> 1. dspace.cfg (located at build/DSpace/dspace/config/dspace.cfg) >>> - *dspace.server.url*: http://172.21.18.16:8080/server >>> - *dspace.ui.url*: http:// 172.21.18.16 :4000 >>> 2. config.yml: >>> - *ui*: >>> - ssl: false >>> - host: 172.21.18.16 >>> - port: 4000 >>> - nameSpace: / >>> >>> Despite these changes, the public IP is not being reflected. Could you >>> please provide guidance on how to resolve this issue? >>> >>> >>> Thanks and Regards >>> >>> A.Muthuraj >>> >>> Assistant Librarian >>> >>> Amrita University >>> >>> -- >> 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/7cbbd4cf-dace-4003-81a1-72043325469dn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/dspace-tech/7cbbd4cf-dace-4003-81a1-72043325469dn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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/cc5970d1-5a61-425d-a40c-70e2cdaa36ffn%40googlegroups.com.
