Discussion:
[cricket-users] Unable to get graphs
Michael
2009-07-29 18:58:18 UTC
Permalink
I have an issue with suexec, and it is killing me.

According to my logs suexec is enabled.

[Wed Jul 29 14:36:03 2009] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)

And following is my http.conf directive.



SuexecUserGroup "#524" "#525"

<Directory "/home/*/public_html">
Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI
AddHandler cgi-script .cgi

AllowOverride None
Allow from all
Order allow,deny
</Directory>

However when I load the grapher

http://XXX.XXX.XXX.XXX/~cricket/cricket/grapher.cgi

I get this error in my suexec log

[2009-07-29 14:46:19]: uid: (524/cricket) gid: (525/525) cmd: grapher.cgi
[2009-07-29 14:46:19]: cannot stat program: (grapher.cgi)



Please help.
Michael
2009-07-29 19:38:27 UTC
Permalink
Ok. But how do you fix?
Looks like it cant find the path/file grapher.cgi
-----Original Message-----
Sent: Wed Jul 29 14:58:18 2009
Subject: [cricket-users] Unable to get graphs
I have an issue with suexec, and it is killing me.
According to my logs suexec is enabled.
/usr/sbin/suexec)
And following is my http.conf directive.
SuexecUserGroup "#524" "#525"
<Directory "/home/*/public_html">
Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI
AddHandler cgi-script .cgi
AllowOverride None
Allow from all
Order allow,deny
</Directory>
However when I load the grapher
http://XXX.XXX.XXX.XXX/~cricket/cricket/grapher.cgi
I get this error in my suexec log
[2009-07-29 14:46:19]: uid: (524/cricket) gid: (525/525) cmd: grapher.cgi
[2009-07-29 14:46:19]: cannot stat program: (grapher.cgi)
Please help.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
cricket-users mailing list
https://lists.sourceforge.net/lists/listinfo/cricket-users
Dierlam, Andy David
2009-07-29 19:43:00 UTC
Permalink
http://cricket.sourceforge.net/support/cricket-users-archive/0750.html

find out where suexec thinks it should be - like /var/www/cgi-bin or whatever, and either make links to that dir.
ln -s /path/to/grapher.cgi /var/www/cgi-bin , etc

Thanks,
Andy

________________________________

From: Michael [mailto:***@gmail.com]
Sent: Wed 7/29/2009 3:38 PM
To: Dierlam, Andy David
Cc: cricket-***@lists.sourceforge.net
Subject: Re: [cricket-users] Unable to get graphs


Ok. But how do you fix?


On Wed, Jul 29, 2009 at 3:29 PM, Dierlam, Andy David <***@primustel.com> wrote:


Looks like it cant find the path/file grapher.cgi


-----Original Message-----
From: Michael <***@gmail.com>
To: cricket-***@lists.sourceforge.net <cricket-***@lists.sourceforge.net>
Sent: Wed Jul 29 14:58:18 2009
Subject: [cricket-users] Unable to get graphs

I have an issue with suexec, and it is killing me.

According to my logs suexec is enabled.

[Wed Jul 29 14:36:03 2009] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)

And following is my http.conf directive.



SuexecUserGroup "#524" "#525"

<Directory "/home/*/public_html">
Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI
AddHandler cgi-script .cgi

AllowOverride None
Allow from all
Order allow,deny
</Directory>

However when I load the grapher

http://XXX.XXX.XXX.XXX/~cricket/cricket/grapher.cgi

I get this error in my suexec log

[2009-07-29 14:46:19]: uid: (524/cricket) gid: (525/525) cmd: grapher.cgi
[2009-07-29 14:46:19]: cannot stat program: (grapher.cgi)



