hello
 
I had configured httpd.conf to support cgi files.
When i am trying to run cgi files it is giving
 
Forbidden
you don't have access to this server.
 
What may be the cause.
Can anybody help me. It's an urgency.
 
Thnx in advance

Yahoo! India Matrimony: Find your life partner online.

--- Begin Message ---
httpd.conf
==========

- Hope you Servername dorective is already correct
- Add(or uncomment) 
ScriptAlias /cgi-bin/ "/path/to/Apache/cgi-bin/"
- Add(or uncomment)
<Directory "/path/to/Apache/cgi-bin">
    AllowOverride None
    Options ExecCGI
</Directory>


-----Original Message-----
From: vishwas bhakit [mailto:[EMAIL PROTECTED]
Sent: Friday, February 04, 2005 5:11 PM
To: beginners@perl.org
Subject: configuration steps for perl with apache to support cgi-file


 
hello 
 
i need to do following. Will anybody help me
configuration steps for perl with apache to support cgi-file
 
thnx in advance

Yahoo! India Matrimony: Find your life partneronline.

*********************************************************
Disclaimer:

The contents of this E-mail (including the contents of the enclosure(s) or 
attachment(s) if any) are privileged and confidential material of MBT and 
should not be disclosed to, used by or copied in any manner by anyone other 
than the intended addressee(s).   In case you are not the desired addressee, 
you should delete this message and/or re-direct it to the sender.  The views 
expressed in this E-mail message (including the enclosure(s) or attachment(s) 
if any) are those of the individual sender, except where the sender expressly, 
and with authority, states them to be the views of MBT.

This e-mail message including attachment/(s), if any, is believed to be free of 
any virus.  However, it is the responsibility of the recipient to ensure that 
it is virus free and MBT is not responsible for any loss or damage arising in 
any way from its use

*********************************************************

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




--- End Message ---
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>

Reply via email to