hello, try adding '/' at the end of your url to loook like:
http://yourserver/cacti/ i had that same problem before (404), only to find out that alias in in apache (actually lighttpd) needs slash at the end of url. hth. On Wed, Jun 11, 2008 at 1:09 PM, Joyce Gutierrez <[EMAIL PROTECTED]> wrote: > Hi again, > > Im sorry I was not able to give you the info you were expecting from me and > thank you again so much,ΓΌ > > Below are the output for steps 1 and 2: > > 1. > > [EMAIL PROTECTED] app]# telnet x.x.x.x 80 > Trying x.x.x.x... > Connected to community.some.com (x.x.x.x). > Escape character is '^]'. > 2. > > HTTP/1.1 404 Not Found > Date: Thu, 12 Jun 2008 05:05:12 GMT > Server: Apache/2.2.3 (CentOS) > Content-Length: 291 > Connection: close > Content-Type: text/html; charset=iso-8859-1 > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> > <html><head> > <title>404 Not Found</title> > </head><body> > <h1>Not Found</h1> > <p>The requested URL /cacti was not found on this server.</p> > <hr> > <address>Apache/2.2.3 (CentOS) Server at community.some.com Port > 80</address> > </body></html> > > thanks, > joyce > > > ----- Original Message ---- > From: fooler mail <[EMAIL PROTECTED]> > To: Philippine Linux Users' Group (PLUG) Technical Discussion List > <[email protected]> > Sent: Wednesday, June 11, 2008 11:59:31 AM > Subject: Re: [plug] CentOS Cacti Installation problem > > On 6/11/08, Joyce Gutierrez <[EMAIL PROTECTED]> wrote: >> >> Hi fooler, >> >> thanks for replying, I really hope you could help me, > > i will and the rest of the people here will help you :-> > >> here are the output for the questions you posted: > > you didnt follow exactly according from my instruction :-> we will do > it again.. this time.. ill make it simple instead of using http > version 1.1.. we will do it using http version 1.0 > > 1. telnet <ip address of your cacti server> 80 > > the instruction above tells you that you will going to telnet to your > cacti server at tcp port 80.. for example your cacti server ip address > is 192.168.0.1, this is the command that you are going to type in your > linux prompt (usually the last character of linux prompt is $ sign) > > $ telnet 192.168.0.1 80 <press enter> > > this instruct telnet to connect to ip address 192.168.0.1 tcp port > 80... tcp port 80 is the port number for http protocol... > > in case you see the output such like this: > > $ telnet 192.168.0.1 80 > Trying 192.168.0.1... > telnet: connect to address 192.168.0.1: Connection refused > telnet: Unable to connect to remote host: Connection refused > > this indicates that you didnt properly configure your apache program > or there is a firewall blocking tcp port 80 going to 192.168.0.1.. if > the latter is the problem.. i will give you a separate instruction > for this.. i will just assuming that there is no firewall in there... > > if you see the telnet output such like this: > > $ telnet 192.168.0.1 80 > Trying 192.168.0.1... > Connected to www.yourcactiserver.com (192.168.0.1). > Escape character is '^]'. > > then we are good to go for the next step below as telnet already > connected to tcp port 80. This means that your apache is properly > installed and run. > > 2. when you see this string output "Escape character is '^]'."... the > apache server is waiting for an input and the input prompt is just > below that of that string ouput above.. you type this and take note of > the case sensitivity while typing: > > GET /cacti HTTP/1.0 <enter> > <enter> > > type it as what exactly shown above.. thats it... type GET space > /cacti space HTTP/1.0 and press enter twice... > > the output above determines what went wrong with your cacti.conf > configuration file... > > show me the output of steps number 1 and 2 and i can already pinpoint > where your problem is.. > > fooler. > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > http://lists.linux.org.ph/mailman/listinfo/plug > Searchable Archives: http://archives.free.net.ph > > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > http://lists.linux.org.ph/mailman/listinfo/plug > Searchable Archives: http://archives.free.net.ph > -- edel _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

