Hi all, (This is info, not a question.)
As a rule I do not enable php's short open tags in its php.ini configuration file; neither do I use .htaccess files because of the overhead required.
This has become an issue for me because many of the examples provided, such as "bugapp", are written using them.
Instead I added "php_flag short_open_tag on" to my virtualHost configuration stanza and but that didn't seem to work.
Solution: make sure that the flag is declared *inside* of a Directory or Location block.
keyword: short_open_tag Hope that little tidbit helps others from spinning their wheels... Mike Wright :m)
