- 论坛徽章:
- 0
|
因为我想做一个全功能的服务器asp+jsp+php的,做apache+asp的时候遇到麻烦
软件都是比较新的
httpd-2.2.15
Digest-MD5-2.39
mod_perl-2.0.4
MLDBM-Sync-0.30
apache-asp-.61
装完安官方配置好后查看asp文件出现以下错误,用了多个asp文件
服务器报错500 Internal Server Error
apache错误日志如下:
[Wed Jun 16 23:50:26 2010] [notice] Digest: generating secret for digest authentication ...
[Wed Jun 16 23:50:26 2010] [notice] Digest: done
[Wed Jun 16 23:50:27 2010] [warn] RSA server certificate CommonName (CN) `baia' does NOT match server name!?
[Wed Jun 16 23:50:27 2010] [warn] No JkShmFile defined in httpd.conf. Using default /usr/local/webserver/httpd/logs/jk-runtime-status
[Wed Jun 16 23:50:27 2010] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.3.2 mod_jk/1.2.28 mod_perl/2.0.4 Perl/v5.8.8 configured -- resuming normal operations
[Wed Jun 16 23:50:48 2010] [error] [asp] [5992] [debug] String found where operator expected at /var/www/html/aspcheck.asp line 7, near "Write "<h1>Hello World!</h1>"" <-->
[Wed Jun 16 23:50:48 2010] [error] [asp] [5992] [debug] \t(Do you need to predeclare Write?) <-->
[Wed Jun 16 23:50:48 2010] [error] [asp] [5992] [error] error compiling aspcheck.asp: syntax error at /var/www/html/aspcheck.asp line 7, near "Write "<h1>Hello World!</h1>"" <--> , /usr/lib/perl5/site_perl/5.8.8/Apache/ASP.pm line 1466
[Wed Jun 16 23:51:26 2010] [error] [asp] [5992] [error] error compiling probe.asp: Unrecognized character \\xB0 at /var/www/html/probe.asp line 5. <--> , /usr/lib/perl5/site_perl/5.8.8/Apache/ASP.pm line 1466
[Wed Jun 16 23:55:53 2010] [error] [asp] [5994] [debug] String found where operator expected at /var/www/html/time.asp line 3, near "Write"<H1>"" <-->
[Wed Jun 16 23:55:53 2010] [error] [asp] [5994] [error] error compiling time.asp: syntax error at /var/www/html/time.asp line 3, near "Write"<H1>"" <--> , /usr/lib/perl5/site_perl/5.8.8/Apache/ASP.pm line 1466 |
|