[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Perl works on one virtual site but not on another?
- Subject: Re: [cobalt-users] Perl works on one virtual site but not on another?
- From: Nigel Hewett <nigel.hewett@xxxxxxxxxxxxxx>
- Date: Wed Jan 9 10:32:13 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Gerald,
Sorted it it was in the httpd there was two referances to cgi .pl i had edited
the site1 but not the site 3 now edited and site 3 script works.
I need to run this without the wrapper as this seems to be the only way to get
a nph- cgi /pl script to run on the raq4. Unless there is another way.?
Thanks
Nigel
Quoting Gerald Waugh <gerald@xxxxxxxxx>:
> > Have both site with checkbox checked. Even rebooted server.
> > Still same even with a simple hello world test script
> >
> > The only thing I did too get it working on the first site was :
> >
> > edit the :
> >
> > /etc/httpd/conf/httpd.conf
> >
> > AddHandler cgi-wrapper .cgi
> > AddHandler cgi-wrapper .pl
> >
> > with
> >
> > AddHandler cgi-script .cgi
> > AddHandler cgi-script .pl
> >
> > That then burst into life as before it was cgiwrapper erroring. But
> that
> > change should be global so why not on the other site ?
> >
> Another thought!
> make sure the script on site1 is owned by site1-admin
> chown site1-admin helloworld.pl
> chmod 711 helloworld.pl
> and script on site 2 is owned by site2-admin
> chown site2-admin helloworld.pl
> chmod 711 helloworld.pl
>
> Gerald
>
> Gerald
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>