Skip to content

Commit d2b7cc8

Browse files
davidrimshnickJamesH65
authored andcommitted
Update apache.md (raspberrypi#753)
1 parent 270dc1f commit d2b7cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

remote-access/web-server/apache.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ If you know HTML you can put your own HTML files and other assets in this direct
5353

5454
## Additional - install PHP
5555

56-
To allow your Apache server to process PHP files, you'll need to install PHP5 and the PHP5 module for Apache. Type the following command to install these:
56+
To allow your Apache server to process PHP files, you'll need to install the latest version of PHP and the PHP module for Apache. Type the following command to install these:
5757

5858
```bash
59-
sudo apt-get install php5 libapache2-mod-php5 -y
59+
sudo apt-get install php libapache2-mod-php -y
6060
```
6161

6262
Now remove the `index.html` file:

0 commit comments

Comments
 (0)