https://issues.apache.org/bugzilla/show_bug.cgi?id=50354
--- Comment #3 from Igor Galić <[email protected]> 2010-11-28 18:11:49 EST --- My only problem is making that damn thing work at all. (Knowing how it works generally makes documenting it easier ;) My config looks like this: <VirtualHost *:80> DocumentRoot /home/i.galic/Projects/bomb.ground ServerName bomb.ground AddOutPutFilter INCLUDES .shtml <Directory /home/i.galic/Projects/bomb.ground> Options +MultiViews Require all granted DirectoryIndex index.php ModMimeUsePathInfo On </Directory> #FallBackResource /index.php </VirtualHost> Now, every request for an index.html or index.txt which look like this: <html> <head> <title>Silly SSI</title> </head> <body> <!--#echo var="DATE_GMT" --> </body> </html> ends in a 404. Every request for index.php which has the echo line changed to: <?php echo '<!--#echo var="DATE_GMT" -->'. "\n" ?> Ends in a blank page -- i.e.: No display of DATE_GMT. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
