Hi Marius,
sorry for non-correct answer and typo in your name.
You should add to httpd.conf a line "allow from xxx"
There "xxx" is a name of machine allowed to access
"/var/www/html/Carrot-1.0.7" directory.
For the most restrictive access you can add "allow from localhost"
like it's done below
<Directory /var/www/html/Carrot-1.0.7>
Options +Includes
Allow from localhost
</Directory>
THT. Regards. Valeriy
----- Original Message -----
From: "Valeriy Onuchin" <Valeri.Onoutchine@cern.ch>
To: "homeguest" <home@homes.com>; <roottalk@pcroot.cern.ch>
Sent: Monday, October 21, 2002 11:14 AM
Subject: Re: [ROOT] Carrot
> Hi Marilus,
> you need to set read permission for "nobody" user (or world)
> to /var/www/html/Carrot-1.0.7 directory and to its subdirectories.
>
> Please, inform me if this helps.
>
> Thanks. Regards. Valeriy
>
> ----- Original Message -----
> From: "homeguest" <home@homes.com>
> To: <roottalk@pcroot.cern.ch>
> Sent: Sunday, October 20, 2002 5:45 AM
> Subject: [ROOT] Carrot
>
>
> > Hi I've installed root and Carrot on my machine , I've also added
> >
> > <IfModule root_module>
> > # Alias /perl /var/www/perl
> > # tells Apache to parse files for SSI directives if they have the
> > execute bit set
> > # XBitHack on
> > AddHandler server-parsed .C
> > <Directory /var/www/html/Carrot-1.0.7>
> >
> > Options +Includes
> > </Directory>
> > </IfModule>
> >
> > to my httpd.conf file to allow .C files to be executed over the web but
> > even with or wothout the above addition all i get is:
> >
> >
> > HTTP/1.1 200 OK
> > Date: Sun, 20 Oct 2002 02:32:20 GMT
> > Server: Apache/1.3.14 (Unix) (Red-Hat/Linux) PHP/3.0.18 mod_perl/1.23
> > Connection: close
> > Content-Type: text/html; charset=iso-8859-1
> >
> > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> > <HTML><HEAD>
> > <TITLE>200 OK</TITLE>
> > </HEAD><BODY>
> > <H1>OK</H1>
> > You don't have permission to access /Carrot-1.0.7/macros/pull.C
> > on this server.<P>
> > http://carrot.cern.ch/pages/InstallNotes.html
> >
> > Did anyone have same problem?
> > I realise I am close but....
> > Thanks Marius
> >
> >
>
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:15 MET