[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl
Subject:    Re: Apache::ASP and Apache::SSI
From:       ericb () mritalian ! dyndns ! com
Date:       2000-02-12 3:45:32
[Download RAW message or body]


Joshua,

That did not produce any further outputs....
Here are my config directives

PerlSetVar Debug -2
#PerlModule Apache Apache::Filter Apache::ASP Apache::SSI
<Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit Options
    Options MultiViews Indexes FollowSymLinks Includes ExecCGI
    <Files ~ (\.phtml)>
        SetHandler perl-script
        PerlSetVar Filter On
        PerlHandler Apache::ASP Apache::SSI
        PerlSetVar NoCache 1
        PerlSetVar Global /tmp/
        PerlSetVar DynamicIncludes 0
        PerlSetVar StateDB DB_File
        PerlSetVar GlobalPackage main
        PerlSetVar UseStrict 1
     </Files>
</Directory>


On Thu, 10 Feb 2000, Joshua Chamas wrote:

> ericb@mritalian.dyndns.com wrote:
> > 
> > I reinstalled mod_perl and apache but I still get the same error
> > when I try to use Apache::ASP and Apache::SSI at the same time as seen in
> > the example.  Error message is
> > 
> > [Thu Feb 10 22:33:42 2000] [error] [asp] [25663] [error] syntax error at
> > (eval 50) line 192, at EOF <--> syntax error at (eval 50) line 246, near
> > "; }" <--> , /usr/lib/perl5/site_perl/Apache/ASP.pm line 1180
> > 
> 
> Set Debug to -2 in the config, and tell me what you get.
> What I'm looking for is the text of the script in compiled form
> so I can see what might be generating the systax error.
> 
> -- Joshua
> _________________________________________________________________
> Joshua Chamas			        Chamas Enterprises Inc.
> NodeWorks >> free web link monitoring	Huntington Beach, CA  USA 
> http://www.nodeworks.com                1-714-625-4051
> 






[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] RUN ASP
(v0.18) for /home/ericb/public_html/welcome.phtml
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] GlobalASA package
main
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] loaded module
DB_File
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] opening lock file
/tmp//.state/server/internal.lock
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] opening lock file
/tmp//.state/server/application.lock
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] created
$Application -
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] session id from
cookie: 365fc9625534ca4b4d55e2a42c3c196b
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] refreshing
365fc9625534ca4b4d55e2a42c3c196b with timeout 950251761
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] opening lock file
/tmp//.state/36/365fc9625534ca4b4d55e2a42c3c196b.lock[Fri Feb 11 01:29:21
2000] [error] [asp] [26934] [debug] session not expired -
time: 950250561; timeout: 950251337;
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] tieing session
365fc9625534ca4b4d55e2a42c3c196b
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] tied session -
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] ASP object
created -
Application: Apache::ASP::Application=HASH(0x8322768); GlobalASA: \
Apache::ASP::GlobalASA=HASH(0x83a9d4c); Internal: Apache::ASP::State=HASH(0x827abbc); \
Request: Apache::ASP::Request=HASH(0x83a9dd0); Response: \
Apache::ASP::Response=HASH(0x83a9e0c); Server: Apache::ASP::Server=HASH(0x83b2b60); \
Session: Apache::ASP::Session=HASH(0x8327c34); app_state: 1; basename: welcome.phtml; \
compile_includes: ; cookie_path: /; dbg: 2; debugs_output: ARRAY(0x83a9bf0); \
filename: /home/ericb/public_html/welcome.phtml; global: /tmp/; global_package: main; \
                group_refresh: 120;
id: NoCache; includes_dir: ; init_packages: ARRAY(0x83b2bd8); no_cache: 1; \
no_session: ; no_state: ; package: main; paranoid_session: ; pod_comments: 1; r: \
Apache=SCALAR(0x83a9bb4); remote_ip: 192.168.0.4; secure_session: ; session_cookie: \
1; session_id: 365fc9625534ca4b4d55e2a42c3c196b; session_serialize: ; \
session_timeout: 1200; session_url: ; session_url_match: ; session_url_parse: ; \
session_url_parse_match: ; sig_warn: ; stat_inc: ; stat_inc_match: ; stat_scripts: 1; \
state_cache: ; state_db: DB_File; state_dir: /tmp//.state; state_manager: 10; \
state_serializer: ; ua: Mozilla/4.0 (compatible; MSIE 5.0; Windows
98; DigExt); unique_packages: ; use_strict: 1;
[Fri Feb 11 01:29:21 2000] [error] [asp] [26934] [debug] parsing
welcome.phtml
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] loaded module
Apache::Symbol
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] active undefing
sub main::NoCache code CODE(0x83e2434)
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] compiling into
package main subid main::NoCache
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] executing NoCache
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] building headers
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] status 200
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] sending cgi
headers
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] destroying -
asp: Apache::ASP=HASH(0x83a9c68);
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] testing internal
time for cleanup groups
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] group check 36
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] skipping delete
self - id: 365fc9625534ca4b4d55e2a42c3c196b;
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] state 36
locks: 0, unlocks: 0
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] cleanup groups -
deleted: ;
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] state application
locks: 1, unlocks: 1
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] state internal
locks: 6, unlocks: 6
[Fri Feb 11 01:29:22 2000] [error] [asp] [26934] [debug] state
365fc9625534ca4b4d55e2a42c3c196b locks: 1, unlocks: 1


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic