How to configure Apache on Amazon Elastic Beanstalk
- by Ian
My PHP5.3 application is currently running on a Windows 2003 server running XAMPP 1.7.7
I've decided it will be better if I can get it moved onto the cloud, and Amazon Elastic Beanstalk looks like the easiest way to go. I'm starting with a 64bit Amazon Linux running PHP 5.3 container. My next step is to limit access to the website with an htpasswd file. I'd rather not use .htaccess files. How do I configure Beanstalk Apache conf file settings (on Windows the settings are stored in httpd.conf)?