Esri/resource-proxy

How to install the PHP proxy on EC2 (Amazon Linux 2)

slead opened this issue · 1 comments

slead commented

I'm a novice at Linux admin issues so I could use some advice on how to install the PHP version of the proxy on an AWS EC2 (Amazon Linux 2) machine.

This is possibly related to #372 (?)

I note that the proxy_log.log file is never created although the directory is writeable. Here is the directory listing (these files are unchanged after the git clone):

Screen Shot 2022-06-21 at 9 55 22 am

I added the following to /etc/httpd/conf/httpd.conf:

<IfModule php5_module>
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps

    <IfModule dir_module>
        DirectoryIndex index.html index.php
    </IfModule>
</IfModule>

Thanks for any advice as to why the PHP proxy isn't working correctly.

Closing. This repo is no longer maintained and will be archived shortly.