[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 05:59:19 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 ?
>
I hate to see you run scripts without wrappers!
There has to be another solution.
Also, httpd.conf changes (in VirtualHost container) only affect that site.
srm.conf will do global changes.
If I were you, I would try and find out why you can't run the script *with*
wrappers.
Gerald