Comment 1 for bug 245015

Revision history for this message
Nicolas Valcarcel (nvalcarcel) wrote :

I can't reproduce the issue.
Steps i do to try to reproduce it:
1. install php5 (it installs apache2 as dependency)
2. place a file in /var/www as the follow:
[buster:/var/www] nxvl$ cat index.php
<?php phpinfo(); ?>
3. Open a browser and point it to http://127.0.0.1/index.php

Result: It shows the php information required.

I'm marking this bug as invalid. Please open the bug if someone can reproduce it. Or the reporter includes a new test case.