RE: Having problem with mod_WebObjects.so under redhat 8

2023-02-01 Thread Khodor Barakat via Webobjects-dev
om: patr...@xeotech.com [mailto:patr...@xeotech.com] Sent: Wednesday, February 1, 2023 4:54 PM To: Khodor Barakat Cc: Michael Kondratov ; Webobjects-dev@lists.apple.com Subject: Re: Having problem with mod_WebObjects.so under redhat 8 Khodor, We had a similar issue when we moved production to a new U

Re: Having problem with mod_WebObjects.so under redhat 8

2023-02-01 Thread patrick--- via Webobjects-dev
ct that apache config was not changed during the migration > > Any other thoughts? > > > From: Michael Kondratov [mailto:mich...@aspireauctions.com] > Sent: Wednesday, February 1, 2023 12:16 AM > To: Khodor Barakat > Cc: Webobjects-dev@lists.apple.com > Subject: Re:

RE: Having problem with mod_WebObjects.so under redhat 8

2023-01-31 Thread Khodor Barakat via Webobjects-dev
: Michael Kondratov [mailto:mich...@aspireauctions.com] Sent: Wednesday, February 1, 2023 12:16 AM To: Khodor Barakat Cc: Webobjects-dev@lists.apple.com Subject: Re: Having problem with mod_WebObjects.so under redhat 8 Please see https://httpd.apache.org/docs/2.4/mod/prefork.html You are running Worker

Re: Having problem with mod_WebObjects.so under redhat 8

2023-01-31 Thread Michael Kondratov via Webobjects-dev
le (shared) > ssl_module (shared) > systemd_module (shared) > WebObjects_module (shared) > cgid_module (shared) > fcgid_module (shared) > http2_module (shared) > maxminddb_module (shared) > proxy_http2_module (shared) > > > From: Michael Kondratov [mailto:mic

RE: Having problem with mod_WebObjects.so under redhat 8

2023-01-31 Thread Khodor Barakat via Webobjects-dev
) http2_module (shared) maxminddb_module (shared) proxy_http2_module (shared) From: Michael Kondratov [mailto:mich...@aspireauctions.com] Sent: Wednesday, February 1, 2023 12:09 AM To: Khodor Barakat Cc: Webobjects-dev@lists.apple.com Subject: Re: Having problem with mod_WebObjects.so under redhat 8

Re: Having problem with mod_WebObjects.so under redhat 8

