Skip to content

Commit 07143a6

Browse files
committed
Clarified sentence
1 parent 3da7004 commit 07143a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/docs/2.getting-started/1.these-images-vs-others.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Serving a PHP application can be broken down into two different components:
2828
1. The PHP Application Itself
2929
2. The static files that go with it (JavaScript, images, etc)
3030

31-
There are ways to have these components served together with things like "mod_php" with Apache. As time moved on, we found this to be very resource inefficient.
31+
There are ways to have these components served together with Apache modules like "mod_php". As time moved on, we found this to be very resource inefficient.
3232

3333
Running "mod_php" with Apache meant that even when a JavaScript file needs to be loaded, Apache would load PHP to serve that file. This caused a lot of unnecessary memory and CPU usage for files that didn't need PHP to be served.
3434

0 commit comments

Comments
 (0)