speedycgi-users Mailing List for SpeedyCGI
Brought to you by:
samh
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
(4) |
Mar
(12) |
Apr
(3) |
May
(1) |
Jun
(10) |
Jul
(12) |
Aug
(2) |
Sep
(8) |
Oct
(10) |
Nov
(4) |
Dec
(4) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
|
Mar
(12) |
Apr
(1) |
May
(18) |
Jun
(1) |
Jul
(3) |
Aug
(3) |
Sep
(9) |
Oct
(21) |
Nov
(11) |
Dec
(2) |
| 2004 |
Jan
(6) |
Feb
(1) |
Mar
(2) |
Apr
(1) |
May
(10) |
Jun
(3) |
Jul
(4) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(6) |
Aug
(4) |
Sep
(1) |
Oct
(3) |
Nov
(2) |
Dec
(1) |
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Alex T. <al...@ac...> - 2009-02-27 20:09:57
|
On Fri, 27 Feb 2009 18:37:29 +0000, Lyle wrote > Hi All, > Not much seems to have happened for 3 years. Is this project still > going? > > Lyle > Not as far as I know. It still works though. |
|
From: Lyle <web...@co...> - 2009-02-27 18:37:48
|
Hi All, Not much seems to have happened for 3 years. Is this project still going? Lyle |
|
From: Eric L. <spe...@er...> - 2008-07-31 23:43:29
|
I'm wondering if anyone has profiled a script run under speedy. If so what tools did you use. I have a script with a ton of overhead at start up creating database connections and statement handles, but would love to be able to get the profile stats across multiple speedy runs. Any thoughts? Thank you, Eric |
|
From: Larry L. <ll...@te...> - 2008-07-02 18:04:36
|
I just can't seem to figure this out. Whenever I use speedy it causes nss_ldap to be unable to bind to the LDAP server. Everything else using nss_ldap has no issues and once speedy_backend eventually starts up after the timeouts it is fine. Example (using Smokeping): A) Attempt to enter Smokeping website B) Logs for nss_ldap show: Jul 2 10:52:03 speedy_backend: nss_ldap: failed to bind to LDAP server ldaps://<removed>/: Can't contact LDAP server Jul 2 10:52:03 speedy_backend: nss_ldap: reconnecting to LDAP server (sleeping 8 seconds)... Jul 2 10:52:11 speedy_backend: nss_ldap: failed to bind to LDAP server ldaps:// <removed>/: Can't contact LDAP server Jul 2 10:52:11 speedy_backend: nss_ldap: reconnecting to LDAP server (sleeping 16 seconds)... Jul 2 10:52:27 speedy_backend: nss_ldap: failed to bind to LDAP server ldaps://<removed>/: Can't contact LDAP server Jul 2 10:52:27 speedy_backend: nss_ldap: reconnecting to LDAP server (sleeping 32 seconds)... Jul 2 10:52:59 speedy_backend: nss_ldap: failed to bind to LDAP server ldaps://<removed>/: Can't contact LDAP server Jul 2 10:52:59 speedy_backend: nss_ldap: reconnecting to LDAP server (sleeping 64 seconds)... Jul 2 10:54:03 speedy_backend: nss_ldap: failed to bind to LDAP server ldaps:// <removed>/: Can't contact LDAP server Jul 2 10:54:03 speedy_backend: nss_ldap: could not search LDAP server - Server is unavailable C) After about 2 minutes the cgi times out. D) Rentering the Smokeping website with speedy_backend now fully running and there are no other issues. The only lines in /etc/nsswitch.conf that use ldap are: passwd: files ldap [UNAVAIL=return] shadow: files ldap [UNAVAIL=return] group: files ldap [UNAVAIL=return] ---- Larry Low |
|
From: Scott, R. <rl...@ti...> - 2008-05-27 15:51:42
|
I'm looking for some suggestions on what could be causing this.
We're building Speedy 2.22 on Solaris 10 SPARC:
# uname -a
SunOS dskdastip 5.10 Generic_127111-09 sun4u sparc SUNW,Sun-Fire-V240
# gcc --version
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 Free Software Foundation, Inc.
# ./libtool --version
ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
Apache 2.2.8
During the 'make' (GNU Make) run, the compile fails with the following:
------------------------------------
make[1]: Entering directory `/home/xxxgo/CGI-SpeedyCGI-2.22/mod_speedycgi2'
apxs -c -o mod_speedycgi.la '-DSPEEDY_PROGNAME=\"mod_speedycgi2\"
-DSPEEDY_VERSION=\"2.22\" -DSPEEDY_FRONTEND' -I../src -I. mod_speedycgi2.c
speedy_util.c speedy_sig.c speedy_frontend.c speedy_backend.c speedy_file.c
speedy_slot.c speedy_poll.c speedy_ipc.c speedy_group.c speedy_script.c
speedy_opt.c speedy_optdefs.c
/usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
-DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -g
-O2 -I/usr/local/apache2/include -I/usr/local/apache2/include
-I/usr/local/apache2/include -I../src -I. -DSPEEDY_PROGNAME=\"mod_speedycgi2\"
-DSPEEDY_VERSION=\"2.22\" -DSPEEDY_FRONTEND -c -o mod_speedycgi2.lo
mod_speedycgi2.c && touch mod_speedycgi2.slo
mod_speedycgi2.c: In function `discard_script_output':
mod_speedycgi2.c:343: error: syntax error before '{' token
mod_speedycgi2.c: At top level:
mod_speedycgi2.c:347: error: `e' undeclared here (not in a function)
mod_speedycgi2.c:347: error: `buf' undeclared here (not in a function)
mod_speedycgi2.c:347: error: `len' undeclared here (not in a function)
mod_speedycgi2.c:347: warning: data definition has no type or storage class
mod_speedycgi2.c:348: error: syntax error before "if"
mod_speedycgi2.c: In function `cgi_handler':
mod_speedycgi2.c:383: warning: assignment makes pointer from integer without a
cast
mod_speedycgi2.c:468: error: syntax error before '{' token
mod_speedycgi2.c:488: error: `data' undeclared (first use in this function)
mod_speedycgi2.c:488: error: (Each undeclared identifier is reported only once
mod_speedycgi2.c:488: error: for each function it appears in.)
mod_speedycgi2.c:500: error: syntax error before "apr_brigade_cleanup"
mod_speedycgi2.c: At top level:
mod_speedycgi2.c:505: warning: parameter names (without types) in function
declaration
mod_speedycgi2.c:505: warning: data definition has no type or storage class
mod_speedycgi2.c:506: warning: parameter names (without types) in function
declaration
mod_speedycgi2.c:506: warning: data definition has no type or storage class
mod_speedycgi2.c:509: error: syntax error before "if"
mod_speedycgi2.c:515: error: `script_in' undeclared here (not in a function)
mod_speedycgi2.c:515: error: `c' undeclared here (not in a function)
mod_speedycgi2.c:515: warning: initialization makes integer from pointer without
a cast
mod_speedycgi2.c:515: error: initializer element is not constant
mod_speedycgi2.c:515: warning: data definition has no type or storage class
mod_speedycgi2.c:516: error: syntax error before "do"
mod_speedycgi2.c:516: error: syntax error before '->' token
mod_speedycgi2.c:516: error: syntax error before "struct"
mod_speedycgi2.c:516: error: syntax error before "struct"
mod_speedycgi2.c:517: error: redefinition of 'b'
mod_speedycgi2.c:515: error: previous definition of 'b' was here
mod_speedycgi2.c:517: warning: initialization makes integer from pointer without
a cast
mod_speedycgi2.c:517: error: initializer element is not constant
mod_speedycgi2.c:517: warning: data definition has no type or storage class
mod_speedycgi2.c:518: error: syntax error before "do"
mod_speedycgi2.c:518: error: syntax error before '->' token
mod_speedycgi2.c:518: error: syntax error before "struct"
mod_speedycgi2.c:518: error: syntax error before "struct"
mod_speedycgi2.c:524: error: conflicting types for 'location'
mod_speedycgi2.c:511: error: previous declaration of 'location' was here
mod_speedycgi2.c:524: error: `r' undeclared here (not in a function)
mod_speedycgi2.c:524: warning: initialization makes integer from pointer without
a cast
mod_speedycgi2.c:524: error: initializer element is not constant
mod_speedycgi2.c:524: warning: data definition has no type or storage class
mod_speedycgi2.c:526: error: syntax error before "if"
mod_speedycgi2.c:528: warning: parameter names (without types) in function
declaration
mod_speedycgi2.c:528: warning: data definition has no type or storage class
mod_speedycgi2.c:529: warning: parameter names (without types) in function
declaration
mod_speedycgi2.c:529: error: conflicting types for 'log_script_err'
mod_speedycgi2.c:161: error: previous definition of 'log_script_err' was here
mod_speedycgi2.c:529: warning: data definition has no type or storage class
mod_speedycgi2.c:533: error: syntax error before '->' token
mod_speedycgi2.c:540: error: syntax error before '->' token
mod_speedycgi2.c:540: error: conflicting types for 'apr_table_unset'
/usr/local/apache2/include/apr_tables.h:251: error: previous declaration of
'apr_table_unset' was here
mod_speedycgi2.c:540: error: conflicting types for 'apr_table_unset'
/usr/local/apache2/include/apr_tables.h:251: error: previous declaration of
'apr_table_unset' was here
mod_speedycgi2.c:540: warning: data definition has no type or storage class
mod_speedycgi2.c:542: warning: parameter names (without types) in function
declaration
mod_speedycgi2.c:542: error: conflicting types for
'ap_internal_redirect_handler'
/usr/local/apache2/include/http_request.h:166: error: previous declaration of
'ap_internal_redirect_handler' was here
mod_speedycgi2.c:542: error: conflicting types for
'ap_internal_redirect_handler'
/usr/local/apache2/include/http_request.h:166: error: previous declaration of
'ap_internal_redirect_handler' was here
mod_speedycgi2.c:542: warning: data definition has no type or storage class
mod_speedycgi2.c:543: error: syntax error before "return"
mod_speedycgi2.c:550: warning: parameter names (without types) in function
declaration
mod_speedycgi2.c:550: warning: data definition has no type or storage class
mod_speedycgi2.c:551: error: syntax error before "return"
mod_speedycgi2.c:554: error: syntax error before '->' token
mod_speedycgi2.c:554: warning: data definition has no type or storage class
mod_speedycgi2.c:556: warning: parameter names (without types) in function
declaration
mod_speedycgi2.c:556: warning: data definition has no type or storage class
mod_speedycgi2.c:557: warning: parameter names (without types) in function
declaration
mod_speedycgi2.c:557: warning: data definition has no type or storage class
mod_speedycgi2.c:558: error: syntax error before '}' token
mod_speedycgi2.c:569: error: conflicting types for 'cur'
mod_speedycgi2.c:562: error: previous declaration of 'cur' was here
mod_speedycgi2.c:569: warning: data definition has no type or storage class
mod_speedycgi2.c:570: error: syntax error before "while"
mod_speedycgi2.c:575: warning: initialization makes integer from pointer without
a cast
mod_speedycgi2.c:575: error: initializer element is not constant
mod_speedycgi2.c:575: warning: data definition has no type or storage class
mod_speedycgi2.c:576: error: redefinition of 'b'
mod_speedycgi2.c:517: error: previous definition of 'b' was here
mod_speedycgi2.c:576: error: redefinition of 'b'
mod_speedycgi2.c:517: error: previous definition of 'b' was here
mod_speedycgi2.c:576: warning: initialization makes integer from pointer without
a cast
mod_speedycgi2.c:576: error: initializer element is not constant
mod_speedycgi2.c:576: warning: data definition has no type or storage class
mod_speedycgi2.c:577: error: syntax error before "do"
mod_speedycgi2.c:577: error: syntax error before '->' token
mod_speedycgi2.c:577: error: syntax error before "struct"
mod_speedycgi2.c:577: error: syntax error before "struct"
mod_speedycgi2.c:578: error: redefinition of 'b'
mod_speedycgi2.c:576: error: previous definition of 'b' was here
mod_speedycgi2.c:578: error: redefinition of 'b'
mod_speedycgi2.c:517: error: previous definition of 'b' was here
mod_speedycgi2.c:578: warning: initialization makes integer from pointer without
a cast
mod_speedycgi2.c:578: error: initializer element is not constant
mod_speedycgi2.c:578: warning: data definition has no type or storage class
mod_speedycgi2.c:579: error: syntax error before "do"
mod_speedycgi2.c:579: error: syntax error before '->' token
mod_speedycgi2.c:579: error: syntax error before "struct"
mod_speedycgi2.c:579: error: syntax error before "struct"
mod_speedycgi2.c:580: error: syntax error before '->' token
mod_speedycgi2.c:580: warning: data definition has no type or storage class
mod_speedycgi2.c:474: confused by earlier errors, bailing out
apxs:Error: Command failed with rc=65536
.
make[1]: *** [mod_speedycgi.la] Error 1
make[1]: Leaving directory `/home/xxxxgo/CGI-SpeedyCGI-2.22/mod_speedycgi2'
make: *** [subdirs] Error 2
----------------------------------------
_______________________________________
Raymond Scott
IT Operations
Directory & Authenication Services
Texas Instruments
Office: 214.567.8302
Email: rl...@ti...
______________________________________________________
|
|
From: Asarian <as...@xs...> - 2006-10-16 17:06:27
|
Okay, I am a complete noob to SpeedyCGI, so bear with me. :) I just installed SpeedyCGI 2.22 on a FreeBSD 4.11 system, from ports, with Perl 5.8.8. Everything went well. I checked the Makefile, and it had -DIAMSUID set. The program, speedy_suidperl, has u+s set, too. So I start a test: /usr/local/bin/speedy_suidperl /temp/test.pl Gives me two, what I presume are preforked speedy_backend processes. After killing those proceses, now I "su -l testuser", and repeat the process. But to my dismay, the two speedy_backend processes still run as the unprivileged user. How is this whole setuid thing on SpeedyCGI to work anyway? Surely speedy_suidperl cannot just suid to root always, right? Otherwise everyone has root-privileges on the system! Obviously I'm missing some vital information. I would appreciate if someone could clarify matters a bit for me, Thanks, - Mark |
|
From: Erick P. <eap...@gm...> - 2006-09-18 16:10:47
|
Hi, Does the binary RPM available to download is suid? how can I recompile the RPM in order to enable suid on it? Thanks, -- ------------------------------------------------------------ Erick Perez Panama Sistemas Integradores de Telefonia IP y Soluciones Para Centros de Datos Panama, Republica de Panama Cel Panama. +(507) 6694-4780 ------------------------------------------------------------ |
|
From: Michel <mic...@gm...> - 2006-05-11 16:13:51
|
Hi speedy lists member! I have a CGI script making request to my MySQL database every in the script. Everything works. However, if in that script I include a perl subroutine making Mysql request, connection to the database is lost. (subroutines without Mysql requests work and database requests outside subroutines work as well). Do anyone explain me why? Do anyone have an issue for this problem? The only way is to check the database connection... I succeed to do this . Thanks you Bye bye |
|
From: Prakash I. -X \(p. - Digital-X, I. at Cisco\) <pin...@ci...> - 2006-04-22 19:52:57
|
Hi Dan, I tried creating a singleton database handle and I must be doing something wrong. The Application was hanging and the Speedy_backend instance created at this time was running for hours. I removed my attempt at singleton object and added fctnl mentioned in the Speedy docs and everything is fine. Thanks to all for their help.=20 Thanks Prakash -----Original Message----- From: Dan Good [mailto:spe...@go...]=20 Sent: Monday, April 10, 2006 10:58 AM To: Prakash Inuganti -X (pinugant - Digital-X, Inc. at Cisco) Cc: spe...@li... Subject: Re: [Speedycgi-users] Speedy_backend consuming cpu on server=20 The -t30 should cause the script to exit after 30 seconds of inactivity. I think the next question should be, was the script indeed inactive for more than 30 seconds? If it were me, I would check the logs - even if I hadn't manually hit the url recently I'd want to be sure nothing else was happening, such as recursion or an over-ambitious load-balancer/proxy, etc. From the message dated Sun, 09 Apr 2006 13:28:24 PDT: >=20 > Hi, > I am a new user of speedyCGI and to this mailing list. I recently=20 > installed speedyCGI and really enjoyed the performance improvement I=20 > got. But This morning my sysadmin sent me an email saying that=20 > speedy_backend is running about 20 processes and the server load had=20 > crossed the threshold limit. He disabled my executable. >=20 > I used the speedy in shebang line in about 10 scripts and for each one > I added timeout from -t30 to -t180. Doesn't this mean that Perl=20 > process will die after 30 seconds to 180 seconds? What could be the=20 > reason? I haven't used my application for 24 hours before my sys admin > complained and the processes were still running. I am the only one=20 > using the Application right now in development. What happens when I=20 > move it to production where 250 users will be using it. As I am new to > this, I believe I am missing setting some crucial option. Can anyone=20 > help me understand what I am experiencing and how to solve it. I just=20 > added -g and -r2 to my shebang line. Not sure if that will solve the=20 > problem. Any help is appreciated. Thanks in Advance. >=20 > Thanks > Prakash |
|
From: Aaron B. <aa...@sp...> - 2006-04-10 15:07:56
|
I had the same problem on threaded perl... After I recompiled perl (with threaded turned off), speedy worked fine. Regards, Aaron Bazar http://www.dlndln.com/ (speedy enabled) > Hi, > I am a new user of speedyCGI and to this mailing list. I recently > installed speedyCGI and really enjoyed the performance improvement I > got. But This morning my sysadmin sent me an email saying that > speedy_backend is running about 20 processes and the server load had > crossed the threshold limit. He disabled my executable. > > I used the speedy in shebang line in about 10 scripts and for each one > I added timeout from -t30 to -t180. Doesn't this mean that Perl > process will die after 30 seconds to 180 seconds? What could be the > reason? I haven't used my application for 24 hours before my sys admin > complained and the processes were still running. I am the only one > using the Application right now in development. What happens when I > move it to production where 250 users will be using it. As I am new to > this, I believe I am missing setting some crucial option. Can anyone > help me understand what I am experiencing and how to solve it. I just > added -g and -r2 to my shebang line. Not sure if that will solve the > problem. Any help is appreciated. Thanks in Advance. > > Thanks > Prakash ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Speedycgi-users mailing list Spe...@li... https://lists.sourceforge.net/lists/listinfo/speedycgi-users |
|
From: Dan G. <spe...@go...> - 2006-04-10 14:59:05
|
The -t30 should cause the script to exit after 30 seconds of inactivity. I think the next question should be, was the script indeed inactive for more than 30 seconds? If it were me, I would check the logs - even if I hadn't manually hit the url recently I'd want to be sure nothing else was happening, such as recursion or an over-ambitious load-balancer/proxy, etc. From the message dated Sun, 09 Apr 2006 13:28:24 PDT: > > Hi, > I am a new user of speedyCGI and to this mailing list. I recently > installed speedyCGI and really enjoyed the performance improvement I > got. But This morning my sysadmin sent me an email saying that > speedy_backend is running about 20 processes and the server load had > crossed the threshold limit. He disabled my executable. > > I used the speedy in shebang line in about 10 scripts and for each one I > added timeout from -t30 to -t180. Doesn't this mean that Perl process > will die after 30 seconds to 180 seconds? What could be the reason? I > haven't used my application for 24 hours before my sys admin complained > and the processes were still running. I am the only one using the > Application right now in development. What happens when I move it to > production where 250 users will be using it. As I am new to this, I > believe I am missing setting some crucial option. Can anyone help me > understand what I am experiencing and how to solve it. I just added -g > and -r2 to my shebang line. Not sure if that will solve the problem. Any > help is appreciated. Thanks in Advance. > > Thanks > Prakash |
|
From: Prakash I. -X \(p. - Digital-X, I. at Cisco\) <pin...@ci...> - 2006-04-09 20:28:31
|
Hi, I am a new user of speedyCGI and to this mailing list. I recently installed speedyCGI and really enjoyed the performance improvement I got. But This morning my sysadmin sent me an email saying that speedy_backend is running about 20 processes and the server load had crossed the threshold limit. He disabled my executable. I used the speedy in shebang line in about 10 scripts and for each one I added timeout from -t30 to -t180. Doesn't this mean that Perl process will die after 30 seconds to 180 seconds? What could be the reason? I haven't used my application for 24 hours before my sys admin complained and the processes were still running. I am the only one using the Application right now in development. What happens when I move it to production where 250 users will be using it. As I am new to this, I believe I am missing setting some crucial option. Can anyone help me understand what I am experiencing and how to solve it. I just added -g and -r2 to my shebang line. Not sure if that will solve the problem. Any help is appreciated. Thanks in Advance. Thanks Prakash |
|
From: Robin B. <rob...@ro...> - 2005-12-27 18:48:26
|
Hi, I've been using speedcgi to run qpsmtpd on a couple of servers pretty successfully. I'm now setting up my first server on an x86_64 platform and I'm finding that, whilst it starts up OK, I'm getting a segfault when a connection is made to the qpsmtpd server: Dec 27 10:26:44 babelfish kernel: speedy_backend[12356]: segfault at 00000001006 2203f rip 0000003f21a8c9da rsp 00007fffffbd2980 error 6 Is this a known issue? How can I debug this further? Thanks, R. |
|
From: Michael M. <mi...@np...> - 2005-11-15 06:12:29
|
SpeedyCGI has dependencies on perl, not on a webserver. If perl is supposed by a webserver (I think anything above 5.8.0), then speedy is supported on that platform. Michael. > Hi > > Can anyone please tell me whether speedyCGI supports boa web > server or not and what are the web servers supported by speedyCGI? > Thanks in advance. > > Regards, > Shwetha ------- End of Original Message ------- |
|
From: shwetha <sh...@si...> - 2005-11-15 06:02:13
|
Hi=20
Can anyone please tell me whether speedyCGI supports boa web server =
or not and what are the web servers supported by speedyCGI? Thanks in =
advance.
Regards,
Shwetha
|
|
From: Eric L. <eri...@la...> - 2005-10-27 21:05:44
|
Hi,
I'm running speedy-cgi with "RLimitMEM 33554432" in the Apache config.
What I see now is that if perl hits the memory limit (for example,
because of a memory leak caused by a programming error), the
speedy_backend process doesn't exit. It keeps running and accepting
new requests.
Example cgi script:
#!/usr/bin/speedy
print "Content-Type: text/plain\r\n\r\n";
our $num;
$num++;
print "1 pid=$$ num=$num\n";
$a{$num} = "a"x8388608;
printf "2 pid=%d %d\n", $$, scalar keys %a;
When I use this script four times, I get:
1 pid=28649 num=1
2 pid=28649 1
1 pid=28649 num=2
2 pid=28649 2
1 pid=28649 num=3
1 pid=28649 num=4
With the last two requests I also get "[client 10.20.30.16] Out of
memory!" in my Apache error log.
Is it possible to detect this condition and make the backend process
exit, so that the next request gets a fresh start?
thanks,
Eric
|
|
From: Lars T. <la...@th...> - 2005-10-26 19:15:41
|
shwetha wrote: > We have installed p5-CGI-SpeedyCGI.tgz(powerpc) in our board. > It did'nt give any problem while installing but after that when we run a > cgi script it gives an error saying "can't exec /usr/bin/speedy in > sp.cgi line1". Why are we getting this error and what is the cause for > it? Can anyone please help us in this regard? Maybe SpeedyCGI is not installed at '/usr/bin/speedy', or is missing the execute bit? /Lars |
|
From: shwetha <sh...@si...> - 2005-10-26 11:45:37
|
Hi,
We have installed p5-CGI-SpeedyCGI.tgz(powerpc) in our board. It =
did'nt give any problem while installing but after that when we run a =
cgi script it gives an error saying "can't exec /usr/bin/speedy in =
sp.cgi line1". Why are we getting this error and what is the cause for =
it? Can anyone please help us in this regard?
Thanks in advance
-Shwetha |
|
From: Adrian M. <mak...@gm...> - 2005-09-01 02:42:04
|
My system is perl 5.8.6
I downloaded CGI-speedy 2.22
and perform
perl Makefile.pl
make
make test
however fail in make test
t/argv................ok =
=20
t/basic1..............ok =
=20
t/basic2..............ok =
=20
t/be_memleak..........ok 1/2 mem usage went from 5556K to 7600K in 1000 run=
s=20
t/be_memleak..........FAILED test 2 =
=20
Failed 1/2 tests, 50.00% okay
t/begin_block.........ok =
=20
t/begin_dup...........ok =
=20
t/cgi_reset...........ok =
=20
t/chdir...............ok =20
what is the problem ?
|
|
From: Koos P. <koo...@nl...> - 2005-08-22 07:47:26
|
[Delayed due to holidays] On Thursday 11 August 2005 21:23, Noah wrote: > okay openwebmail installs just fine without SpeedyCGI enabled/installed. > so can you please explain to me why SpeedyCGI is not available for command > line scripting. This is just my experience. I've often tried to run Speedy scripts from CLI with little or no success (Linux). My guess is that the Speedy + Perl combo behaves differently w.r.t. communication with the outside world than plain Perl. > can you > please give me some more information here why a manual installation of > SpeedCGI is recommended? and might you shed some light as to why it works > on some FreeBSD machines and not others? No I can't. I have no detailed knowledge of the inner workings of Speedy. I have only personal experience to back it up. Cheers, Koos |
|
From: Michael M. <mi...@np...> - 2005-08-12 01:00:25
|
Hi, > On Fri, 15 Jul 2005 16:56:17 +0200, Koos Pol wrote > > On Friday 15 July 2005 16:25, Noah wrote: > > > are you telling me that my installation procedure is wrong? > > > > Not telling. Only suggesting the possibility. I'm not using > > openwebmail. I'm an only a bystander really. > > > > > 1) install PERL with SUIDPERL enabled > > > > setuidperl is deemed unfit w.r.t. security. In due time you may want > > to try to run it without setuid. > > > > Hi Koos and rest of the list. > > it appears that openwebmail does not operate with out PERL having > SUID Enabled. I am checking the openwebmail developers as to why > their program is designed this way. I don't follow the openwebmail lists or forums, but use openwebmail. So would be interested in the response you get here. Maybe even off list if it's too off topic for speedycgi. Michael. |
|
From: Noah <ad...@en...> - 2005-08-11 19:23:58
|
On Fri, 15 Jul 2005 16:56:17 +0200, Koos Pol wrote > On Friday 15 July 2005 16:25, Noah wrote: > > are you telling me that my installation procedure is wrong? > > Not telling. Only suggesting the possibility. I'm not using > openwebmail. I'm an only a bystander really. > > > 1) install PERL with SUIDPERL enabled > > setuidperl is deemed unfit w.r.t. security. In due time you may want > to try to run it without setuid. > Hi Koos and rest of the list. it appears that openwebmail does not operate with out PERL having SUID Enabled. I am checking the openwebmail developers as to why their program is designed this way. > > 2) install Speedy-CGI > > Seems ok. > > > 3) install openwebmail with SpeedyCGI configured. > > If you get protocol errors here, I bet the installation procedure is > trying to run Perl script(s) with SpeedyCGI. As said earlier, Speedy > is not the cmommand processor you want to use for trivial command > line scripting. My suggestion is to configure for plain Perl, and > switch to Speedy later manually. okay openwebmail installs just fine without SpeedyCGI enabled/installed. so can you please explain to me why SpeedyCGI is not available for command line scripting. this same installation process works just fine on my other FreeBSD machines. its using the same scripts from /usr/ports . can you please give me some more information here why a manual installation of SpeedCGI is recommended? and might you shed some light as to why it works on some FreeBSD machines and not others? thanks in advance, Noah > > Cheers, > Koos > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration > Strategies from IBM. Find simple to follow Roadmaps, straightforward > articles, informative Webcasts and more! Get everything you need to > get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Speedycgi-users mailing list > Spe...@li... > https://lists.sourceforge.net/lists/listinfo/speedycgi-users |
|
From: Noah <ad...@en...> - 2005-08-07 20:31:31
|
On Fri, 15 Jul 2005 16:56:17 +0200, Koos Pol wrote > On Friday 15 July 2005 16:25, Noah wrote: > > are you telling me that my installation procedure is wrong? > > Not telling. Only suggesting the possibility. I'm not using > openwebmail. I'm an only a bystander really. > > > 1) install PERL with SUIDPERL enabled > > setuidperl is deemed unfit w.r.t. security. In due time you may want > to try to run it without setuid. > Hi Koos and rest of the list. it appears that openwebmail does not operate with out PERL having SUID Enabled. I am checking the openwebmail developers as to why their program is designed this way. > > 2) install Speedy-CGI > > Seems ok. > > > 3) install openwebmail with SpeedyCGI configured. > > If you get protocol errors here, I bet the installation procedure is > trying to run Perl script(s) with SpeedyCGI. As said earlier, Speedy > is not the cmommand processor you want to use for trivial command > line scripting. My suggestion is to configure for plain Perl, and > switch to Speedy later manually. okay openwebmail installs just fine without SpeedyCGI enabled/installed. so can you please explain to me why SpeedyCGI is not available for command line scripting. this same installation process works just fine on my other FreeBSD machines. its using the same scripts from /usr/ports . can you please give me some more information here why a manual installation of SpeedCGI is recommended? and might you shed some light as to why it works on some FreeBSD machines and not others? thanks in advance, Noah > > Cheers, > Koos > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration > Strategies from IBM. Find simple to follow Roadmaps, straightforward > articles, informative Webcasts and more! Get everything you need to > get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Speedycgi-users mailing list > Spe...@li... > https://lists.sourceforge.net/lists/listinfo/speedycgi-users |
|
From: Koos P. <koo...@nl...> - 2005-07-15 14:56:28
|
On Friday 15 July 2005 16:25, Noah wrote: > are you telling me that my installation procedure is wrong? Not telling. Only suggesting the possibility. I'm not using openwebmail. I'm an only a bystander really. > 1) install PERL with SUIDPERL enabled setuidperl is deemed unfit w.r.t. security. In due time you may want to try to run it without setuid. > 2) install Speedy-CGI Seems ok. > 3) install openwebmail with SpeedyCGI configured. If you get protocol errors here, I bet the installation procedure is trying to run Perl script(s) with SpeedyCGI. As said earlier, Speedy is not the cmommand processor you want to use for trivial command line scripting. My suggestion is to configure for plain Perl, and switch to Speedy later manually. Cheers, Koos |
|
From: Koos P. <koo...@nl...> - 2005-07-15 14:48:37
|
On Friday 15 July 2005 16:32, Eichert, Diana wrote: > His point is, get it to work with Perl first. Do you > know that it is working without speedy? Thank you :-) Good to have someone around who can rephrase five lines in two :-) Cheers, Koos |