Re: [Pas-dev] pas: internal server error
Status: Beta
Brought to you by:
mortis
From: Douglas R. <dou...@mi...> - 2002-05-08 18:11:07
|
why do keep replying only to me? can you setup mailman to set the reply-to to the list? Kyle R . Burton wrote: >>i tried to hit the 1st example. >> >>pas.log said: >>M:Org::Bgw::Pas::RequestHandler->/home/driordan/bin/src/pas/src/Org/Bgw/Pas/RequestHandler.pm(270) >>EXECUTE: handling request: >>/home/driordan/bin/src/pas/htdocs/examples/test.psp >> >>nuthin' in the apache error log. > > > Depending on your linux distribution, you might have seperate error logs > for the standard apache and the mod_perl one. On Mandrake, apache is set up > as 2 processes, the 1st being a standard Apache instance, which forwards > connections to the mod_perl [2nd] instance for uri's specified in the > http.conf files. On Mandrake, they typicly are: > > /etc/httpd/logs/error_log > /etc/httpd/logs/perl-error_log afaik, debian's apache logs are in /var/log/apache. >>here's the whole exception page: >> >>Pas: Internal Server Error >>Exception: > > > There isn't an exception message? It's just blank? The handler _should_ > be reporting the error message... *shrugs* > At first glance, nothing looked strange about the environment stuff. > > What is your pas.documentRoot set to in your pas.conf? I don't have the > exception handler printing out the configuration file because of potentialy > sensitive data... pas.documentRoot=htdocs PerlSetEnv PAS_BASE "/home/driordan/bin/src/pas" peace, doug |