[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] viewing perl scripts in web
- Subject: Re: [cobalt-users] viewing perl scripts in web
- From: Hendrik Runte <cobalt@xxxxxxxxxx>
- Date: Tue May 22 01:53:40 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
am 18.05.2001 21:56 Uhr schrieb Juan Carlos Alvarez Frias unter
juan.alvarez@xxxxxxxxxxxxxxxxxxx:
> Hi!
> I'm having problems with perl and apache to see some cgi's.
> The cobalt has a progarm called cgiwrap, that has some relation with
> executing the cgi's.
Indeed.
> My question is what files I have to configure to see a cgi folder in a web
> browser?
> What permissions do the files and the web server had to have to execute
> them?
most common: do a chmod 755 on your .cgi file. If your perl script is
located under /web you'd probably do not need any extra /cgi-bin/ directory
as long as suffix equals .cgi or .pl if cgiwrap is running.
> Thanks!!
>
> Cheers,
>
> Juan Carlos Alvarez Frias
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
cheers,
Hendrik
--