Re: Help with Apache... stuck - SOLVED

2020-04-07 Thread Paul Yu via Webobjects-dev
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

Re: Help with Apache... stuck - SOLVED

2020-04-07 Thread Ken Anderson via Webobjects-dev
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