Re: Problem with log file

2001-09-20 Thread Gerald Richter
> thanks, that did the trick. But, now when I try to bring up the page I see > the embperl code and html code. which means the page is not being processed > by embperl. any ideals on this? am i missing something in my conf file? > Your config seems to be ok, maybe there is something in the p

RE: Problem with log file

2001-09-20 Thread Boyd, David
thanks, that did the trick. But, now when I try to bring up the page I see the embperl code and html code. which means the page is not being processed by embperl. any ideals on this? am i missing something in my conf file? -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTE

Re: Problem with log file

2001-09-20 Thread Gerald Richter
> > PerlModule HTML::Embperl > PerlSetEnv EMBPERL_DEBUG 1 > PerlSetEnv EMBPERL_LOG /Apache/logs/embperl.log > PerlSetEnv EMBPERL_VIRTLOG /Apache/logs/embperl.log > Set EMBPERL_LOG before you load Embperl because it's needed on startup: PerlSetEnv EMBPERL_DEBUG 1 PerlSetEnv EMBPERL_LOG /Apache/

RE: Problem with log file

2001-09-20 Thread Boyd, David
When I add tmp directory off of C:, comment out the lines in which I am forceing embper.log to be in a differnet directory, things work. So, it has to be something other than a permission issue. ... -Original Message- From: Alan Jones [mailto:[EMAIL PROTECTED]] Sent: Thursday, September

Re: Problem with log file

2001-09-20 Thread Alan Jones
Hi David, Perhaps Embperl can't create the log file(s) you've told it to create and it's defaulting to trying to create /tmp/embperl.log (the default log file). I suggest you check the permissions on all the log files you're providing it and make sure the user running the web server can create an

Problem with log file

2001-09-20 Thread Boyd, David
(please include my return address in the reply. For some reason I am unable to receive mail from this news group at work - [EMAIL PROTECTED]) ... Hello all, I am configuring a new web server for my application (it was running locally). I am running under Win2K. I went and got the binary files