Skip to main content

All Questions

0 votes
1 answer
744 views

Install PHP 5.5 on Amazon Linux 2

I want to use the AWS PHP SDK on Amazon Linux 2. I thought this should be easy. I've enabled the epel repo which has php-aws-sdk version 2.8.31. But the developer guide recommends version 3. SDK ...
Elliott B's user avatar
  • 1,265
0 votes
1 answer
266 views

AWS EC2, Network calls in browser (https) are resolving to http, 301 redirect, unauthorized

I am hosting a website at https://website.com When a user logs in, there are many network calls using javascript (VueJS/axios) to get their data. That network calls all use the path https://website....
Zach Vander Velden's user avatar
0 votes
1 answer
35 views

PHP Script on AWS Runs at 5% instead of 100%

The PHP Script below is currently being hosted on a c3.large EC2 instance, with instance storage plus a SSD mount for MySQL. The file the script is reading is on one of the instance storage devices. ...
Jeffrey L. Roberts's user avatar
1 vote
1 answer
3k views

Cannot access AWS webserver using public IP

I have a free AWS account and have set up a EC2 Virtual machine on Windows Server 2008 R2. I use RDP to access the VM. I have set up XAMPP and deployed my PHP application in it. I can access it ...
enemetch's user avatar
  • 151
1 vote
1 answer
89 views

amazon ec2 intance rhel7 ftp not downloading

this is driving me insane. i am trying to download files using FTP. i tried with PHP's FTP, the FTP binary, WGET, none of them work. They all have the same problem. When get command is initiated, the ...
user2914191's user avatar