mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-12-04 14:46:37 -05:00
Added ServerSupportsStdinScripts to automatic caps.txt
This commit is contained in:
parent
00c48f5ced
commit
7586b8eda6
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
2014-12-19 Kim Holviala <kim@holviala.com>
|
2014-12-19 Kim Holviala <kim@holviala.com>
|
||||||
|
|
||||||
|
* Fixed a comment & formatting
|
||||||
* Added detection for CRUX Linux
|
* Added detection for CRUX Linux
|
||||||
* Added $SESSION_ID environment variable for CGI scripts
|
* Added $SESSION_ID environment variable for CGI scripts
|
||||||
|
|
||||||
|
2
INSTALL
2
INSTALL
@ -110,5 +110,3 @@ Tested (and semi-supported) platforms include:
|
|||||||
NetBSD 5 x86_64 gcc 4
|
NetBSD 5 x86_64 gcc 4
|
||||||
Haiku R1 i386 gcc 2
|
Haiku R1 i386 gcc 2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
1
file.c
1
file.c
@ -259,6 +259,7 @@ void caps_txt(state *st, shm_state *shm)
|
|||||||
"PathParent=.." CRLF
|
"PathParent=.." CRLF
|
||||||
"PathParentDouble=FALSE" CRLF
|
"PathParentDouble=FALSE" CRLF
|
||||||
"PathKeepPreDelimeter=FALSE" CRLF
|
"PathKeepPreDelimeter=FALSE" CRLF
|
||||||
|
"ServerSupportsStdinScripts=TRUE" CRLF
|
||||||
CRLF
|
CRLF
|
||||||
"ServerSoftware=" SERVER_SOFTWARE CRLF
|
"ServerSoftware=" SERVER_SOFTWARE CRLF
|
||||||
"ServerSoftwareVersion=" VERSION CRLF
|
"ServerSoftwareVersion=" VERSION CRLF
|
||||||
|
Loading…
Reference in New Issue
Block a user