Re: Amazon Linux 2023 and Graviton

2024-10-23 Thread John Pollard via Webobjects-dev
This was resolved be editing: /etc/httpd/conf.modules.d/00-mpm.conf and loading mod_mpm_prefork.so instead of mod_mpm_event.so This has come up in this mailing list in the past but I failed to find it for a while! So Gravition deployment ok again. > On 22 Oct 2024, at 19:27, John Pollard via Webo

Re: Amazon Linux 2023 and Graviton

2024-10-22 Thread John Pollard via Webobjects-dev
So actually I can’t get https requests from the browser to my WO app to get through on AL2023 and Graviton…..yet. If I use curl to fetch an https page, it works fine and I see the HTML of my page returned: curl --insecure https://test.glovesonhand.co.uk/wa/1/43/4431-All-Ladies-Fashion.html Bu

Re: Amazon Linux 2023 and Graviton

2024-10-03 Thread Miguel Angel Torres Avila via Webobjects-dev
Hi John, I would like to have a copy of mod_WebObjects.so to run some tests. Thanks in advance.  > El 3 oct 2024, a las 7:37 a.m., John Pollard via Webobjects-dev > escribió: > > Just to confirm, deploying to Graviton AWS server all smooth and should help >

Re: Amazon Linux 2023 and Graviton

2024-10-03 Thread John Pollard via Webobjects-dev
Just to confirm, deploying to Graviton AWS server all smooth and should help lower costs. I have a built mod_WebObjects.so if anyone wants a copy. The biggest issue I came across was having to upgrade one of my attached volumes from ext3 to xps file system as the late

Re: Amazon Linux 2023 and Graviton

2024-09-19 Thread John Pollard via Webobjects-dev
I do appear to have built mod_WebObjects.so Some things I did on a new Amazon Linux 2023 Graviton instance sudo yum groupinstall "Development Tools” sudo yum install httpd-devel Downloaded the wonder tarball as per the instructions linked below and extracted it cd into Utilities/Adaptors Edit ma

Re: Amazon Linux 2023 and Graviton

2024-09-18 Thread John Pollard via Webobjects-dev
Paul mentions that the WO Adaptor is easy to build from source; has anyone done it on Amazon Graviton hardware? Would the best instructions be here?: https://wiki.wocommunity.org/xwiki/bin/view/documentation/Home/Deployment/Compiling%20the%20HTTP%20adaptor%20on%20Linux/ Though I note that hasn’t