I am trying to create virtualhost for my wordpress project, which is the EC 2 example by Apache 2.4 with PPAP-FPM Hosted on Most resources are being loaded (mostly scripts and other PHP 404 errors) and when I look at the error log for the virtual host, I get the following errors
[ Tuesday 17 01: 01: 56.026492 2015] [Proxy_fisi: error] [22] Illegal logic: [customer 173.79.19.155:61617] A.H.01075: Error for sending request: (sending output filter to brigade), referer : Http: /52.21.13.15/project/ [Tue 17 01: 01: 56.816915 2015] [Proxy_Fix: Error] [Page 28 9 5] [Client 173.79.19.155:61618] AH 01068: False Edition 116, Referrer: http: // 52.21 found. 23.15 / Project /
Below is my virtual host part
& lt; VirtualHost *: 80 & gt; ServerName project.com ServerAllace www.project.com DocumentRoot / var / www / html / project ProxyPassmach ^ / (. * .php (/.*)?)$ fcgi: //127.0.0.1: 9000 / var / www / html / Project / $ 1 & lt; Directory / var / www / html / project & gt; Option Index Follow-up Simlinks AllowArrayide All the necessary & lt; / Directory & gt; Error log /var/www/html/project/logs/error.log & lt; / VirtualHost & gt;
and below is the address portion of the php-fpm configuration.
; The address at which FASTCGI requests are to be accepted; Valid syntax are:; 'Ip.add.re.ss: port' - to listen to a TCP socket at a specific address; A specific port; ; 'Port' - listen to a TCP socket at all addresses at one address; Specific port; ; '/ Path / to / unix / socket' - to listen to a unix socket; Note: this value is mandatory = 127.0.0.1:9000
Please help! I have seen everywhere and can not get the solution. I allow all traffic from EC2 to all the ports, I tried all kinds of combinations for different Apache instructions, and I tried JS Attempted to add all the HTML and proxypace match items too.
What is the reason? Help is greatly appreciated.
No comments:
Post a Comment