AW: CGI-BIN Help/Advise - editing a file - HOW ?

2010-03-15 Thread Thomas Bätzler
newbie01 perl asked: > At the moment, I have some sort of INI/config file that I edit manually > via vi. These config files are "simple" delimited file that are used by > some of the scripts running on the server. > > I want to be able to the same thing via cgi-bin, can

Re: CGI-BIN Help/Advise - editing a file - HOW ?

2010-03-15 Thread Shlomi Fish
> I want to be able to the same thing via cgi-bin, can anyone advise where to > start. Basically, I want to be able to display the contents of the > INI/config file in some kind of FORM or web page and then allow the user to > be able to edit and save it at the same time. That is do

CGI-BIN Help/Advise - editing a file - HOW ?

2010-03-15 Thread newbie01 perl
Hi, At the moment, I have some sort of INI/config file that I edit manually via vi. These config files are "simple" delimited file that are used by some of the scripts running on the server. I want to be able to the same thing via cgi-bin, can anyone advise where to start. Basically,

Re: [OT - maybe] cgi-bin script being run three times?

2005-01-27 Thread Gavin Henry
-- Just getting into the best language ever... Fancy a [EMAIL PROTECTED] Just ask!!! > On Thu, 27 Jan 2005, Gavin Henry wrote: > >> my rsync.cgi script that I was taking about earlier, when run via >> cgi-bin, >> ps- aux soshow three copies of the same command. >>

Re: [OT - maybe] cgi-bin script being run three times?

2005-01-27 Thread Chris Devers
On Thu, 27 Jan 2005, Gavin Henry wrote: > my rsync.cgi script that I was taking about earlier, when run via cgi-bin, > ps- aux soshow three copies of the same command. > > Does a cgi process fork 3 times, or is this an apache feature? No, and no. Of course, there must be a reas

[OT - maybe] cgi-bin script being run three times?

2005-01-27 Thread Gavin Henry
Dear all, my rsync.cgi script that I was taking about earlier, when run via cgi-bin, ps- aux soshow three copies of the same command. Does a cgi process fork 3 times, or is this an apache feature? A bit OT I know. -- Kind Regards, Gavin Henry. Managing Director. T +44 (0) 1467 624141 M +44

Re: What are the dangers of leaving a cgi-bin directory CHMOD 777

2003-12-09 Thread Wiggins d Anconia
> > On Dec 8, 2003, at 3:15 PM, Dan Anderson wrote: > > > > > I have a perl script that writes to its directory, and as such > > the directory is CHMOD 777 in my cgi-bin. (Linux box) I figured this > > might be dangerous, but didn't think there w

Re: What are the dangers of leaving a cgi-bin directory CHMOD 777

2003-12-08 Thread drieux
On Dec 8, 2003, at 3:15 PM, Dan Anderson wrote: I have a perl script that writes to its directory, and as such the directory is CHMOD 777 in my cgi-bin. (Linux box) I figured this might be dangerous, but didn't think there was any harm in it. Am I right or will the script kiddi

Re: What are the dangers of leaving a cgi-bin directory CHMOD 777

2003-12-08 Thread R. Joseph Newton
Dan Anderson wrote: > I have a perl script that writes to its directory, and as such > the directory is CHMOD 777 in my cgi-bin. (Linux box) I figured this > might be dangerous, but didn't think there was any harm in it. Am I > right or will the script kiddi

What are the dangers of leaving a cgi-bin directory CHMOD 777

2003-12-08 Thread Dan Anderson
I have a perl script that writes to its directory, and as such the directory is CHMOD 777 in my cgi-bin. (Linux box) I figured this might be dangerous, but didn't think there was any harm in it. Am I right or will the script kiddies be all over me? -Dan -- To unsubscribe, e

RE: Active Perl and cgi-bin problem

2003-08-14 Thread Charles K. Clarkson
Gregory Lewis <[EMAIL PROTECTED]> wrote: : : Well, Apache starts right up no problem, and all my : old web pages work as always, but any known working : .pl file I place in the cgi-bin directory gives me : an Apache "Internal Server Error". Even the simple : helloworld.pl : :

Active Perl and cgi-bin problem

2003-08-14 Thread Gregory Lewis
t installed. I got my hands on mod_perl.so, and I configured Apache2's httpd.conf accordingly, with these lines: LoadFile "D:/Perl/bin/Perl58.dll" LoadModule perl_module modules/mod_perl.so PerlModule Apache2 Well, Apache starts right up no problem, and all my old web pages work a

