Re: grapher.cgi not rendering
Peter Rojas <[email protected]>
| Newsgroups | gmane.network.cricket.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Anna, Try checking to see if the httpd daemon is executing the htttp.conf config file you modified (or force it to use that). I once inherited a system that had 3 apache web servers installed(running simultaneously on multiple ips) and I ran into a similar problems. Try using: httpd -f /path/to/your/config/httpd.conf -k restart -peter -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Peter Rojas Programmer, Center for Geotechnical Modeling Civil & Environmental Engineering University of California, Davis [email protected] 530.754.6031 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Anna Liu wrote: > Thank you for all feedbacks. It was my mistake pasting wrong line for the > grapher.cCi in my previous note. I've tried many times in grapher.cgi > for sure. > > Here is another test for web server's configuraiton by creating > "first.pl", but still no luck. Getting conntents display instead of > "Hello, World.". > > #!/usr/bin/perl > print "Content-type: text/html\n\n"; > print "Hello, World."; > > > Have tried various settings in httpd.conf. None of them working.. Does > anyone has a working sample of httpd.conf which running Apache 2.0 and can > be referred? > > >From the message in error.log, suEXEC is enabled: > > [Sun Jan 21 15:50:24 2007] [notice] suEXEC mechanism enabled (wrapper: > /usr/sbin/suexec) > > > Here is what I have in httpd.conf: > > UserDir public_htm > > ScriptAlias /cgi-bin/ "/home/cricket/public_html/cricket" > > <Directory /home/cricket/public_html/cricket> > Options SymLinksIfOwnerMatch +ExecCGI > AddHandler cgi-script .cgi .pl > </Directory> > > > Regards, > > Anna Liu - [email protected] > > (408)927-2846 Tie: 457-2846 > > > > > "Marc Powell" <[email protected]> > Sent by: [email protected] > 01/22/2007 01:23 PM > > To > <[email protected]> > cc > > Subject > Re: [cricket-users] grapher.cgi not rendering > > > > > > > > > >> -----Original Message----- >> From: [email protected] >> > [mailto:cricket-users- > >> [email protected]] On Behalf Of Anna Liu >> Sent: Monday, January 22, 2007 12:24 PM >> To: [email protected] >> Subject: [cricket-users] grapher.cgi not rendering >> >> Spent couple days followed the "Installing Cricket for the Complete >> Beginner", I thought I have Cricket installed until going to the URL >> > with > >> //localhost/~cricket/cricket/grapher.cgi. It displays the text >> > content > >> of grapher.cgi itself, not graph. Seems like perl is not working. >> > > More likely that you haven't told apache to execute CGI scripts as > opposed to displaying them. I don't have a 2.0 installation of apache > handy but under 1.x things you'd look for are -- > > Loading the cgi_module > AddHandler cgi-script .cgi > > Apache 2.x settings may vary, consult the apache documentation to be > sure. > > >> 127.0.0.1 - - [21/Jan/2007:15:54:02 -0800] "GET >> /~cricket/cricket/grapher.cci HTTP/1.1" 404 302 "-" "Mozilla/5.0 (X11; >> > U; > >> Linux i686; en-US; rv:1.8.0.9) Gecko/20061215 Red Hat/1.5.0.9-0.1.el4 >> Firefox/1.5.0.9" >> > > Did you munge the log entry above or is it really called grapher.cCi? > > -- > Marc > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > cricket-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cricket-users > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > cricket-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cricket-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV