Re: [users@httpd] Apache ignoring httpd.conf assigned path

2015-02-01 Thread James Cook
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

Re: [users@httpd] Apache ignoring httpd.conf assigned path - SOLVED

2015-02-01 Thread James Cook
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

Re: [users@httpd] Apache ignoring httpd.conf assigned path

2015-02-01 Thread James Cook
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

[users@httpd] Apache ignoring httpd.conf assigned path

2015-02-01 Thread James Cook
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/(

[users@httpd] cgi URL was not found on this server

2015-01-31 Thread James Cook
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

[users@httpd] /cgi-bin/my.cgi was not found on this server

2015-01-30 Thread James Cook
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

[users@httpd] /cgi-bin/my.cgi was not found on this server

2015-01-29 Thread James Cook
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