> sarta53 wrote:
> >
> > there is no /etc/httpsd directory, and there is no https.conf anywhere on
> > my
> system.
> Look in the /etc/apache directory for sub-directories.
> In one of those, there is certainly a file that contains a line like
> Listen 443
&g
> sarta53 wrote:
> > How do I prevent apache from binding to port 443? I want incoming port 443
> available for ssh logins and HTTPS support is not needed so only want apache
> to
> bind to port 80
> >
> > My /etc/apache/httpd.conf has port 80, but no mention o
How do I prevent apache from binding to port 443? I want incoming port 443
available for ssh logins and HTTPS support is not needed so only want apache to
bind to port 80
My /etc/apache/httpd.conf has port 80, but no mention of 443 anywhere, yet
netstat reveals it binding to port 443.
Alterna
> 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,
> [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
__
> 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
- 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
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