On Thursday 17 July 2003 08:59, Jonathan Bartlett wrote this in an
attempt to be witty and informative:
> I use phpGroupware. It's a little quirky, but works well.
>
> As for your problems, you need to make sure that you have the
> following line somewhere in your httpd.conf:
>
> AddHandler cgi-s
I use phpGroupware. It's a little quirky, but works well.
As for your problems, you need to make sure that you have the following
line somewhere in your httpd.conf:
AddHandler cgi-script .pl
In addition, in the directory configuration you will need
Options +ExecCGI
For your directory listings
On Thu, 2003-07-17 at 06:10, Mark Haney wrote:
> Has anyone ever setup/used CyberCalendar? I'm really looking
> for a good Web-based Calendar for our website. I followed the
> install instructions for CyberCalendar, but I can't get any of the
> perl scripts to execute. I must have apache config
On Thu, 2003-06-05 at 03:04, Peter Kiem wrote:
> > Yes the module is loaded, i put the app in the cgi-bin dir.
> > I now get a "Premature end of script headers:" error
>
> Did you write the script on a Windows box and upload it to the server? If
> so, make sure your script is in Unix file format
> Yes the module is loaded, i put the app in the cgi-bin dir.
> I now get a "Premature end of script headers:" error
Did you write the script on a Windows box and upload it to the server? If
so, make sure your script is in Unix file format and not Windows file
format.
vi file.pl
:set ff=unix
:wq
I'm running redhat 9 and trying to execute a perl script through a web
browser
http://host/file.pl
and the file displays as text, how do i get my apache to recognize
this extension?
Has your Apache loaded the mod_perl module?
--
Regards,
+-+--
> I'm running redhat 9 and trying to execute a perl script through a web
> browser
>
> http://host/file.pl
>
> and the file displays as text, how do i get my apache to recognize this
> extension?
Has your Apache loaded the mod_perl module?
--
Regards,
+-+-
Hi,
On Thu, 5 Jun 2003 [EMAIL PROTECTED] wrote:
> I'm running redhat 9 and trying to execute a perl script through a web
> browser
>
> http://host/file.pl
>
> and the file displays as text, how do i get my apache to recognize this
> extension?
You should run those scripts in /cgi-bin dir