LXC running php application
问题 I have this code in file called index.html in directory /var/www/html/index.html . <html> <body> <?php echo phpinfo(); ?> </html> </body> But when I try to see what it prints on the browser it doesn't show anything at all, or sometimes it downloads a file. This is what browser prints (Nothing). If I try to look the source code and it seems like this. I'm not sure what I'm doing wrong. I searched a lot and tried a few things, but nothing really seemed to work. I'd really appreciate if someone