Just wanted to follow up and say that I wasn't able to get this working 
with my initial setup, but I reconfigured everything to a more standard 
subdomain approach and that took care of the problem. If nothing else, 
maybe this can serve as a cautionary tale to others. 

Thanks for your suggestions, everyone!
Bryson

On Sunday, March 23, 2025 at 1:57:23 PM UTC-6 Andrew K wrote:

> Hi Bryson,
>
> I mean that along with site.conf you should also make changes in other 
> configs.
> Have you tried removing these in bold? All at once, or in different 
> combinations?
>
> server.xml snippet:
> <Host name="localhost" appBase="C:/dspace/webapps" autoDeploy="true" 
> unpackWARs="true">
> <Alias>www.ulethbridge.ca</Alias>
> <Context docBase="/server" path="*/lib/ematerials*/server" 
> reloadable="true"/>
> </Host>
>
> config.yml snippet:
> ui:
>   ssl: false
>   host: localhost
>   port: 4000
>   nameSpace: /*lib/ematerials*
> rest:
>   ssl: true
>   host: www.ulethbridge.ca
>   port: 443
>   nameSpace: */lib/ematerials*/server
>
>
>
> нд, 23 бер. 2025 р. о 15:03 Bryson Duda <[email protected]> пише:
>
>> Hi Andrew,
>>
>> Thanks for your suggestion! I did give those configurations a try, but I 
>> get a 404 error back (Cannot GET /). 
>> Which other proxy settings would be helpful? The only other ones in 
>> httpd.conf that relate to proxies that I can see (apart from all of the 
>> LoadModule lines) are:
>> <IfModule headers_module>
>>     RequestHeader unset Proxy early
>> </IfModule>
>> and
>> <IfModule proxy_html_module>
>> Include conf/extra/proxy-html.conf
>> </IfModule>
>>
>> There's also these lines from server.xml if they're helpful:
>>    <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" 
>> secretRequired="false" address="::1"/>
>>    <Connector port="8080" protocol="HTTP/1.1"
>>                connectionTimeout="20000"
>>                redirectPort="8443"
>>                maxParameterCount="1000" />
>>
>> All the best,
>> Bryson
>>
>> -- 
>>
> 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 visit 
>> https://groups.google.com/d/msgid/dspace-tech/1eeb16c8-64bc-458b-af12-67ae662ef67cn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/dspace-tech/1eeb16c8-64bc-458b-af12-67ae662ef67cn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> -- 
> Best regards,
> Andrew
>

-- 
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 visit 
https://groups.google.com/d/msgid/dspace-tech/a5367a48-f376-4fbc-a896-29a94900ea1fn%40googlegroups.com.

Reply via email to