I have a lot of files with slight differences. The included file contains this, which attempts to distinguish one part of a longer path:
InternetIntranet
In the error log I get
AH01337: Failed to parse expr "$ {DOCUMENT_URI} = / internet /" in /opt/apache/htdocs/ssi/time.shtml: Analysis error near $$
I find many variations of this topic, for example, no brackets, parentheses around the inside of quotation marks, a space to the end of the comment or = ~, but nothing helps. There seems to be no debug setting for mod_include which will tell me what's wrong ...
Another option I found is
it makes no mistakes. But it always selects the else branch, as well as REQUEST_URIas if the variables were canceled. But I can respond to them. I also tried /.+internet.+/in case he bound it.
Since these are CGI variables, I also tried loading cgid_module - also not good.
source
share