Actions
Bug #1617
closedSSI BUG?
ASK QUESTIONS IN Forums:
No
Description
test.shtml
<!--#if expr="$QUERY_STRING = ''" --> empty<br/> <!--#elif expr="$QUERY_STRING = 'Talk'" --> talkl<br/> <!--#elif expr="$QUERY_STRING = 'Talk2'" --> talk2<br/> <!--#else --> orther<br/> <!--#endif --> <br/> QUERY_STRING is: <!--#echo var="QUERY_STRING" --> <br/> SERVER_SOFTWARE is: <!--#echo var="SERVER_SOFTWARE" -->
output:
1
empty QUERY_STRING is: Talk2 SERVER_SOFTWARE is: lighttpd/1.4.19
2
empty QUERY_STRING is: SERVER_SOFTWARE is: lighttpd/1.4.19
3
empty QUERY_STRING is: bug=true SERVER_SOFTWARE is: lighttpd/1.4.19
Updated by stbuehler over 16 years ago
Works for me - so can you please give more details:
- config
- how did you test? curl? what urls?
- does every request fail?
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to worksforme
missing feedback
Updated by stbuehler about 16 years ago
- Status changed from Fixed to Missing Feedback
Actions
Also available in: Atom