Yeah, the CLI gave me the expected result. I am pretty stumped at this
point. I have added everything to my httpd.conf that should be in there. And
I am geting a different error than before, so I am confident that the file
is found.
Anyone have any other ideas?
Thanks Jason,
Patrick
> jason king wrote:
>
> J. Patrick Lanigan writes ..
>
> >I tried them on th CLI first. I even su'ed to user nobody to
> >match the env of apache.
>
> and on the CLI - I presume that they outputted exactly what you
> expected ..
> ie.
>
> "Content-type: text/html
>
> <html><body><h1>Hello World!
> </h1></body></html>"
>
>
> it doesn't seem like a permissions error .. I presume that this is in a
> cgi-script directory .. or you have the appropriate extension mapping in
> your conf file ?
>
> other than that - I really can't think of anything else