[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] mod_interchange & AddHandler


IC 5.2, Linux-2.6.7, Perl-5.8.7, Apache/1.3.33 (Debian GNU/Linux), mod_interchange-1.33 (IC_MAX_ORDINARYLIST 20)

I am trying to install a WYSIWYG textarea replacement editor called FCKeditor (I'm not trying to be vulgar. It's the author's initials).

From httpd.conf:
Alias /FCKeditor/    /www/worldwideimpact.com/htdocs/FCKeditor/
<Location />
    SetHandler interchange-handler
    InterchangeServer /ic/etc/socket
OrdinaryFileList /images/ /js/ /swf/ /pdf/ /css/ /mp3/ / htmlarea/ /mov/ /favicon.ico /stm31.js /robots.txt /cgi-bin/ /vcard/ / FCKeditor/
</Location>
<Directory /www/worldwideimpact.com/htdocs/FCKeditor/>
    Options +ExecCGI
    AddHandler cgi-script .cgi .pl
</Directory>

This URL:
http://devo.bottleshop.com/FCKeditor/editor/filemanager/browser/ default/connectors/perl/connector.cgi Outputs the contents of the file connector.cgi. It is not executed on the server. It is not handled by Interchange.

If I comment out "SetHandler interchange-handler" above the script is executed on the server. The directives above appear within a VirtualHost directive. I've tried every combination of Directory, DirectoryMatch, Location, outside the VHost, inside the VHost I can think of but I can't get it to work.

The FCKeditor is a tangled web of html, js, xml, perl, asp, etc. files so using a ScriptAlias does not seem like a good solution.

Any ideas?


Bill Carr
suppressed


_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.