Yeah. The old instructions says to comment that out.
P
Sent from my iPhone
Please excuse iOS autocomplete
> On Apr 7, 2020, at 4:04 PM, Ken Anderson via Webobjects-dev
> wrote:
>
> OK, so the problem was, this line in the regular https.conf file:
>
> ScriptAlias /cgi-bin/ "/var/www/cgi
OK, so the problem was, this line in the regular https.conf file:
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
Since I have WO using cgi-bin, this was apparently taking precedence. When I
comment out the above line, all works again.
Ken
> On Apr 6, 2020, at 4:43 PM, Ken Anderson via Webobjec
Let’s see…
RewriteRule ^/signup /apps/WebObjects/WOMan.woa/wa/signup
[last,passthrough]
I notice my configuration shows /apps/
DocumentRoot "/var/www/html/planaby"
ServerName ec.planaby.com:80
ServerAlias planaby.com
ServerAlias 10.150.65.203
Not much t
Jesse,
Hope all is well with you!
Yes, direct connect works if I enable it.
How do you configure it? This is how I’ve always done it…
Ken
> On Apr 6, 2020, at 4:50 PM, Jesse Tayler wrote:
>
> You’ve tested to the ip:port directly and your app runs ok?
>
> Then it would indeed sound like ap
> On Apr 6, 2020, at 1:43 PM, Ken Anderson via Webobjects-dev
> wrote:
>
> Hi everyone!
>
> Well, I’ve circled back to a project I was half way through a year ago… and
> I’m a little stuck. Trying to get a WO project off of AWS and running on a
> home server.
>
> […]
> # Specific to Apache
You’ve tested to the ip:port directly and your app runs ok?
Then it would indeed sound like apache, since wotaskd or monitor would show
other error types I’d think.
I think you could test wotaskd / monitor using a url with a port number like
-2001 on the URL, but I don’t think that will reveal
Hi everyone!
Well, I’ve circled back to a project I was half way through a year ago… and I’m
a little stuck. Trying to get a WO project off of AWS and running on a home
server.
CentOS 7
Apache 2.4
Wotaskd running
WOMonitor running
App installed and running
Unfortunately, when I go to the expec