Re: ASP on Virtual Server

2004-01-22 Thread Josh Chamas
Steve Brown wrote: After doing the "rm -rf *" in the /tmp/asp statedir, I get the following when I run my Hello World test.asp: Can't call method "lock" on an undefined value at /usr/lib/perl5/site_perl/5.6.0/Apache/ASP/State.pm line 310. Apache::ASP::State::AUTOLOAD('Apache::ASP::Application=HASH

Re: ASP on Virtual Server

2004-01-22 Thread Josh Chamas
Steve Brown wrote: Even though installing Apache ASP into perl 5.6 seemed to work, it's flacky to say the least. Most of the time I hit my Hello World ASP with a new browser session, it fails with verious errors. I do a refresh and it usually works. Most of the time I get this error. Bizarre co

Re: ASP on Virtual Server

2004-01-22 Thread Steve Brown
N I end up with a mess. Is my project doomed? -----Original Message- From: "Fagyal, Csongor" <[EMAIL PROTECTED]> Sent: Jan 22, 2004 7:07 AM To: Steve Brown <[EMAIL PROTECTED]> Subject: Re: ASP on Virtual Server Steve Brown wrote: >Even though installing Apache A

Re: ASP on Virtual Server

2004-01-22 Thread Steve Brown
AY in aassign at /usr/lib/perl5/5.6.0/Carp/Heavy.pm line 79. , /usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1514 -Original Message- From: Josh Chamas <[EMAIL PROTECTED]> Sent: Jan 21, 2004 7:51 PM To: Steve Brown <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: R

RE: ASP on Virtual Server

2004-01-21 Thread Steve Brown
AIL PROTECTED] > Sent: Wednesday, January 21, 2004 7:51 PM > To: Steve Brown > Cc: [EMAIL PROTECTED] > Subject: Re: ASP on Virtual Server > > > > > Perl 5.6 is in /usr/bin and perl 5.8 is in /usr/local/bin. > > > > When I did the "cpan> install

Re: ASP on Virtual Server

2004-01-21 Thread Josh Chamas
Perl 5.6 is in /usr/bin and perl 5.8 is in /usr/local/bin. When I did the "cpan> install Bundle::Apache::ASP", I don't recall a choice of which perl to install into. How would I install Apache::ASP into perl 5.6? You can run the perl explicitly like this: /usr/bin/perl -MCPAN -e shell which

RE: ASP on Virtual Server

2004-01-21 Thread Steve Brown
> -Original Message- > From: Josh Chamas [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 21, 2004 6:16 PM > To: Steve Brown > Cc: [EMAIL PROTECTED] > Subject: Re: ASP on Virtual Server > > Fagyal, Csongor wrote: > >> > >> [Wed Jan 21 12:18:2

Re: ASP on Virtual Server

2004-01-21 Thread Josh Chamas
Fagyal, Csongor wrote: [Wed Jan 21 12:18:27 2004] [error] Can't locate Apache/ASP.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl . /etc/httpd/ /etc/httpd/lib/perl)

Re: ASP on Virtual Server

2004-01-21 Thread Fagyal, Csongor
Hi, I created a .htaccess file in my asp directory with the following lines in it: SetHandler perl-script PerlHandler Apache::ASP PerlSetVar Global /home/webadmin/ptoc.org/register PerlSetVar StateDir /tmp/asp PerlSetVar UseStrict 0 PerlSetVar Debug 3 All my ASP stuff is commented out i

Re: ASP on Virtual Server

2004-01-21 Thread Steve Brown
e Brown <[EMAIL PROTECTED]> Cc: Helmut Zeilinger <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: ASP on Virtual Server Steve Brown wrote: > When I could not find the error_log message you requested, I did a find from / and > found /var/log/httpd/error_log. > Here's the

Re: ASP on Virtual Server

2004-01-21 Thread Steve Brown
osh Chamas <[EMAIL PROTECTED]> Sent: Jan 21, 2004 9:47 AM To: Steve Brown <[EMAIL PROTECTED]> Cc: Helmut Zeilinger <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: ASP on Virtual Server Steve Brown wrote: > When I could not find the error_log message you requested, I did a fi

Re: ASP on Virtual Server

2004-01-21 Thread Josh Chamas
Steve Brown wrote: When I could not find the error_log message you requested, I did a find from / and found /var/log/httpd/error_log. Here's the last 3 lines from a restart of Apache. I notice perl is missing. According to my /etc/httpd/conf/httpd.conf file the error_log should be in /home/webadm

Re: ASP on Virtual Server

2004-01-21 Thread Helmut Zeilinger
home/webadmin/ptoc.org/error_log" -Original Message- From: Philip Mak <[EMAIL PROTECTED]> Sent: Jan 20, 2004 10:59 PM To: Steve Brown <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: ASP on Virtual Server On Tue, Jan 20, 2004 at 09:55:48PM -0600, Steve Brown wrote:

Re: ASP on Virtual Server

2004-01-21 Thread Steve Brown
fault: sysvsem) -Original Message- From: Helmut Zeilinger <[EMAIL PROTECTED]> Sent: Jan 21, 2004 8:20 AM To: Steve Brown <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: ASP on Virtual Server Hi Steve, - which Apache-Version do you use ? and - is mod_perl activated ? This

Re: ASP on Virtual Server

2004-01-21 Thread Steve Brown
This is a test"; %> Hello world! <% $Response->Write( "HelloWorld - $abz \n" ); %> -Original Message- From: Philip Mak <[EMAIL PROTECTED]> Sent: Jan 20, 2004 10:59 PM To: Steve Brown <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: ASP on Vir

Re: ASP on Virtual Server

2004-01-21 Thread Steve Brown
ScriptAlias "/cgi-bin/" "/home/webadmin/ptoc.org/cgi-bin/" CustomLog "/home/webadmin/ptoc.org/access_log" "common" ErrorLog "/home/webadmin/ptoc.org/error_log" -Original Message- From: Philip Mak <[EMAIL PROTECTED]> Sent: Jan 20, 2004 1

Re: ASP on Virtual Server

2004-01-20 Thread Philip Mak
On Tue, Jan 20, 2004 at 09:55:48PM -0600, Steve Brown wrote: > I tried to restart Apache and it failed to restart. I commented out > the above lines and Apache restarted successfully. What does the error_log say? - To unsubscrib