Page 3 of 3

Re: Error 404 HTTP not found

Posted: Wed Apr 03, 2013 9:11 am
by slansing
That was tried on page one, and I believe once before in the three similar threads leading up to this one.

Re: Error 404 HTTP not found

Posted: Fri Apr 05, 2013 10:14 am
by devilsguest
Do you have any one who support post installation issues.....Because this is the thing that I am doing for my Office. I want to do it myself instead of handing it over to someone.Hope, my posts might be irritating you but it's just my fascination to work on nagios and it's configs.

Thanks

Re: Error 404 HTTP not found

Posted: Fri Apr 05, 2013 10:26 am
by abrist
This really is not post install related. This is most definitely install-related. You grabbed the apache source instead of installing from repos which means you need a bunch of modules and php and system config. This is not a fast route to a working install. If you need this up and working for your office, you should look at provisioning a new box (or wiping this one) and starting with a clean system. Install the nagios dependencies from your repos as much as possible (including apache). That is how you originally had it 3 threads ago and you were only having problems with htpasswd and vhosts (the final steps to a working apache setup). So you were close. I fear that, as of now, you are much, much farther away from a working install. Building apache from source for software like nagios takes quite a bit of work: you need to get the right modules, write your own configs, set up permissions, install and configure php, etc. It most definitely can be done, but it is not suggested for those who are unfamiliar with apache and nagios.

My suggestions would be to start over, or at least install apache from the repos. If you want to continue to attempt to set up apache from source, the apache community is a better place for the help you will most definitely need.

We do what we can to support each and everyone, but some communities are better for certain types of help.

Re: Error 404 HTTP not found

Posted: Fri Apr 05, 2013 1:18 pm
by devilsguest
Got you, Thank you very much for your patience. I am sorry to bug you for longer time and doubts which we couldn't reslove. Appreciate your information :) .

Re: Error 404 HTTP not found

Posted: Fri Apr 05, 2013 2:10 pm
by devilsguest
I have a quick question. Can we configure nagios using any other webservers....like IHS or IIS

Re: Error 404 HTTP not found

Posted: Fri Apr 05, 2013 3:11 pm
by abrist
No. I have heard of people running it in nginx, but they also have to run apache along side of it for the cgis. As nagios runs on linux, and the frontend relies heavily on access to the backend, non-linux solutions are right out.