That was me on StackOverflow, providing the answer there too since I had
discovered one to share.
> On Feb 1, 2015, at 4:30 PM, Eric Covener wrote:
>
> On Sun, Feb 1, 2015 at 1:17 PM, James Cook wrote:
>> /Library/Server/Web/Data/CGI-Executables
>
>
> It seems l
This one is a big shortcoming on Apple's part and OS X Server.
Under the heading of Work with Apache, OS X Server Documentation shows cgi as
served from /Library/WebServer/CGI-Executables/. And sure enough, there's a
CGI-Executables folder right where they said it should be.
In OS X Server's H
m/cgi-bin/my.cgi <http://domain.com/cgi-bin/my.cgi>
And that works IF I locate the scripts to:
/Library/Server/Web/Data/CGI-Executables
> On Feb 1, 2015, at 12:28 PM, Eric Covener wrote:
>
> On Sun, Feb 1, 2015 at 12:06 PM, James Cook wrote:
>> What would
I'm trying to resolve a path error on my cgi-bin.
What I've discovered is that Apache is looking for it in the wrong place.
The error log shows:
script not found or unable to stat:
/Library/Server/Web/Data/CGI-Executables
But my httpd.conf file has:
ScriptAliasMatch ^/cgi-bin/(
I'm struggling to get my server to recognize cgi-bin in a URL.
If I place my cgi script in any site's root folder, it works perfectly without
including cgi-bin in the URL. So my server is processing cgi correctly. If I
attempt to use any cgi-bin configuration, it results in a 404 error.
I'm run
I'm struggling to get my server to recognize cgi-bin in a URL.
If I place my cgi script in any site's root folder, it works perfectly without
including cgi-bin in the URL. So my server is processing cgi correctly. If I
attempt to use any cgi-bin configuration, it results in a 404 error.
I'm run
I'm struggling to get my server to recognize cgi-bin in a URL.
If I place my cgi script in any site's root folder, it works perfectly without
including cgi-bin in the URL. So my server is processing cgi correctly. If I
attempt to use any cgi-bin configuration, it results in a 404 error.
I'm run