Skip to content

Commit 5264be2

Browse files
committed
Rename mod_php5 to mod_php
1 parent cde634a commit 5264be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/12-03-01-Virtual-or-Dedicated-Servers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ frameworks and open source apps like WordPress. Unfortunately, Apache uses more
2727
cannot handle as many visitors at the same time.
2828

2929
Apache has several possible configurations for running PHP. The most common and easiest to setup is the [prefork MPM]
30-
with mod_php5. While it isn't the most memory efficient, it is the simplest to get working and to use. This is probably
30+
with `mod_php`. While it isn't the most memory efficient, it is the simplest to get working and to use. This is probably
3131
the best choice if you don't want to dig too deeply into the server administration aspects. Note that if you use
32-
mod_php5 you MUST use the prefork MPM.
32+
`mod_php` you MUST use the prefork MPM.
3333

3434
Alternatively, if you want to squeeze more performance and stability out of Apache then you can take advantage of the
3535
same FPM system as nginx and run the [worker MPM] or [event MPM] with mod_fastcgi or mod_fcgid. This configuration will

0 commit comments

Comments
 (0)