Re: [us...@httpd] How to change https port from 443

2008-12-31 Thread sarta53
> 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

Re: [us...@httpd] How to change https port from 443

2008-12-31 Thread sarta53
> 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

[us...@httpd] How to change https port from 443

2008-12-31 Thread sarta53
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

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] 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 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

[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