wiki/creating-ec2-image-from-scratch.md
... ...
@@ -70,4 +70,6 @@ Added the following two lines to `/etc/security/limits.conf`:
70 70
* hard nofile 65000
71 71
```
72 72
73
-This increases the maximum number of open files allowed from the default 1024 to a more appropriate 65k.
... ...
\ No newline at end of file
0
+This increases the maximum number of open files allowed from the default 1024 to a more appropriate 65k.
1
+
2
+Copied the httpd configuration files `/etc/httpd/conf/httpd.conf`, `/etc/httpd/conf.d/000-macros.conf` and the skeletal `/etc/httpd/conf.d/001-events.conf` from an existing server.
... ...
\ No newline at end of file