Re: Apache::ASP

2001-04-11 Thread alexus

well apache won't start

i wouldn't be writing here if it would work fine..


- Original Message -
From: "Escario Julien" [EMAIL PROTECTED]
To: "alexus" [EMAIL PROTECTED]
Cc: "Joshua Chamas" [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Wednesday, April 11, 2001 5:37 AM
Subject: Re: Apache::ASP


 Do you really thing this is an error ?
 This depend on your syslog.conf rules but this is only a notice ...
 I have the same message when restarting apache or when rebooting and
nothing
 goes wrong

 alexus wrote:

  I dont run two web servers
 
  all i want is to run fully functional mod_perl so i can run Apache::ASP
on
  my *one* (single) webserver
 
  please advice
 
  - Original Message -
  From: "Joshua Chamas" [EMAIL PROTECTED]
  To: "alexus" [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Tuesday, April 10, 2001 11:49 AM
  Subject: Re: Apache::ASP
 
   alexus wrote:
   
I don't know what there wrong to setup
   
i have in httpd.conf
following lines:
   
LoadModule perl_modulelibexec/libperl.so
and
AddModule mod_perl.c
   
and whenever I start apache I get this in error_log
   
[Tue Apr 10 00:40:23 2001] [notice] Apache/1.3.19 (Unix)
PHP/4.0.4pl1
mod_perl/1.25 mod_ssl/2.8.1 OpenSSL/0.9.6 configured -- resuming
normal
operations
   
  
   Recently, someone else posted with this problem where
   they had 2 web servers, the one running modperl was
   running on a high port in a dual httpd / proxypass
   situation.  If this is your case, you need to
   run scripts through that web server, say by going
   to port 2000 or through the /path/ that gets forwarded
   to that other server.
  
   At the end of it all, you know modperl is working
   correctly when things like PerlHandler don't error.
   I have only seen this error because of configuration
   problems or modperl not being installed.
  
   --Josh
  
   _
   Joshua Chamas Chamas Enterprises Inc.
   NodeWorks  free web link monitoring Huntington Beach, CA  USA
   http://www.nodeworks.com1-714-625-4051
  






Re: Apache::ASP

2001-04-10 Thread alexus

I dont run two web servers

all i want is to run fully functional mod_perl so i can run Apache::ASP on
my *one* (single) webserver

please advice

- Original Message -
From: "Joshua Chamas" [EMAIL PROTECTED]
To: "alexus" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, April 10, 2001 11:49 AM
Subject: Re: Apache::ASP


 alexus wrote:
 
  I don't know what there wrong to setup
 
  i have in httpd.conf
  following lines:
 
  LoadModule perl_modulelibexec/libperl.so
  and
  AddModule mod_perl.c
 
  and whenever I start apache I get this in error_log
 
  [Tue Apr 10 00:40:23 2001] [notice] Apache/1.3.19 (Unix) PHP/4.0.4pl1
  mod_perl/1.25 mod_ssl/2.8.1 OpenSSL/0.9.6 configured -- resuming normal
  operations
 

 Recently, someone else posted with this problem where
 they had 2 web servers, the one running modperl was
 running on a high port in a dual httpd / proxypass
 situation.  If this is your case, you need to
 run scripts through that web server, say by going
 to port 2000 or through the /path/ that gets forwarded
 to that other server.

 At the end of it all, you know modperl is working
 correctly when things like PerlHandler don't error.
 I have only seen this error because of configuration
 problems or modperl not being installed.

 --Josh

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





Apache::ASP

2001-04-09 Thread alexus

hi

i start installing Apache::ASP on my apache

and from their website i didn't find any other contact but you guys

when i add following lines to my apache config file (httpd.conf)

Files ~ (\.asp)
 SetHandler perl-script
 PerlHandler Apache::ASP
 PerlSetVar Global /tmp
/Files

I start geting this:

su-2.04# /usr/local/apache/bin/apachectl configtest
Syntax error on line 1242 of /usr/local/apache/conf/httpd.conf:
Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module
not included in the server configuration
su-2.04#

what am I doing wrong?




Re: Apache::ASP

2001-04-09 Thread alexus

I don't know what there wrong to setup

i have in httpd.conf
following lines:

LoadModule perl_modulelibexec/libperl.so
and
AddModule mod_perl.c

and whenever I start apache I get this in error_log

[Tue Apr 10 00:40:23 2001] [notice] Apache/1.3.19 (Unix) PHP/4.0.4pl1
mod_perl/1.25 mod_ssl/2.8.1 OpenSSL/0.9.6 configured -- resuming normal
operations

seems like it's installed...

is there something else i should've put in httpd.conf?

- Original Message -
From: "Joshua Chamas" [EMAIL PROTECTED]
To: "alexus" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, April 10, 2001 1:47 AM
Subject: Re: Apache::ASP


 alexus wrote:
 
  Files ~ (\.asp)
   SetHandler perl-script
   PerlHandler Apache::ASP
   PerlSetVar Global /tmp
  /Files
 
  I start geting this:
 
  su-2.04# /usr/local/apache/bin/apachectl configtest
  Syntax error on line 1242 of /usr/local/apache/conf/httpd.conf:
  Invalid command 'PerlHandler', perhaps mis-spelled or defined by a
module
  not included in the server configuration
  su-2.04#

 This is a FAQ, see: http://www.apache-asp.org/faq.html#Installation

 Your modperl is not installed or setup correctly.  If this is
 a prebuilt distribution, make sure you are starting your apache
 such that modperl is activated.

 -- Josh

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