Re: Having trouble allowing cgi script on jessie

2014-08-31 Thread Chris
On 08/26/2014 01:42 AM, Harry Putnam wrote: > Can anyone coach me toward running a really small web service on my > home lan that allows cgi in any directory? You could enable debug logging and post log entries. Is mod-cgi enabled? -- Christian -- To UNSUBSCRIBE, email to debian-user-requ...@

Re: Having trouble allowing cgi script on jessie

2014-08-25 Thread John Bleichert
On 08/25/2014 07:42 PM, Harry Putnam wrote: Running jessie with apache2-2.4.10-1 < major snip > I've been running apache/cgi on wheezy for quite a while (apache 2.2) and FreeBSD before that. I tried mod_perl with apache 2.4 and could not get it to work. As far as I can tell this is NOT a D

Having trouble allowing cgi script on jessie

2014-08-25 Thread Harry Putnam
OK, I googled a while and ended up adding ExecCGI and a handler to /etc/apache2/apache2.conf so it looks like this: Options Indexes FollowSymLinks ExecCGI AllowOverride None Require all granted AddHandler cgi-script .cgi .pl But cgi scripts just open as files with perl code. It doesn&#

Re: run perl cgi script

2006-05-21 Thread linux china
andlers",     # actions unrelated to filetype. These can be either built into     # the server or added with the Action command (see below).     #     # If you want to use server side includes, or CGI outside     # ScriptAliased directories, uncomment the following lines.     #     # To use CGI scri

RE: run perl cgi script

2006-05-19 Thread Jerry DuVal
side includes, or CGI outside     # ScriptAliased directories, uncomment the following lines.     #     # To use CGI scripts:     #     AddHandler cgi-script .cgi .sh .pl   From: linux china [mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 10:41 AM To: debian-user@lists.debian.or

run perl cgi script

2006-05-19 Thread linux china
hi, I run a perl script which is put on /usr/lib/cgi-bin directory from IE, but a download window appears instead of returning the result. I say the cgi.load in the directory /etc/apache2/mods-enabled/, but I can't see mod_cgi by greping the output of apache2ctl -l, so could someone help me? why th

Re: RH -> Debian migration breaks CGI script under Apache

2005-09-01 Thread Jon Dowland
I suggest starting a new message, rather than replying to an unrelated one, when you are asking a new question. By replying to an unrelated question your message will appear threaded with the first discussion and could be passed over by people who may otherwise be able to help you. Yours, -- Jon

RH -> Debian migration breaks CGI script under Apache

2005-08-31 Thread Mark Calleja
I've recently upgraded our webserver from RH 7.3 to Debian "etch", installed Apache2 and all seems fine, except one CGI script no longer functions correctly even though as far as I can tell I've reproduced the Apache configuration options on the new machine. At the nub

Re: apache and suexec breaks my cgi script

