[ixpmanager] issue in Doctrine (IXP Manager)

Marty Strong marty at cloudflare.com
Mon Sep 21 10:31:27 IST 2015


Give this a try for the 403 issue in your Apache configuration:

Change this:

<Directory /user/local/ixp/public>
	Order deny,allow
	Allow from all

To this:
<Directory /user/local/ixp/public>
	Order deny,allow
	Require all granted


Regards,
Marty Strong
--------------------------------------
CloudFlare - AS13335
Network Engineer
marty at cloudflare.com
+65 9178 8502 SG
+44 7584 906 055 UK
smartflare (Skype)

http://www.peeringdb.com/view.php?asn=13335

> On 21 Sep 2015, at 17:28, Barry O'Donovan <barry.odonovan at inex.ie> wrote:
> 
> 
> 
> On 21/09/2015 09:16, chandra prakash wrote:
>> I already did it, and my colleague Mr. Nitin  tried to install
>> IXP-Manager on Ubuntu and got the same issue.
> 
> I can't imagine you got the **same** issue on Ubuntu.
> 
> Looks like the CentOS7 issue is SELinux. Try the following:
> 
> 
> chcon -t httpd_sys_content_t /usr/local/ixp -R
> chcon -t httpd_sys_rw_content_t /usr/local/ixp/var -R
> 
> 
> - Barry
> 
>> chown -R apache: /usr/local/ixp
>> chown -R apache:apache /usr/local/ixp
>> 
>> [root at nixi ~]# ps -ef | grep httpd
>> root     18423 18378  0 12:41 pts/0    00:00:00 grep --color=auto httpd
>> apache   22238 28320  0 03:37 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
>> apache   22239 28320  0 03:37 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
>> apache   22240 28320  0 03:37 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
>> apache   22241 28320  0 03:37 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
>> apache   22242 28320  0 03:37 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
>> apache   25586 28320  0 04:16 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
>> root     28320     1  0 Sep20 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
>> [root at nixi ~]#
>> 
>> 
>> On Mon, Sep 21, 2015 at 12:37 PM, Barry O'Donovan
>> <barry.odonovan at inex.ie <mailto:barry.odonovan at inex.ie>> wrote:
>> 
>> 
>>    Hi,
>> 
>>    On 21/09/2015 07:22, chandra prakash wrote:
>> 
>>        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.
>> 
>> 
>>    I think the user is 'apache' on CentOS - try:
>> 
>>    chown -R apache: /usr/local/ixp
>> 
>>    Otherwise try and figure out what Apache is running as (e.g. ps -ef
>>    | grep httpd)
>> 
>> 
>>    <snip>
>> 
>>        |Now it's show me php page (*attached in mail*) after execution
>>        ||*|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.
>> 
>> 
>>    Right, looks like you have an Apache/PHP issue. I'm not sufficiently
>>    familiar with CentOS to help. Try:
>> 
>>    https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-6
>> 
>>    If that doesn't work, let me know and I might spin up a CentOS VM
>>    and see where the instructions breakdown.
>> 
>> 
>>      - Barry
>> 
>> 
>>    _______________________________________________
>>    INEX IXP Manager mailing list
>>    ixpmanager at inex.ie <mailto:ixpmanager at inex.ie>
>>    https://www.inex.ie/mailman/listinfo/ixpmanager
>> 
>> 
>> 
>> 
>> --
>> --------------------------------
>> Chandra Prakash
>> Sr Internet Resource Analyst
>> National Internet Exchange of India
>> 
>> 
>> 
>> _______________________________________________
>> INEX IXP Manager mailing list
>> ixpmanager at inex.ie
>> https://www.inex.ie/mailman/listinfo/ixpmanager
>> 
> 
> -- 
> 
> Kind regards,
> Barry O'Donovan
> INEX Operations
> 
> Mob: +353 86 801 7669
> Tel: +353  1 685 4220
> 
> +-------------------------------+-------------------------------------+
> | Open Source Solutions Ltd.    | INEX Operations Team            |
> | 52 Sandwith Street Lower,     | Internet Neutral Exchange       |
> | Dublin D02 WR26, Ireland      | Association, 4027 Kingswood Road,   |
> |                               | Citywest Business Campus, Dublin 24 |
> | http://www.opensolutions.ie/  | http://www.inex.ie/             |
> +-------------------------------+-------------------------------------+
> _______________________________________________
> INEX IXP Manager mailing list
> ixpmanager at inex.ie
> https://www.inex.ie/mailman/listinfo/ixpmanager



More information about the ixpmanager mailing list