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
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
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
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:
>
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]
__
Also make sure that apache is set to watch port 80 and not 8080.
If apache is running and http://localhost/ won't work, try
http://localhost:8080/
--J. Andrew Ennis
"Brooks R. Robinson" wrote:
>
> I'll make the usual suggestion of making sure that apache is running. If
> you ps ax | grep apac
I'll make the usual suggestion of making sure that apache is running. 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:
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
8 matches
Mail list logo