[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] Frontpage/ASP problem
- Subject: RE: [cobalt-developers] Frontpage/ASP problem
- From: "Peter Masloch" <peter@xxxxxxxxxxx>
- Date: Wed Mar 19 10:53:00 2003
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
> Hello
>
> A client of ours is trying to publish a Frontpage/ASP site
> onto one of our
> XTR Servers. The virtual host has Frontpage Extensions and
> ASP enabled.
> When the client attempts to publish the site they get the following
> error:-
>
>
> "The following pages in your Web are Active Server Pages
> (ASP. These will
> not because the Server you are publishing to does not support ASP"
>
> The client is using Frontpage 2002.
>
> The Cobalt XTR has
>
> chiliasp-3.5.2
> apache-1.3.20-RaQXTR_1C4stackguard.
>
>
> Extract from httpd.conf:
>
> ServerName www.richlandfamilycouncil.org
> ServerAdmin site83
> DocumentRoot /home/sites/site83/web
> ServerAlias richlandfamilycouncil.org www.richlandfamilycouncil.org
> ErrorDocument 401 /error/401-authorization.html
> ErrorDocument 403 /error/403-forbidden.html
> ErrorDocument 404 /error/404-file-not-found.html
> ErrorDocument 500 /error/500-internal-server-error.html
> RewriteEngine on
> RewriteCond %{HTTP_HOST} !^63.173.207.66(:80)?$
> RewriteCond %{HTTP_HOST} !^www.richlandfamilycouncil.org(:80)?$
> RewriteRule ^/(.*) http://www.richlandfamilycouncil.org/$1 [L,R]
> RewriteOptions inherit
> AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site83/users/$1/web/$3
> # AddHandler chiliasp .asp
> # AddHandler chiliasp .asa
> AddHandler cgi-wrapper .cgi
> AddHandler cgi-wrapper .pl
> AddHandler server-parsed .shtml
> AddType text/html .shtml
>
> Extract from srm.conf
>
> # Chil!Soft ASP handlers
> AddHandler chiliasp .asp
> AddHandler chiliasp .asa
> # Chili!Soft casp2
> CaspLib /home/chiliasp/asp-apache-3000
>
>
> I haven't got any ideas on how to fix this so I am hoping
> someone on this
> list can help.
>
> Thanks
>
> Matthew Bowman
> UDCom
Looks like ASP is not enabled in your httpd.conf
Take out the # in front of Addhandler chiliasp .asp and .asa
then restart httpd and try again.
Peter
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.461 / Virus Database: 260 - Release Date: 3/10/2003