> -----Original Message-----
> From: Yaakov Chaikin [mailto:[EMAIL PROTECTED] 
> Sent: Friday, July 13, 2007 5:58 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Forbidden...
> 
> Yes, it IS configured to work only with localhost. However, that
> wasn't my question. I wanted to know why I am getting the right
> response when I do:
> http://localhost/apcupsd/multimon.cgi
> and getting "Forbidden" when I do:
> http://localhost/apcupsd/

First - look in the error log to see the exact reason why it is Forbidden.

Next - This is a cgi-bin directory so you shouldn't have "Options Indexes" set 
- you can't list a cgi directory for security reasons. BTW, you don't need 
"Options ExecCGI" either - the ScriptAlias is sufficient. So - just remove the 
Options line altogether.

I see what you're trying to do, but I'm not sure that DirectoryIndex works in 
CGI dirs..

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> 
> On 7/12/07, Hamilton Vera <[EMAIL PROTECTED]> wrote:
> > With this conf, it will only work for localhost requests
> >
> >
> >     Order deny,allow
> >     Deny from all
> >     Allow from 127.0.0.1
> >     Allow from ::1 (by the way I never saw this before)
> >
> >
> > Please correct if I am wrong
> >
> > Maybe you can get more tips looking in the error_log.
> >
> >
> > []´s
> >
> > Hamilton Vera
> > int Administrator (char Network[],char ComputationalSystems[]);
> > http://antispam.br/
> > "Google is my shepherd, no want shall I know"
> >
> > On Thu, 12 Jul 2007, Yaakov Chaikin wrote:
> >
> > > Hi,
> > >
> > > I have the following config file which came with apcupsd. I am a
> > > newbie at configuring Apache, so please tell me why
> > > "http://..../apcupsd/"; produces "Forbidden". It seems 
> from the config
> > > below that the cgi script should be executed instead.
> > >
> > > #
> > > # apcupsd configuration file for Apache Web server
> > > #
> > >
> > > # files are off the documentroot of Web server
> > > ScriptAlias /apcupsd/ "/var/www/apcupsd/"
> > >
> > > #
> > > # Allow only local access at default
> > > # Change the ".example.com" to match your domain or modify
> > > # access rights to your needs to enable remote access also.
> > > #
> > > <Directory "/var/www/apcupsd">
> > >   DirectoryIndex multimon.cgi upsstats.cgi
> > >   AllowOverride None
> > >   Options ExecCGI Indexes
> > >   Order deny,allow
> > >   Deny from all
> > >   Allow from 127.0.0.1
> > >   Allow from ::1
> > >   # Allow from .example.com
> > > </Directory>
> > >
> > >
> > > Thanks,
> > > Yaakov.
> > >
> > > 
> ---------------------------------------------------------------------
> > > The official User-To-User support forum of the Apache 
> HTTP Server Project.
> > > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >  "   from the digest: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > 
> ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP 
> Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >    "   from the digest: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to