2023-01-31 Thread Michael Kondratov via Webobjects-dev
ible coredump in /var/apache-dump > > redhat support mentioned that the issue is related to WO module > mod_WebObjects.so, did anyone have this issue before , > > > { "signal": 11 > , "executable": "/usr/sbin/httpd" > , "stacktrace

Having problem with mod_WebObjects.so under redhat 8

2023-01-31 Thread Khodor Barakat via Webobjects-dev
exit signal Segmentation fault (11), possible coredump in /var/apache-dump redhat support mentioned that the issue is related to WO module mod_WebObjects.so, did anyone have this issue before , { "signal": 11 , "executable": "/usr/sbin/httpd" , "sta

Re: Monterey mod_WebObjects.so code signing

2022-02-10 Thread John Pollard via Webobjects-dev
; --keychain ~/Library/Keychains/login.keychain-db /Library/WebObjects/Adaptors/Apache2.4/mod_WebObjects.so where “JPMPLCert” is whatever name you called your certificate I got the error: unable to build chain to self-signed root for signer … which I couldn’t resolve, but found a workaround; just

Monterey mod_WebObjects.so code signing

2022-02-08 Thread John Pollard via Webobjects-dev
Hello, After switching to Monterey apache configtest gives: [Tue Feb 08 17:25:53.363409 2022] [so:error] [pid 2017] AH06665: No code signing authority for module at /Library/WebObjects/Adaptors/Apache2.4/mod_WebObjects.so specified in LoadModule directive. If anyone has jumped through this

Re: mod_WebObjects.so

2018-02-09 Thread Maik Musall
e: >>> >>> change the terminal to root >>> >>> # su - >>> >>> Or you have to use "sudo": >>> >>> # sudo -H gnome-terminal >>> >>> Go to the source folder of mod_webobjects >>> >>

Re: mod_WebObjects.so

2018-02-06 Thread Amedeo Mantica
e: >>> >>> change the terminal to root >>> >>> # su - >>> >>> Or you have to use "sudo": >>> >>> # sudo -H gnome-terminal >>> >>> Go to the source folder of mod_webobjects >>> >>>

Re: mod_WebObjects.so

2018-02-04 Thread Stavros Panidis
>> # su - >> >> Or you have to use "sudo": >> >> # sudo -H gnome-terminal >> >> Go to the source folder of mod_webobjects >> >> # cd sourcefolder_of_module >> # make >> # cd Apache2.4 >> # cp mod_WebObjects.so

Re: mod_WebObjects.so

2018-02-04 Thread Amedeo Mantica
; then compile and install the sources as root like: > > change the terminal to root > > # su - > > Or you have to use "sudo": > > # sudo -H gnome-terminal > > Go to the source folder of mod_webobjects > > # cd sourcefolder_of_module > # make >

Re: mod_WebObjects.so

2018-02-04 Thread André Rothe
ects # cd sourcefolder_of_module # make # cd Apache2.4 # cp mod_WebObjects.so /etc/httpd/modules/. The path to the Apache install can differ, it is also /etc/apache2 a possible folder, but there should be always a module folder. You have to look into your installation. Change the settings for SELinux

mod_WebObjects.so

2018-02-04 Thread Stavros Panidis
Dear all, Where can I download mod_WebObjects.so for Ubuntu? Stavros Panidis stavros.pani...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: mod_WebObjects.so on High Sierra

2018-02-01 Thread Matt Lee
Glad to hear it! On Thu, Feb 1, 2018 at 11:22 PM Ken Anderson wrote: > Thanks Matt! I came to a similar conclusion and just got it working > myself! > > > On Feb 2, 2018, at 03:28, Matt Lee wrote: > > > > I have it installed via Homebrew. > > > > https://brew.sh/ > > > > I installed it with br

Re: mod_WebObjects.so on High Sierra

2018-02-01 Thread Ken Anderson
Thanks Matt! I came to a similar conclusion and just got it working myself! > On Feb 2, 2018, at 03:28, Matt Lee wrote: > > I have it installed via Homebrew. > > https://brew.sh/ > > I installed it with brew install apache2 > > /usr/local/Cellar/httpd/2.4.29_1/bin/apxs _

Re: mod_WebObjects.so on High Sierra

2018-02-01 Thread Matt Lee
I have it installed via Homebrew. https://brew.sh/ I installed it with brew install apache2 /usr/local/Cellar/httpd/2.4.29_1/bin/apxs ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@li

mod_WebObjects.so on High Sierra

2018-01-31 Thread Ken Anderson
All, I’m trying to compile mod_WebObjects.so on High Sierra, but apxs appears to no longer be shipped. How can I either compile it or download it? Thanks! Ken ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing

Prebuild mod_WebObjects.so Ubuntu 32bit

2015-01-18 Thread Thomas Grass
Hi, i’m looking for a prebuilt mod_WebObjects.so for Ubuntu 14.04 32bit, Apache 2.2. Does anyone can help me? There are only versions for CentOS, FreeBSD etc. on this link: http://wocommunity.org/documents/tools/mod_WebObjects/ Thanks Thomas

Re: mod_WebObjects.so for Windows 64bit and 32bit do not differ

2014-06-22 Thread Markus Stoll
Hi, no, I compiled these and recall having tested the 64 bit adaptor - seems like a manual problem when uploading the files. I will recompile this one with the current version in 1-2 days and send to you. (well, you could do for yourself, installing MingW for 64 bit is no longer complicated) R

mod_WebObjects.so for Windows 64bit and 32bit do not differ

2014-06-19 Thread Michael Schmiedgen
Hi List, the modules in http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.4/windows for 64bit and 32bit do not differ and we got problems to include the 64bit version in Apache-2.4-64bit. We believe that this is actually the 32bit version of the module. Is there an automatic build s

RE: help-tweaked mod_WebObjects.so with Apache 2.4.3

2012-10-21 Thread Hieu Nguyen
: Sunday, October 21, 2012 4:52 PM To: webobjects-dev@lists.apple.com Subject: Re: help-tweaked mod_WebObjects.so with Apache 2.4.3 Hi Hieu, You can use the one from our Mountain Lion Deployment Package; or are you looking for another OS? I think we've got it under pretty good control righ

Re: help-tweaked mod_WebObjects.so with Apache 2.4.3

2012-10-21 Thread Gaastra Dennis - WO Lists
nder heavy load. Greetings, Dennis On 21/Oct/12 8:43 AM, Hieu Nguyen wrote: Hello, I am new to the list. I need help to tweaked mod_WebObjects.so with Apache 2.4.3. I recompile the mod_WebObjects.so with Apache 2.4.3 but it won't load. Please advice. Thanks. Regards, Hieu Nguyen

help-tweaked mod_WebObjects.so with Apache 2.4.3

2012-10-21 Thread Hieu Nguyen
Hello, I am new to the list. I need help to tweaked mod_WebObjects.so with Apache 2.4.3. I recompile the mod_WebObjects.so with Apache 2.4.3 but it won't load. Please advice. Thanks. Regards, Hieu Nguyen # ./apachectl start httpd: Syntax error on line 165 of /usr/local/apache2

Re: New ec2 image missing mod_WebObjects.so?

2011-05-05 Thread Simon
ago and >>> maybe I've confused scripts or userdata? >>> >>> http://wiki.objectstyle.org/confluence/display/WO/Deploying+on+Amazon+EC2 >>> >>> I got an instance made and noticed I couldn't connect to apache but I can >>> see WOMonitor runn

Re: New ec2 image missing mod_WebObjects.so?

2011-05-05 Thread Simon
't connect to apache but I can > see WOMonitor running in the terminal, and the helloword user account is > there etc. > > [ec2-user@ip-10-114-102-56 ~]$ sudo apachectl start > httpd: Syntax error on line 222 of /etc/httpd/conf/httpd.conf: Syntax error > on line 7 of /etc/http

Re: New ec2 image missing mod_WebObjects.so?

2011-05-05 Thread Johan Carlberg
n line 222 of /etc/httpd/conf/httpd.conf: Syntax error > on line 7 of /etc/httpd/conf.d/webobjects.conf: Cannot load > /etc/httpd/modules/mod_WebObjects.so into server: > /etc/httpd/modules/mod_WebObjects.so: cannot open shared object file: No such > file or directory > > >

New ec2 image missing mod_WebObjects.so?

2011-05-05 Thread Jesse Tayler
WOMonitor running in the terminal, and the helloword user account is there etc. [ec2-user@ip-10-114-102-56 ~]$ sudo apachectl start httpd: Syntax error on line 222 of /etc/httpd/conf/httpd.conf: Syntax error on line 7 of /etc/httpd/conf.d/webobjects.conf: Cannot load /etc/httpd/modules/mod_WebOb

Re: Apache 2.2 mod_WebObjects.so on linux

2008-04-10 Thread Q
On 11/04/2008, at 1:23 PM, Travis Cripps wrote: The Apple and Wonder sources are virtually identical. There are a couple of very minor differences in the actual adaptor code, but nothing that should make a difference of one compiling or running and the other not doing so. However, Apple

Re: Apache 2.2 mod_WebObjects.so on linux

2008-04-10 Thread Travis Cripps
The Apple and Wonder sources are virtually identical. There are a couple of very minor differences in the actual adaptor code, but nothing that should make a difference of one compiling or running and the other not doing so. However, Apple made their build script very Mac-centric. You mig

Re: Apache 2.2 mod_WebObjects.so on linux

2008-04-10 Thread Helmut Schottmüller
I had no further problems. I compiled the Wonder Adaptor for Apache 2.2 with Ubuntu Gutsy. Just made the modifications in the make.config file (apxs2 path, APACHEINCLUDE_DIR, APACHEMODULE_DIR), make, make install, ready. I am using wotaskd and JavaMonitor on ubuntu. Which Linux are you runni

Re: Apache 2.2 mod_WebObjects.so on linux

2008-04-10 Thread Aurélien Minet
Hi, Sorry I forgot to mention that I'm using WO 5.4... Will try the Wonder source if I do not get further infos... Any help is appreciate. I hope to test 5.4 next week if I got time... I'll keep you and the list inform. Aurelien ___ Do not post admi

Re: Apache 2.2 mod_WebObjects.so on linux

2008-04-10 Thread Sergio Sánchez Maffet
Sorry I forgot to mention that I'm using WO 5.4... Will try the Wonder source if I do not get further infos... Any help is appreciate. Thanx all -- Sergio ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Apache 2.2 mod_WebObjects.so on linux

2008-04-09 Thread Aurelien Minet
Makefile and change: INCLUDES = -I${APACHEINCLUDE_DIR} -I../Adaptor -I/usr/include/apr-0 (as I am using an hardened kernel & gcc I have to add -fPIC -fpic / -fpic to CFLAGS/LDFLAGS) (adapt the path as necessary, apr-1-config/apr-config --includedir may help) _ type make and you should have a mod_WebOb

Re: Apache 2.2 mod_WebObjects.so on linux

2008-04-09 Thread Pascal Robert
Examples from WO 5.4 or 5.3 ? The examples from 5.4 don't compile on OS X too :-) Hi all, I have tried to compile the Apple provided example on Linux without success. This example needs to be modified to compile on Linux. Before I start to invest time on it: Is there another source that

Apache 2.2 mod_WebObjects.so on linux

2008-04-09 Thread Sergio Sánchez Maffet
Hi all, I have tried to compile the Apple provided example on Linux without success. This example needs to be modified to compile on Linux. Before I start to invest time on it: Is there another source that runs without modifications or does I miss something, maybe there is already a binary

building mod_WebObjects.so universal [was: Is Xcode Tools 2.4.1 missing the WebObjects adaptor source code?]

2007-03-20 Thread Patrick Middleton
ude the adaptor source code any more. We're using our own adaptor which is derived from the stock Apache 1.3.x mod_WebObjects.so. I would like to review the current makefiles so that I don't have to figure out myself how to change what I already have in order to be able to build a