Re: Weird deployment issue on Mojave (App runs but does not accept connection)

2020-04-18 Thread Ken Anderson via Webobjects-dev
Michael, This looks suspiciously like what I complained about recently. The issue was this line in the httpd.conf file: ScriptAlias /cgi-bin/ “/var/www/cgi-bin/“ If this line is still in your httpd.conf file, comment it out. This doesn’t affect people that rename the URL to be something like a

Re: Weird deployment issue on Mojave (App runs but does not accept connection)

2020-04-18 Thread Michael Kondratov via Webobjects-dev
You may try to set the port number manually through WOPort parameter first. Sound as Apache module is not working or not configured correctly. Michael Sent from my iPhone > On Apr 18, 2020, at 11:53 AM, Markus Ruggiero via Webobjects-dev > wrote: > > For a test I created a deployment env o

Weird deployment issue on Mojave (App runs but does not accept connection)

2020-04-18 Thread Markus Ruggiero via Webobjects-dev
For a test I created a deployment env on macOS 10.14.6 Mojave. wotaskd runs startet WOnitor manually and through monitor itself installed it as a WOApp I can reach WOMonitor through http://localhost:, however I cannot reach it through http://localhost/cgi-bin/WOMonitor Ok, anyway, let's cont