Re: [EMAIL PROTECTED] how to run encrypted executable through apache?

2007-10-13 Thread Vincent Bray
On 14/10/2007, sarta53 <[EMAIL PROTECTED]> wrote: > However, I have made progress. I found that if I wrap a call to the encrypted > perl executable with an unencrypted perl wrapper, it works! > Here is the contents of the wrapper script: > > #!/usr/bin/perl > print `/var/www/cgi-bin/ss.pl.x`; Sil

Re: [EMAIL PROTECTED] how to run encrypted executable through apache?

2007-10-13 Thread sarta53
> I can only guess that something must be different between the user > environment for yourself and the apache user. You might try passing > some environment variables, or else getting your script to output some > debugging information. > > PassEnv LD_LIBRARY_PATH > > That's just a guess though,

Re: [EMAIL PROTECTED] how to run encrypted executable through apache?

2007-10-13 Thread sarta53
> [cgi-bin]$ ss.pl.x > Content-type: text/html > > That's horribly broken. What does your browser do with it? > > -- > Nick Kew> I forgot to mention, I only showed the first few lines of the output. It outputs a complete html file but I left out the rest of it. Kevin __

Re: [EMAIL PROTECTED] Error starting Apache2.2.6

2007-10-13 Thread Nick Kew
On Sat, 13 Oct 2007, Roby Sottini wrote: > The installer file of Apache is "Apache 2.2.6 win32 x86 no_ssl.msi" and > PHP is "PHP 5.2.4 win32 installer.msi". Start with Apache, before complicating things with PHP. If it won't start and the error log doesn't help, run it from the commandline

Re: [EMAIL PROTECTED] Apache using alot of memory

2007-10-13 Thread Nick Kew
On Sat, 13 Oct 2007, Andrew Rimmer wrote: > Hi > > I saw that my apache is running many processes. > Is this normal? Yes, though it depends on what MPM you use. >Each one is using 8M Much of the memory it uss is shared. -- Nick Kew> --

Re: [EMAIL PROTECTED] how to run encrypted executable through apache?

2007-10-13 Thread Nick Kew
On Sat, 13 Oct 2007, sarta53 wrote: [cgi-bin]$ ss.pl.x Content-type: text/html That's horribly broken. What does your browser do with it? -- Nick Kew> - The official User-To-User support forum of the Apache HTTP Server Pr

[EMAIL PROTECTED] Error starting Apache2.2.6

2007-10-13 Thread Roby Sottini
Hi everybody! I'm new with Apache. I trying to run it but it doesn't start and Windows XP show me the following error: szAppName : httpd.exe szAppVer : 2.2.6.0 szModName : unknown szModVer : 0.0.0.0 offset : C:\DOCUME~1\Olinda\CONFIG~1\Temp\WER1a54.dir00\httpd.exe.m

Re: [EMAIL PROTECTED] how to run encrypted executable through apache?

2007-10-13 Thread Nick Kew
On Sat, 13 Oct 2007, sarta53 wrote: > I am using apache that was installed via apt-get onto ubuntu linux 7.04 (it > says version 1.3.34-4.1) Ubuntu is messing you about. You want the package they call "apache2". > The encrypted executable runs fine from the command line, however I am unable to

Re: [EMAIL PROTECTED] how to run encrypted executable through apache?

2007-10-13 Thread Vincent Bray
On 13/10/2007, sarta53 <[EMAIL PROTECTED]> wrote: > Indeed it does work, and the permissions are 755. Here is the output: > > [cgi-bin]$ ss.pl.x > Content-type: text/html > > > > screen >

Re: [EMAIL PROTECTED] how to run encrypted executable through apache?

2007-10-13 Thread sarta53
> Are you sure the executable works from the command line? By 'works', I > mean that it should at least output a Content-Type: some/type line > followed by two newlines to stdout. > > -- > noodl Indeed it does work, and the permissions are 755. Here is the output: [cgi-bin]$ ss.pl.x Content-t

Re: [EMAIL PROTECTED] how to run encrypted executable through apache?

2007-10-13 Thread Vincent Bray
On 13/10/2007, sarta53 <[EMAIL PROTECTED]> wrote: > Thanks for the advice. Indeed, the errorlog said "premature end of script > headers" > > I enabled ScriptLog and don't know what it tells me. Here is the output from > the failed request: > > %% [Sat Oct 13 14:59:04 2007] GET /cgi-bin/ss.pl.x?

[EMAIL PROTECTED] Apache using alot of memory

2007-10-13 Thread Andrew Rimmer
Hi I saw that my apache is running many processes. Is this normal? Each one is using 8M Andrew Process IDOwner Started Command 1 rootOct12 init [2] 9309 syslog Oct12 /sbin/syslogd -u syslog 9428 root Oc

Re: [EMAIL PROTECTED] how to run encrypted executable through apache?

2007-10-13 Thread sarta53
- Original Message From: Vincent Bray <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Saturday, October 13, 2007 1:36:06 PM Subject: Re: [EMAIL PROTECTED] how to run encrypted executable through apache? On 13/10/2007, sarta53 <[EMAIL PROTECTED]> wrote: > I am using apache that was

[EMAIL PROTECTED] Apache Install problems

2007-10-13 Thread rjdani
I'm trying to work my way through the "Beginning PHP5, Apache, MySql Web Development" book i.e. a newbie. I'm having trouble installing Apache on my HP Windows XP it has service pack 2 and is current with updates when I unzipped the httpd-2.2.6-win32-src-r2.zip file I do not see the MSI file mentio

[EMAIL PROTECTED] problem building 2.2.6 on OSX 10.4.10

2007-10-13 Thread Torsten Curdt
I've got some problems building 2.2.6 on OSX 10.4.10. For some reason the build ends up with unmatched #if/endifs. What I did: curl http://apache.mirror.iphh.net/httpd/httpd-2.2.6.tar.gz > httpd-2.2.6.tar.gz tar xzvf httpd-2.2.6.tar.gz cd httpd-2.2.6 ./configure make ... gcc -E -DHAVE_CONF

Re: [EMAIL PROTECTED] how to run encrypted executable through apache?

2007-10-13 Thread Vincent Bray
On 13/10/2007, sarta53 <[EMAIL PROTECTED]> wrote: > I am using apache that was installed via apt-get onto ubuntu linux 7.04 (it > says version 1.3.34-4.1) > > I use a utility called shc (http://aplawrence.com/Linux/shc.html) to > encrypt a perl script by creating an executable by putting a C wrapp

[EMAIL PROTECTED] how to run encrypted executable through apache?

2007-10-13 Thread sarta53
I am using apache that was installed via apt-get onto ubuntu linux 7.04 (it says version 1.3.34-4.1) I use a utility called shc (http://aplawrence.com/Linux/shc.html) to encrypt a perl script by creating an executable by putting a C wrapper around the script. The encrypted executable runs fin

RE: [EMAIL PROTECTED] resubmit: mod_deflate with chunked gzipped input

2007-10-13 Thread Nick Kew
On 13 Oct 2007, at 05:43, Steve Bardsley wrote: > Guys, please ignore the previous patch. There's still a problem. It's > possibly due to cleansing of debug messages. I'll be sure we get the > next one right. Sorry for the wasted bandwidth. Can you supply a testcase that'll reliably reproduce the