Please help.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
cricket-users mailing list
cricket-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cricket-users
Michael
2009-07-29 20:12:50 UTC
Permalink
Andy, this is very frustrating. I created the the symlink however i am still
getting the same message in my suexec log.How can i determine where suexec
is looking for the file?
Post by Dierlam, Andy David
http://cricket.sourceforge.net/support/cricket-users-archive/0750.html
find out where suexec thinks it should be - like /var/www/cgi-bin or
whatever, and either make links to that dir.
ln -s /path/to/grapher.cgi /var/www/cgi-bin , etc
Thanks,
Andy
________________________________
Sent: Wed 7/29/2009 3:38 PM
To: Dierlam, Andy David
Subject: Re: [cricket-users] Unable to get graphs
Ok. But how do you fix?
On Wed, Jul 29, 2009 at 3:29 PM, Dierlam, Andy David <
Looks like it cant find the path/file grapher.cgi
-----Original Message-----
Sent: Wed Jul 29 14:58:18 2009
Subject: [cricket-users] Unable to get graphs
I have an issue with suexec, and it is killing me.
According to my logs suexec is enabled.
/usr/sbin/suexec)
And following is my http.conf directive.
SuexecUserGroup "#524" "#525"
<Directory "/home/*/public_html">
Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI
AddHandler cgi-script .cgi
AllowOverride None
Allow from all
Order allow,deny
</Directory>
However when I load the grapher
http://XXX.XXX.XXX.XXX/~cricket/cricket/grapher.cgi
I get this error in my suexec log
[2009-07-29 14:46:19]: uid: (524/cricket) gid: (525/525) cmd: grapher.cgi
[2009-07-29 14:46:19]: cannot stat program: (grapher.cgi)
Please help.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
cricket-users mailing list
https://lists.sourceforge.net/lists/listinfo/cricket-users
Dierlam, Andy David
2009-07-29 20:20:02 UTC
Permalink
What is the path of grapher.cgi ? Do a long list "ls -l" of both the linked and real file.
then post the error_logs from apache & su exec log. After change.


________________________________

From: Michael [mailto:***@gmail.com]
Sent: Wed 7/29/2009 4:12 PM
To: Dierlam, Andy David
Cc: cricket-***@lists.sourceforge.net
Subject: Re: [cricket-users] Unable to get graphs


Andy, this is very frustrating. I created the the symlink however i am still getting the same message in my suexec log.
How can i determine where suexec is looking for the file?


On Wed, Jul 29, 2009 at 3:43 PM, Dierlam, Andy David <***@primustel.com> wrote:


http://cricket.sourceforge.net/support/cricket-users-archive/0750.html

find out where suexec thinks it should be - like /var/www/cgi-bin or whatever, and either make links to that dir.
ln -s /path/to/grapher.cgi /var/www/cgi-bin , etc

Thanks,
Andy

________________________________

From: Michael [mailto:***@gmail.com]
Sent: Wed 7/29/2009 3:38 PM
To: Dierlam, Andy David
Cc: cricket-***@lists.sourceforge.net
Subject: Re: [cricket-users] Unable to get graphs



Ok. But how do you fix?


On Wed, Jul 29, 2009 at 3:29 PM, Dierlam, Andy David <***@primustel.com> wrote:


Looks like it cant find the path/file grapher.cgi


-----Original Message-----
From: Michael <***@gmail.com>
To: cricket-***@lists.sourceforge.net <cricket-***@lists.sourceforge.net>
Sent: Wed Jul 29 14:58:18 2009
Subject: [cricket-users] Unable to get graphs

I have an issue with suexec, and it is killing me.

According to my logs suexec is enabled.

[Wed Jul 29 14:36:03 2009] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)

And following is my http.conf directive.



SuexecUserGroup "#524" "#525"

<Directory "/home/*/public_html">
Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI
AddHandler cgi-script .cgi

AllowOverride None
Allow from all
Order allow,deny
</Directory>

However when I load the grapher

http://XXX.XXX.XXX.XXX/~cricket/cricket/grapher.cgi

I get this error in my suexec log

[2009-07-29 14:46:19]: uid: (524/cricket) gid: (525/525) cmd: grapher.cgi
[2009-07-29 14:46:19]: cannot stat program: (grapher.cgi)



Please help.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
cricket-users mailing list
cricket-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cricket-users

Dierlam, Andy David
2009-07-29 19:29:45 UTC
Permalink
Looks like it cant find the path/file grapher.cgi

-----Original Message-----
From: Michael <***@gmail.com>
To: cricket-***@lists.sourceforge.net <cricket-***@lists.sourceforge.net>
Sent: Wed Jul 29 14:58:18 2009
Subject: [cricket-users] Unable to get graphs

I have an issue with suexec, and it is killing me.

According to my logs suexec is enabled.

[Wed Jul 29 14:36:03 2009] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)

And following is my http.conf directive.



SuexecUserGroup "#524" "#525"

<Directory "/home/*/public_html">
Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI
AddHandler cgi-script .cgi

AllowOverride None
Allow from all
Order allow,deny
</Directory>

However when I load the grapher

http://XXX.XXX.XXX.XXX/~cricket/cricket/grapher.cgi

I get this error in my suexec log

[2009-07-29 14:46:19]: uid: (524/cricket) gid: (525/525) cmd: grapher.cgi
[2009-07-29 14:46:19]: cannot stat program: (grapher.cgi)



Please help.
Continue reading on narkive:
Loading...