I have a website running on Apache 1.3 which has, roughly speaking,  
the following setup in the .htaccess:

DirectoryIndex index.mhtml

Action mason-handler /mason.cgi
SetHandler mason-handler

<Files mason.cgi>
SetHandler none
</Files>

It works fine.

I have another website (well, actually, several) running on Apache  
2.0 which, when I attempt the same configuration, give me "could not  
find component for initial path '/'" when I ask for the base webpage  
(i.e. http://example.com/)

My hosting provider (dreamhost) has offered to switch my Apache 2.0  
sites back to Apache 1.3, but actually I'd like to figure out how to  
make this work on 2.0 so I don't have to keep asking them for help in  
future.  Anyone got any tips?

K.




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to