Re: Application url not getting hosted on web browser

2016-03-28 Thread Rumeha rizwan
Hi The rpm -qf command is working fine now, It is returning the package name that is owning the file. But I'm not able to start the httpd service. Can you give me a solution for this. I'm enclosing the screenshot of the output. Please give a solution to start httpd service it wil be very helpful t

Re: Application url not getting hosted on web browser

2016-03-28 Thread Rumeha rizwan
Hi Can you please tell me a reliable link from where I can download apache-mod-rewrite plugin. Because when I try to download it using the yum install command provided in the document i get a error that there are no more mirrors to try for download that is the reason "rubygem-openshift-origin-fron

Re: Application url not getting hosted on web browser

2016-03-28 Thread Rumeha rizwan
Hi No i didn't use my own method to install openshift, I installed it through openshift comprehensive deployment guide. I'm providing the link below. I will explicitly try installing the package. https://docs.openshift.org/origin-m4/oo_deployment_guide_comprehensive.html#the-node-host Regards

Re: Application url not getting hosted on web browser

2016-03-28 Thread Nakayama Kenjiro
Hi, Your 'rpm -qf' says that 01_openshift_origin_node_servername.conf is not owend by any packages. The file should be owend by "rubygem-openshift-origin-frontend-apachedb" package. (Please see below.) https://github.com/openshift/origin-server/blob/84d6c56080fb4cecb7e7010be23ec07aafe8244b/p

Re: Application url not getting hosted on web browser

2016-03-28 Thread Rumeha rizwan
Hi I'm enclosing the screenshot of the ouput. I have the file, but the second command when i run it shows command not found Regards Rumeha On Mon, Mar 28, 2016 at 12:26 PM, Nakayama Kenjiro < nakayamakenj...@gmail.com> wrote: > Hi, > > Before httpd failed to start, I can see that you installed

Re: Application url not getting hosted on web browser

2016-03-28 Thread Nakayama Kenjiro
Hi, Before httpd failed to start, I can see that you installed httpd manually. httpd package should have been installed during your installation. I am wondering if your installation (Node) failed... Could you please check if you have this file or not? # rpm -qf /etc/httpd/conf.d/01_openshi

Re: Application url not getting hosted on web browser

2016-03-27 Thread Nakayama Kenjiro
Hi, It says your host(192.168.3.27)'s 80 port rejects the request. Please check your iptables and httpd process as below. 1. iptables # iptables -L -n |grep 80 ACCEPT tcp -- 0.0.0.0/00.0.0.0/0 state NEW tcp dpt:80 2. httpd process # netstat -anp |grep ::80

Re: Application url not getting hosted on web browser

2016-03-27 Thread Rumeha rizwan
Hi, Currently i have application abc running so i'm using the url of application abc which is in domain localhost. I'm enclosing the screenshot of what i got when i ran the url with curl command. Regards Rumeha On Mon, Mar 28, 2016 at 11:16 AM, Nakayama Kenjiro < nakayamakenj...@gmail.com> wrote

Re: Application url not getting hosted on web browser

2016-03-27 Thread Nakayama Kenjiro
Hi, Could you please tell us what message you get by "curl -vvv http://firstphp2-broker.example.com";? Regards, Kenjiro On Mon, Mar 28, 2016 at 2:28 PM, Rumeha rizwan wrote: > Hi > > I have installed openshift on centos 6.7. I have used two separate systems > for broker & node. Openshift is wo