Re: apache-newby: permissions?

2000-08-09 Thread Johann Spies
On Tue, Aug 08, 2000 at 10:59:31PM -0500, Gerardo Mauricio Sarria wrote: > > You have to put in your srm.conf: > > AddHandler cgi-script .cgi > > And, in your access.conf (in the directory where you'll put your cgi's): > > Options ExecCGI ... Thanks. Johann -- J.H. Spies, Hugenotestraat 2

Re: apache-newby: permissions?

2000-08-08 Thread Gerardo Mauricio Sarria
You have to put in your srm.conf: AddHandler cgi-script .cgi And, in your access.conf (in the directory where you'll put your cgi's): Options ExecCGI ... On Tue, 8 Aug 2000, Johann Spies wrote: > I have succeeded in setting

Re: apache-newby: permissions?

2000-08-08 Thread staf
On Tue, 8 Aug 2000, Johann Spies wrote: > My next problem is that I do not know how to configure apache to allow > me as user to execute .cgi-scripts from the server. > > When I try it I get the following error message: > > Forbidden > >You don't have permission to access /cgi-bin/sql-ledger

apache-newby: permissions?

2000-08-08 Thread Johann Spies
I have succeeded in setting up apache on my single computer and get netscape and lynx to communicate with it. My next problem is that I do not know how to configure apache to allow me as user to execute .cgi-scripts from the server. When I try it I get the following error message: Forbidden

Re: Apache-newby

2000-07-27 Thread Johann Spies
Done. But it still does not work. > > From: Johann Spies [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 27, 2000 9:19 AM > > To: Adrian Thiele > > Subject: Re: Apache-newby > > > > > > On Thu, Jul 27, 2000 at 08:59:44AM -0400, Adrian Thiele wrote: >

Re: Apache-newby

2000-07-27 Thread Johann Spies
Adrian, > try http://127.0.0.1 Thanks for your reply. The result on both lynx and netscape is the same: Error 404 Not found - file doesn't exist or is read protected [even tried multi] __

Re: Apache-newby

2000-07-26 Thread Joseph Andrew Ennis
ng. If > you ps ax | grep apache, you should get a list of process id's for apache, > and hence it is running. > > > -Original Message- > > From: Johann Spies [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, July 26, 2000 12:06 PM > > To: debian-user@lis

RE: Apache-newby

2000-07-26 Thread Brooks R. Robinson
2000 12:06 PM > To: debian-user@lists.debian.org > Subject: Apache-newby > > > I am a total newby as far as apache goes. > > After seeing a demonstration on php I want to use netscape and apache > on my single machine. I have a dialup-connection to my ISP. > > I have

Re: Apache-newby

2000-07-26 Thread Thomas Guettler
if "ping localhost" fails, you have to add a loopback device: see /etc/network/interfaces ---( # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface iface lo inet loopback ---) (at least on potato) On Wed, Jul 26, 2000 at 07:05:55PM +0200, Johann Spies

Apache-newby

2000-07-26 Thread Johann Spies
I am a total newby as far as apache goes. After seeing a demonstration on php I want to use netscape and apache on my single machine. I have a dialup-connection to my ISP. I have apache running with DocumentRoot defined as /var/www and ServerAdmin as [EMAIL PROTECTED] How do I get Netscape and