aws-samples / aws-refarch-wordpress

This reference architecture provides best practices and a set of YAML CloudFormation templates for deploying WordPress on AWS.
MIT No Attribution
1.08k stars 601 forks source link

Edit apache settings? #55

Open thefirebrandforge opened 5 years ago

thefirebrandforge commented 5 years ago

Forgive me for being somewhat new to this. How does one make a permanent change to Apache settings?

Editing apache server settings seems necessary to enable WordPress permalinks. I've noticed some plugins don't install, giving a 504 error. I suppose this has to do with apache settings as well.

Would a shell script appended to the user data section in the ec2 launch configuration be the best(only?) solution?