<div dir="ltr"><div><div><div><div>Hi Barry,<br><br></div>Now we completed every step and got some issue at last.<br><br>1) <code>chown -R www-data /usr/local/ixp (<b>Not able to execute this command</b>)<br></code></div><code><b><br>Explanation:-</b> This command is optional or mandatory ? because </code><code><code><b>www-data</b> user is not available and I think no instruction to add this user.<br><br>2) <b>Forbidden</b>  You don't have permission to access /ixp/ on this server.<br><br></code></code><code><b>Explanation:-</b> For this issue we added in Apache configuration file.<br></code><b>                              1)</b> <code><b>DirectoryIndex index.php (</b>Apache Error: No matching DirectoryIndex (index.html/index.php) found<b>)<br>              2)</b></code><code><b>Require all granted (</b>This is because CentOS 7 use Apache 2.4 and it need “Require all granted” specified in VirtualHost entry<b>)<br></b></code><pre><code>Alias /ixp /usr/local/ixp/public
<Directory /usr/local/ixp/public><br> <b>DirectoryIndex index.php</b><br> Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from all
<b>  Require all granted</b><br>
    SetEnv APPLICATION_ENV production

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} -s [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^.*$ - [NC,L]
    RewriteRule ^.*$ /ixp/index.php [NC,L]

</Directory></code></pre><code>Now it's show me php page (<b>attached in mail</b>) after execution </code><code><b><code><a href="http://hostname/ixp/" target="_blank">http://hostname/ixp/</a>. I mean to say PHP not able to parse the index.php. <br></code></b></code></div><div><code><b><code>I also did it again in separate machine but same issue.<br></code></b></code></div><div><code><b><code><br></code></b></code></div><code><code>Regards,<br></code></code></div><code><code>Prakash</code><b><code><br></code></b></code><div><div><code><b><code><br></code></b> </code></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 18, 2015 at 2:11 PM, Barry O'Donovan <span dir="ltr"><<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 18/09/2015 08:28, chandra prakash wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It's Done Now :-)<br>
We are on the next phase.<br>
</blockquote>
<br></span>
Super!<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
*Solution for Centos7.1 :- *<br>
<br>
*[root@nixi ~]# ln -s /usr/share/pear/Doctrine /usr/share/php*<br>
</blockquote>
<br>
If that works for you, great! The better solution from a documentation point of view would be to point to the correct directory for CentOS 7.<br>
<br>
As an aside, these library issues are all solved in v4 which is under development as we've moved to PHP / Composer for dependency management.<span class=""><br>
<br>
 - Barry<br>
<br>
_______________________________________________<br>
INEX IXP Manager mailing list<br>
<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a><br>
</span><a href="https://www.inex.ie/mailman/listinfo/ixpmanager" rel="noreferrer" target="_blank">https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">--------------------------------<br>Chandra Prakash<br>Sr Internet Resource Analyst<br>National Internet Exchange of India<br><br></div></div>
</div></div>