Skip to main content

All Questions

0 votes
1 answer
184 views

HTTPS and HSTS headers issue

In my scenario we currently have www3.example.com routing through a few different paths. Could you please advise how we should correct this to be a better approach, possibly just redirecting even? &...
samtech's user avatar
  • 11
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,245
0 votes
1 answer
571 views

upgrading freetype/compiling php gd extension

On Amazon Linux 2 for elastic beanstalk php, it comes with freetype 2.3.11 which doesn't render fonts correct for my project so I downloaded freetype 2.10.1 and built without/with harfbuzz according ...
Dean Williams's user avatar
0 votes
1 answer
269 views

Missing the "Type" attribute from Amazon SNS message

https://docs.aws.amazon.com/sns/latest/dg/sns-message-and-json-formats.html#http-subscription-confirmation-json I read the above guide that is showing the "Type" attribute in the demonstration. ...
Angus chang's user avatar
0 votes
1 answer
177 views

Update freetype version for PHP on amazon linux 2

I am trying to update freetype on amazon elastic beanstalk php but not sure of the full process. It comes with freetype 2.3.11 which is quite old and is causing problems with my application. I have ...
Dean Williams's user avatar
0 votes
1 answer
265 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
-1 votes
1 answer
737 views

Amazon Linux AMI doesn't have php 7.1.3 (it only installs php 7.1.28)

I had in ec2 instance with AWS, when running following commands, 1 yum update -y 2 yum install -y httpd24 php71 mysql56-server php71-mysqlnd will install only php 7.1.28, but i want php 7.1.3 (...
arun's user avatar
  • 99
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
0 votes
1 answer
3k views

curl (48) An unknown option was passed in to libcurl, cannot install composer

I'm trying to install composer via cURL but I cannot find how to download the phar archive. I've installed cURL from source activating in it's build ssl and ssh compatibility; I need composer to have ...
Edgar Sampere's user avatar