[ixpmanager] issue in Doctrine (IXP Manager)

chandra prakash chandra.mr.prakash at gmail.com
Mon Sep 21 06:22:04 IST 2015


Hi Barry,

Now we completed every step and got some issue at last.

1) chown -R www-data /usr/local/ixp (*Not able to execute this command*)

*Explanation:-* This command is optional or mandatory ? because *www-data*
user is not available and I think no instruction to add this user.

2) *Forbidden*  You don't have permission to access /ixp/ on this server.

*Explanation:-* For this issue we added in Apache configuration file.
*                              1)* *DirectoryIndex index.php (*Apache
Error: No matching DirectoryIndex (index.html/index.php) found
*)              2)**Require all granted (*This is because CentOS 7 use
Apache 2.4 and it need “Require all granted” specified in VirtualHost entry
*)*

Alias /ixp /usr/local/ixp/public
<Directory /usr/local/ixp/public>
 *DirectoryIndex index.php*
 Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from all*  Require all granted*

    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>

Now it's show me php page (*attached in mail*) after execution
*http://hostname/ixp/ <http://hostname/ixp/>. I mean to say PHP not able to
parse the index.php. *

*I also did it again in separate machine but same issue.*

Regards,
Prakash


On Fri, Sep 18, 2015 at 2:11 PM, Barry O'Donovan <barry.odonovan at inex.ie>
wrote:

>
>
> On 18/09/2015 08:28, chandra prakash wrote:
>
>> It's Done Now :-)
>> We are on the next phase.
>>
>
> Super!
>
> *Solution for Centos7.1 :- *
>>
>> *[root at nixi ~]# ln -s /usr/share/pear/Doctrine /usr/share/php*
>>
>
> 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.
>
> 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.
>
>  - Barry
>
> _______________________________________________
> INEX IXP Manager mailing list
> ixpmanager at inex.ie
> https://www.inex.ie/mailman/listinfo/ixpmanager
>



-- 
--------------------------------
Chandra Prakash
Sr Internet Resource Analyst
National Internet Exchange of India
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20150921/603252bc/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ixp.pdf
Type: application/pdf
Size: 39027 bytes
Desc: not available
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20150921/603252bc/attachment.pdf>


More information about the ixpmanager mailing list