On Fri, Mar 05, 2004 at 06:43:20PM +0100, chris Guenther wrote:
> Date: Fri, 05 Mar 2004 18:43:20 +0100
> From: chris Guenther <[EMAIL PROTECTED]>
> Organization: amaxa GmbH
> To: OpenCA <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Subject: [Openca-Users] possible mod_perl problem or something wrong in openca?
> 
> Hi list,
> 
> if this is off topic please forgive me but I'm completely 
 [snip]
>Browser to my freshly installed server. Strange to say, I 
> could see the left menu and the topframe, but then I was 
> confronted with that rather annoying message saying that 
> mozilla was unable to determine what to do with this file of 
> type x-application perl and wanted to download it. The file
> that got my mozilla so confused was ca (which is clearly 
> the perl script from /var/www/cgi-bin/cgi-ca)
  I think your apache server is not configured to server files from
/var/www/cgi-bin/cgi-ca as CGI scripts. You must have something like

ScriptAlias /cgi-bin/ /var/www/cgi-bin/

<Directory /var/www/cgi-bin/>
    AllowOverride None
    Options ExecCGI
    Order deny,allow
    Deny from all
    Allow from `your nets here`
</Directory>

I wonder to what is set your DocumentRoot option? Because it is not a
very bright idea to have cgi-scripts under directory DocumentRoot is set
to, from security point of view IMHO

> 
> My first thought was that my apache 1.3 would probably not know
> how to handle perl scripts and checked that. I do load the 
> mod_perl module in my apache configuration and that is the 
> reason I'm so confused at the moment. Can anyone tell me what
> I did wrong???
> 
-- 
Alexei Chetroi


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to