Re: [1/8OT] How to open .cgi

2012-03-11 Thread Mark Neidorff
On Saturday 10 March 2012 10:50:14 pm David Christensen wrote: > On 03/10/2012 05:03 PM, Mark Neidorff wrote: > > You misunderstand CGI. It is a way that a script that generates a web > > page can have that page displayed in a browser window. CGI is internal > > to the web browser. You use a lan

Re: [1/8OT] How to open .cgi

2012-03-10 Thread David Christensen
On 03/10/2012 05:03 PM, Mark Neidorff wrote: You misunderstand CGI. It is a way that a script that generates a web page can have that page displayed in a browser window. CGI is internal to the web browser. You use a language like perl or whatever to generate the script that the web server pick

Re: [1/8OT] How to open .cgi

2012-03-10 Thread Mark Neidorff
On Wednesday 07 March 2012 11:53:02 pm lina wrote: > Hi, > > I don't know how to run .cgi in debian (or iceweasle) > > I put it in > > :/var/www/try$ ls -l > > total 4 > -rwxr-xr-x 1 root root 212 Mar 8 12:29 hello.cgi > > Thanks for any suggestions, > > Best regards, You misunderstand CGI.

Re: [1/8OT] How to open .cgi

2012-03-09 Thread David Christensen
On 03/07/2012 11:47 PM, lina wrote: Do you use podwebserver? I use Apache: 2012-03-09 21:53:39 dpchrist@p43400e ~ $ sudo apache2 -v Server version: Apache/2.2.16 (Debian) Server built: Feb 5 2012 21:02:00 David -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian

Re: [1/8OT] How to open .cgi

2012-03-09 Thread David Christensen
On 03/07/2012 09:58 PM, lina wrote: # df -h /usr/lib/cgi-bin/ Filesystem Size Used Avail Use% Mounted on /dev/sda915G 7.2G 7.0G 51% /usr is the /usr/lib/cgi-bin/ big enough if keep those scripts there, or better use some links? 7.0 GB = 7.5 billion bytes (7.5E+09), which is fa

Re: [1/8OT] How to open .cgi

2012-03-07 Thread lina
On Thu, Mar 8, 2012 at 1:13 PM, David Christensen wrote: > On 03/07/2012 08:53 PM, lina wrote: >> >> I don't know how to run .cgi in debian (or iceweasle) > > > Start here: > >    http://wiki.debian.org/Apache > > > To install Apache, run the following command (as root): > >    # apt-get install a

Re: [1/8OT] How to open .cgi

2012-03-07 Thread David Christensen
On 03/07/2012 08:53 PM, lina wrote: I don't know how to run .cgi in debian (or iceweasle) Start here: http://wiki.debian.org/Apache To install Apache, run the following command (as root): # apt-get install apache2 The file system location for CGI scripts is set in the Apache defau

Re: [1/8OT] How to open .cgi

2012-03-07 Thread Kelly Clowers
On Wed, Mar 7, 2012 at 20:53, lina wrote: > Hi, > > I don't know how to run .cgi in debian (or iceweasle) > > I put it in > > :/var/www/try$ ls -l > total 4 > -rwxr-xr-x 1 root root 212 Mar  8 12:29 hello.cgi > Do you have a web server with a cgi interface setup (e.g. Apache with mod_cgi)? Chee