Re: Oracle Enterprise Manager 2.2

From: Knut Talman <knut_at_mytoys.de>
Date: Wed, 24 Jan 2001 13:58:35 +0100
Message-ID: <3A6ED17B.1DC3D6A_at_mytoys.de>


> I try to use OEM 2.2 whit an Internet Browser.
> I have configured the httpd.conf as discribed in OEM Configuration Guide

Did you include a section like

ScriptAlias /oem_webstage/cgi-bin/
"/usr/local/apache/share/htdocs/oem_webstage/cgi-bin/"  

<Directory "/usr/local/apache/share/htdocs/oem_webstage/cgi-bin">

    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory>

If ExecCGI is not set, the file will be treated like a text file.

Regards,

Knut Received on Wed Jan 24 2001 - 13:58:35 CET

Original text of this message