[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: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Jan 9 06:21:37 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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