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...@
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
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
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
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
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
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
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
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
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
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
* 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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"
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
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
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
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
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
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
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
>
> 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
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] .
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
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
41 matches
Mail list logo