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
> 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
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,
--
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.
>>
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
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
>
> 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
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
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
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
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
:
:
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
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
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
> >
> 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
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]
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
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]
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]
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
>>>>> "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
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
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
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
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?
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
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
27 matches
Mail list logo