It looks like my problems with IE were related to apache permissions on
the includes/ directory and subdirectories.

Here is what I did to fix it, for anyone using apache2 (thanks cdukes):

<Directory "/usr/local/apache2/htdocs/syslog/config">
    Deny from all
</Directory>
<Directory "/usr/local/apache2/htdocs/syslog/scripts">
    Deny from all
</Directory>
<Directory "/usr/local/apache2/htdocs/syslog/includes">
    Deny from all
</Directory>
<Directory "/usr/local/apache2/htdocs/syslog/includes/js">
    Allow from all
</Directory>
<Directory "/usr/local/apache2/htdocs/syslog/includes/cal">
    Allow from all
</Directory> 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Clayton Dukes
Sent: Tuesday, July 25, 2006 2:19 PM
To: Vadim Pushkin
Cc: Freeman, Michael; [email protected]
Subject: Re: [Php-syslog-ng-support] CEMDB support and Internet Explorer
...

Just making sure :-)


On 7/25/06, Vadim Pushkin <[EMAIL PROTECTED]> wrote:
>
> Sure, I use gunzip, because it is a .gz file, but the generic term is 
> still to "unzip" :-)
>
>
> >From: "Clayton Dukes" <[EMAIL PROTECTED]>
>
> >
> >Vadim,
> >Are you using the installer?
> >Either way, you'll want the file to be uncompressed if you plan to
use it.
> >You said unzip, but I assume you meant Gunzip, correct?
> >
> >
> >On 7/25/06, Vadim Pushkin <[EMAIL PROTECTED]> wrote:
> >>
> >>1. Did you unzip emd.xml.gz? I was told that this was not necessary,

> >>but I got these errors until I inzipped this file.
> >>
> >>2. Did you create the cemdb table within the syslog DB?
> >>
> >>.vp
> >>
> >> >From: "Freeman, Michael" <[EMAIL PROTECTED]>
> >>
> >> >I just loaded php-syslog-ng in IE for the first time and the CEMDB

> >> >features are completely not working.. I'm getting javascript 
> >> >errors
> >> >like:
> >> >
> >> >Line: 11
> >> >Char: 2
> >> >Error: 'moz' is undefined
> >> >Code:0
> >> >
> >> >Line: 144
> >> >Char: 1
> >> >Error: Object expected
> >> >Code:0
>
>
>


--
=============================
Clayton Dukes
Network Consulting Engineer, Advanced Services Cisco Systems, Inc.
Office: 919.392.6122
Fax: : 919.869.1580
Cell: 813.545.7373
Email:   [EMAIL PROTECTED]
MSN: [EMAIL PROTECTED]
=============================

------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
Php-syslog-ng-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/php-syslog-ng-support

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Php-syslog-ng-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/php-syslog-ng-support

Reply via email to