Re: Free cgi-bin?

2003-03-17 Thread Rus Foster
On Mon, 17 Mar 2003, Liebert, Sander wrote: > > > > Does anyone know of a free cgi-bin. I am having some problems with a > > script and wanted to narrow it down to rule out email. I don't need a > > free website, just a place that can run and execute my script. I hav

Re: Free cgi-bin?

2003-03-17 Thread Brett W. McCoy
On Mon, 17 Mar 2003, Liebert, Sander wrote: > > Does anyone know of a free cgi-bin. I am having some problems with a > > script and wanted to narrow it down to rule out email. I don't need a > > free website, just a place that can run and execute my script. I have > >

Free cgi-bin?

2003-03-17 Thread Liebert, Sander
> Does anyone know of a free cgi-bin. I am having some problems with a > script and wanted to narrow it down to rule out email. I don't need a > free website, just a place that can run and execute my script. I have > searched on google, but I'm only coming up with free

cgi-bin and secure http...

2002-01-27 Thread Matthew Lyon
How do I use secure... -jk- where do I sign up for that-evil-twin-mailing=list of this one that covers cgi perl? -mL -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: CGI-BIN Question

2002-01-18 Thread Hanson, Robert
nt: Friday, January 18, 2002 7:14 PM To: PERL Subject: CGI-BIN Question What do I need to do to run CGI Scripts on a NT box? Thank you Lance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

CGI-BIN Question

2002-01-18 Thread Lance Prais
What do I need to do to run CGI Scripts on a NT box? Thank you Lance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cgi-bin

2001-07-31 Thread todd
How can I tell if my webmaster has the CGI-Bin directory setup properly? Thanks Todd. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CGI-BIN

2001-06-05 Thread Timothy Kimball
ample, if you wanted ~merlyn/cgi to be a cgi-bin, simply: [incantation omitted] : And like magic, it's a CGI bin! And like magic, you've opened up a potential security hole, because you're allowing "general users" who probably know zip about web security to create CGI areas th

Re: CGI-BIN

2001-06-05 Thread Randal L. Schwartz
>>>>> "n6tadam" == n6tadam <[EMAIL PROTECTED]> writes: n6tadam> Perhaps I can join in the conversation?? Are you running apache as your n6tadam> websever? If so, you can specify mutiple aliases so that the main /cgi-bin/ n6tadam> folder is aliased to othe

Re: CGI-BIN

2001-06-05 Thread n6tadam
Hi, Perhaps I can join in the conversation?? Are you running apache as your websever? If so, you can specify mutiple aliases so that the main /cgi-bin/ folder is aliased to other folders of your convienience. If you need help, let me know. Regards, Thomas Adam - Original Message

Re: CGI-BIN

2001-06-05 Thread Hasanuddin Tamir
On Tue, 5 Jun 2001, Exile <[EMAIL PROTECTED]> wrote, > Hi All, Hi Exile, > I 've try to write some CGI scripts, however, I have to put my scripts in > cgi-bin.. so... anybody tell me what is this? The cgi-bin directory is by convetionally a place to put all CGI progra

RE: cgi-bin

2001-05-24 Thread King, Jason
justin todd writes .. >Can anyone tell me if with IIS on NT4.0 you need to create a cgi-bin or >if you set the file permissions through the IIS Manager? there are two things that you need to do 1. in the IIS admin the directory that you're using as your scripting directory ne

cgi-bin

2001-05-24 Thread justin todd
Hi. Can anyone tell me if with IIS on NT4.0 you need to create a cgi-bin or if you set the file permissions through the IIS Manager?

Re: Use of uninitialized value in string eq atI:\Inetpub\wwwroot\PL1\cgi-bin\members_admin.pl line 66.

2001-05-17 Thread bmccoy
On Thu, 17 May 2001, Davidhayesmoats wrote: > I have a perl script running and i keep getting this error message: > Use of uninitialized value in string eq at >I:\Inetpub\wwwroot\PL1\cgi-bin\members_admin.pl line 66. > > The code from that area is: > > # decide task acc

Use of uninitialized value in string eq at I:\Inetpub\wwwroot\PL1\cgi-bin\members_admin.pl line 66.

2001-05-17 Thread Davidhayesmoats
I have a perl script running and i keep getting this error message: Use of uninitialized value in string eq at I:\Inetpub\wwwroot\PL1\cgi-bin\members_admin.pl line 66. The code from that area is: # decide task according to mode if ($mode eq "menu") < line 66 { # Menu