Hello,
On 21/11/24 01:41, Benjamin Stürz wrote:
> Hi,
>
> Is it intended behavior, that `fastcgi param`
> doesn't overwrite variables?
I'm not a fastcgi lawyer, but I think it's wrong.
> [...]
>
> When I open in a web browser, I get this:
> SERVER_SOFTWARE=OpenBSD httpd
> SERVER_PROTOCOL=HTTP/
Hi,
Is it intended behavior, that `fastcgi param`
doesn't overwrite variables?
I have the following httpd config:
server "example" {
listen on * port 80
location "/test/" {
root "/cgi-bin/env.cgi"
fastcgi param SERVER_NAME "env"
f
2 matches
Mail list logo