You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Vincent Bruijnes <vi...@bruijnes.com> on 2000/07/06 21:29:58 UTC

Apache::ASP problems

Well the first lines of the error_log are strange for me.
I still come closer to a correct apache modperl and asp.
the /site/eg/index.html works only .asp files don't

To check it yourself goto http://node1352c.a2000.nl/site/eg/index.html
Thanks for all your help, once again.

Sincerely Vincent Bruijnes
vincent@bruijnes.com

Re: Apache::ASP problems

Posted by Joshua Chamas <jo...@chamas.com>.
Thanks for the follow up Ime. 

Vincent, if you want to run the xslt.xml example as I saw
you do in your error log, you have to install the XML::XSLT
module.  Use cpan, and install the Bundle::XML

-- Joshua
_________________________________________________________________
Joshua Chamas			        Chamas Enterprises Inc.
NodeWorks >> free web link monitoring	Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Ime Smits wrote:
> 
> On Thu, 6 Jul 2000, Vincent Bruijnes wrote:
> 
> | Well the first lines of the error_log are strange for me.
> | I still come closer to a correct apache modperl and asp.
> | the /site/eg/index.html works only .asp files don't
> 
> Let's see:
> 
> can't create group dir /tmp/asp_demo/server,
> /usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm line 4298
> [Thu Jul  6 16:13:54 2000] [error] [asp] [34386] [error] Can't
> tie to file /tmp/asp_demo/server/internal, 514, No
> such file or directory !!  <--> Make sure you have the
> permissions on the  <--> directory set correctly, and that
> your  <--> version of Data::Dumper is up to date.  <--> Also,
> make sure you have set Global to  <--> to a good
> directory in the config file.,
> /usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm line 4374
> 
> ...seems pretty self-explainatory to me.  Check your
> configuration file for the StateDir directive. It sdhould point
> to a place hwere your apache uid (nobody?) can write. See also:
> http://www.nodeworks.com/asp/config.html
> 
> BTW: I advise you not to post 88k attechments to the list.
> Stick with some relevant lines of your loggings. I personally
> don't care, but some people do not seem to like that here...

Re: Apache::ASP problems

Posted by Ime Smits <im...@iaehv.iae.nl>.
On Thu, 6 Jul 2000, Vincent Bruijnes wrote:

| Well the first lines of the error_log are strange for me.
| I still come closer to a correct apache modperl and asp.
| the /site/eg/index.html works only .asp files don't

Let's see:

can't create group dir /tmp/asp_demo/server,
/usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm line 4298
[Thu Jul  6 16:13:54 2000] [error] [asp] [34386] [error] Can't
tie to file /tmp/asp_demo/server/internal, 514, No
such file or directory !!  <--> Make sure you have the
permissions on the  <--> directory set correctly, and that
your  <--> version of Data::Dumper is up to date.  <--> Also,
make sure you have set Global to  <--> to a good
directory in the config file.,
/usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm line 4374

...seems pretty self-explainatory to me.  Check your
configuration file for the StateDir directive. It sdhould point
to a place hwere your apache uid (nobody?) can write. See also:
http://www.nodeworks.com/asp/config.html

BTW: I advise you not to post 88k attechments to the list.
Stick with some relevant lines of your loggings. I personally
don't care, but some people do not seem to like that here...