2002-06-09 Thread Derrick 'dman' Hudson
On Sat, Jun 08, 2002 at 12:20:27AM -0500, Derrick 'dman' Hudson wrote: | I've been beating my head into a wall trying to figure out why my | "hello world" cgi script won't run. It turns out that disabling | suexec (which is enabled by default in the apache packag

Re: apache and suexec breaks my cgi script

2002-06-08 Thread Derrick 'dman' Hudson
On Sat, Jun 08, 2002 at 01:03:19AM -0700, Vineet Kumar wrote: | * Derrick 'dman' Hudson ([EMAIL PROTECTED]) [020607 22:10]: | > [2002-06-07 23:55:40]: emerg: cannot get docroot information | > (/home/dman) | | > drwx--x--x 92 dman dman 4096 Jun 8 00:13 /home/dman | | These 2 lines

Re: apache and suexec breaks my cgi script

2002-06-08 Thread Paolo Alexis Falcone
Last Sat, Jun 08, 2002 at 01:03:19AM -0700, Vineet Kumar wrote: > * Derrick 'dman' Hudson ([EMAIL PROTECTED]) [020607 22:10]: > > [2002-06-07 23:55:40]: emerg: cannot get docroot information > > (/home/dman) > > > drwx--x--x 92 dman dman 4096 Jun 8 00:13 /home/dman > > These 2 line

Re: apache and suexec breaks my cgi script

2002-06-08 Thread Vineet Kumar
* Derrick 'dman' Hudson ([EMAIL PROTECTED]) [020607 22:10]: > [2002-06-07 23:55:40]: emerg: cannot get docroot information > (/home/dman) > drwx--x--x 92 dman dman 4096 Jun 8 00:13 /home/dman These 2 lines seem to make me think the problem is somehow related to not having +r on /ho

apache and suexec breaks my cgi script

2002-06-08 Thread Derrick 'dman' Hudson
I've been beating my head into a wall trying to figure out why my "hello world" cgi script won't run. It turns out that disabling suexec (which is enabled by default in the apache package) makes the problems vanish. Now I want to know what is causing the problem. I skimmed

[OT] Please comment cgi script

2002-02-21 Thread Krzysztof Mazurczyk
Hi all, If I may ask for your comments. I have to set on my webserver pages written by someone. One of file which must be put in cgi-bin directory is following script (only this two lines). #!/usr/bin/env bash ./foo bar.html The whole construction looks dangerous for me. I'm thinking about hard

Re: CGI script using perl

2001-08-12 Thread John Toon
On 12 Aug 2001 15:27:37 +0530, [EMAIL PROTECTED] wrote: > Suppose I am having an HTML form that calls a CGI script wriiten in Perl (hosted by a > Linux Server) : > 1. Does the fresh program I have written and labelled as , say, action.pl > ... Yes, it's generally a go

CGI script using perl

2001-08-12 Thread shyamk
Suppose I am having an HTML form that calls a CGI script wriiten in Perl (hosted by a Linux Server) : 1. Does the fresh program I have written and labelled as , say, action.pl ... Does it automatically get compiled and run by the HTML page/ form that calls it ? 2. Or do I have to make it

Re: [OT]: apache won't run cgi-script

2001-05-17 Thread Matthew Dalton
Cameron Matheson wrote: > I'm having a little trouble w/ apache. When I go to my page (www.mifix.net), > it says i don't have permission to execute the script. Everything's fine as > far as permissions on the script go, so I'm assuming this is something > wrong w/ my httpd.conf, anyone seen this

[OT]: apache won't run cgi-script

2001-05-17 Thread Cameron Matheson
Hey, I'm having a little trouble w/ apache. When I go to my page (www.mifix.net), it says i don't have permission to execute the script. Everything's fine as far as permissions on the script go, so I'm assuming this is something wrong w/ my httpd.conf, anyone seen this before? Thanks, Cameron M

Re: cannot run pgps in a cgi script under apache

1999-12-18 Thread John Pearson
On Fri, Dec 17, 1999 at 01:17:10PM +1100, Shao Zhang wrote > Ethan Benson [EMAIL PROTECTED] wrote: > > On 17/12/99 Shao Zhang wrote: > > > > > I have no other choice. I need it to read the shadow passwd. It > > > is only accessible within a private network and all traffic is > > > SSL encryp

Re: cannot run pgps in a cgi script under apache

1999-12-17 Thread Shao Zhang
Ethan Benson [EMAIL PROTECTED] wrote: > On 17/12/99 Shao Zhang wrote: > > > I have no other choice. I need it to read the shadow passwd. It > > is only accessible within a private network and all traffic is > > SSL encrypted. So I guess it is pretty secure. > > well reading shadow pas

Re: cannot run pgps in a cgi script under apache

1999-12-17 Thread Ethan Benson
On 17/12/99 Shao Zhang wrote: I have no other choice. I need it to read the shadow passwd. It is only accessible within a private network and all traffic is SSL encrypted. So I guess it is pretty secure. well reading shadow password files from apache is bad anyway (i a

Re: cannot run pgps in a cgi script under apache

1999-12-17 Thread Shao Zhang
Ethan Benson [EMAIL PROTECTED] wrote: > On 17/12/99 Shao Zhang wrote: > > > I have configured apache to run as root(Both User and Group). > > very bad I know. > > I have tried to use SetEnv PGPPATH /root/.pgp with no luck. > > sounds like environment problems, should that PGPPA

Re: cannot run pgps in a cgi script under apache

1999-12-17 Thread Ethan Benson
On 17/12/99 Shao Zhang wrote: I have configured apache to run as root(Both User and Group). very bad Now, I have a cgi perl script which calls pgps to sign a message. It works fine if I run it locally, but when I run it from the web, I got the following error

cannot run pgps in a cgi script under apache

1999-12-17 Thread Shao Zhang
Hi, I have configured apache to run as root(Both User and Group). Now, I have a cgi perl script which calls pgps to sign a message. It works fine if I run it locally, but when I run it from the web, I got the following error from pgps: Cannot open configura

dos2unix perl/cgi script debug help

1998-08-22 Thread Paul Miller
This script, posted earlier on this list, has one major problem: it doesn't send the file! If "use strict;" is removed, it'll send the file, but it is _larger_ than the original file... I'm thinking that it needs some type of indicator that it is finished sending the file.. I'd really apprecia

Re: cgi script for dos2unix and unix2dos

1998-08-16 Thread Brian Schau
Tried it and got: Forbidden You don't have permission to access /~nicholas/convert.cgi on this server Nicholas J. Leon wrote: > > On Sun, 16 Aug 1998, Paul Miller wrote: > > # On Sat, 15 Aug 1998, John wrote: > # > # > If nobody else wants to do this, I will. Except users will have

Re: cgi script for dos2unix and unix2dos

1998-08-16 Thread Nicholas J. Leon
On Sun, 16 Aug 1998, Paul Miller wrote: # On Sat, 15 Aug 1998, John wrote: # # > If nobody else wants to do this, I will. Except users will have to upload # > the text (i have a lame java applet that lets you upload from your # > browser) then it would Have the switches and a Okay button. I

Re: cgi script for dos2unix and unix2dos

1998-08-16 Thread Paul Miller
On Sat, 15 Aug 1998, John wrote: > If nobody else wants to do this, I will. Except users will have to upload > the text (i have a lame java applet that lets you upload from your > browser) then it would Have the switches and a Okay button. I see no need > for password though. If you want it pass

Re: cgi script for dos2unix and unix2dos

1998-08-16 Thread John
der .oOo. --- On Sat, 15 Aug 1998, Paul Miller wrote: > > Anyone have a cgi script for the dos2unix and unix2dos commands? > > I'm not talented in html or cgi scripts, so I can't exactly make one. > Here

cgi script for dos2unix and unix2dos?

1998-08-16 Thread Paul Miller
Anyone have a cgi script for the dos2unix and unix2dos commands? I'm not talented in html or cgi scripts, so I can't exactly make one. Here's how I thought it might work: 1) web page: 2 radio switches, 1st=dos2unix, 2nd=unix2dos 2 small text fields "ok"

Re: CGI script for telnet or shell access

1998-01-25 Thread David Goodwin
On Thu, 22 Jan 1998, R. Chris Ross wrote: > > I am looking for a means of running a CGI script that would be > able to do a function similar to telnet. The idea would be that I could > access a Linux machine by means of any web browser and do standard shell > operations. C

Re: CGI script for telnet or shell access

1998-01-25 Thread W Paul Mills
On Thu, 22 Jan 1998, R. Chris Ross wrote: > > I am looking for a means of running a CGI script that would be > able to do a function similar to telnet. The idea would be that I could > access a Linux machine by means of any web browser and do standard shell > operations. C

Re: CGI script for telnet or shell access

1998-01-25 Thread W Paul Mills
On Thu, 22 Jan 1998, R. Chris Ross wrote: > > I am looking for a means of running a CGI script that would be > able to do a function similar to telnet. The idea would be that I could > access a Linux machine by means of any web browser and do standard shell > operations. C

CGI script for telnet or shell access

1998-01-23 Thread jim
R. Chris Ross writes: > I am looking for a means of running a CGI script that would be > able to do a function similar to telnet. The idea would be that I could > access a Linux machine by means of any web browser and do standard shell > operations. Currently I work at

Re: CGI script for telnet or shell access

1998-01-23 Thread Dave Thayer
On Thu, 22 Jan 1998, R. Chris Ross wrote: > > I am looking for a means of running a CGI script that would be > able to do a function similar to telnet. The idea would be that I could > access a Linux machine by means of any web browser and do standard shell > operations. C

Re: CGI script for telnet or shell access

1998-01-23 Thread Ian Keith Setford
oking for a means of running a CGI script that would be > able to do a function similar to telnet. The idea would be that I could > access a Linux machine by means of any web browser and do standard shell > operations. Currently I work at a k12 school district and it is extremely > common

CGI script for telnet or shell access

1998-01-23 Thread R. Chris Ross
I am looking for a means of running a CGI script that would be able to do a function similar to telnet. The idea would be that I could access a Linux machine by means of any web browser and do standard shell operations. Currently I work at a k12 school district and it is extremely

RE: CGI SCRIPT

1997-11-02 Thread Valerio VALDEZ Paolini
> > I mean to be able to control the URL listed in the location window. > I do JavaScript and I am learning CGI/Perl but I don't know much in it yet. > If you mean "to be able to change something stored by Netscape", I'm quite sure that you can't, because this would be a privacy break: if

RE: CGI SCRIPT

1997-11-01 Thread Collin Rose
I mean to be able to control the URL listed in the location window. I do JavaScript and I am learning CGI/Perl but I don't know much in it yet. Collin -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

RE: CGI Script

1997-11-01 Thread Ralph Winslow
On 01-Nov-97 Collin Rose wrote: > >Can anyone tell me how to create or where I can get a CGI script that will >allow me >to specify the ADDRESS that appears in the URL window? Is this possible? Sure it's possible. It's easy if you know perl and a little HTML. Do you, when

CGI Script

1997-11-01 Thread Collin Rose
  Can anyone tell me how to create or where I can get a CGI script that will allow me to specify the ADDRESS that appears in the URL window? Is this possible?   Collin