Ian wrote: > I have apache 2.0 running. Installed webware .8 with mod_webkit. > > I made a public_html directory in my home directory to test this on. > (if it matters, apache2.0 is running on port 8081). > > When i browse to ~user/ in the browser, the index.html page comes up > correctly. > > When i browser to ~user/test.psp it returns a 404 error even though > the page is in that directory. I've tried restarting both the > AppServer and apache. I'm guessing i messed something up in the > httpd.conf file but i'm not sure what.
Do you have: AddType text/psp .psp AddHandler psp-handler .psp in you httpd.conf file? See the README for mod_webkit. - Geoff ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
