How to configure Apache on Amazon Elastic Beanstalk
Posted
by
Ian
on Server Fault
See other posts from Server Fault
or by Ian
Published on 2012-03-25T00:46:24Z
Indexed on
2012/04/02
17:32 UTC
Read the original article
Hit count: 394
php5
|amazon-beanstalk
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)?
© Server Fault or respective owner