Hi Shannon,

well, at least mod_perl sems to be running..

I have no other idea than trying..

Could you try an apache content handler like the simple example in

http://perl.apache.org/docs/1.0/guide/getwet.html#A_Simple_Apache_Perl_Cont
ent_Handler

?

Another question - did you built the apache/mod_perl from the source? If not,
i would suggest, you should.


Helmut



Looking through the httpd-perl error log I get


[notice] Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4mdk)
mod_perl/1.26 configured -- resuming normal operations

So it would seem that it is being loaded.

OK now I am stumped.

BTW it doesn't load if I leave off the "<IfModule ..>"- condition

- Shannon


-----Original Message----- From: Shannon Doyle [mailto:[EMAIL PROTECTED] Sent: Wednesday, 10 December 2003 11:32 AM To: 'Helmut'; [EMAIL PROTECTED] Subject: RE: Virtual host

Hi Helmut,

Hmm looking at the error log I ge the following

[notice] Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4mdk)
mod_ssl/2.8.7 OpenSSL/0.9.6c PHP/4.1.2 configured -- resuming normal
operations

Which would suggest that mod_perl is not being loaded. I will take alook
at that path and see whats going on

Incidentally, I am running Apache/ModPerl 1.3.23

-----Original Message-----
From: Helmut [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 9 December 2003 5:19 PM
To: Shannon Doyle; [EMAIL PROTECTED]
Subject: Re: Virtual host

Hi Shannon,

your conf file seems to be ok.

Does/did it work when you leave the
"<IfModule ..>"-condition and / or write "<Files ~ (.*)>"?

Is modperl loaded or compiled in? After server startup does the error log
say something like:

[..]
[notice] Apache/2.0.48 (Unix) mod_perl/1.99_10 Perl/v5.9.0 mod_ssl/2.0.48
OpenSSL/0.9.6g configured -- resuming normal operations [..]

which indicates that modperl should have been loaded?

By the way - what Apache/ModPerl version are you using?

Helmut


--On Tuesday, December 09, 2003 12:33:16 +1030 Shannon Doyle <[EMAIL PROTECTED]> wrote:

Hi People,

Just got Apache:ASP installed on my mandrake 8.2 standard install box
and was wondering how I get this to parse .asp files correctly under a
virtual host.

Currently I have the following in the <virtualhost> tags along with
the usual stuff for a virt host.

<IfModule mod_perl.c>
PerlModule Apache::ASP
<Files ~ (\.asp)>
        SetHandler perl-script
        PerlHandler Apache::ASP
        PerlSetVar Global .
        PerlSetVar StateDir /tmp/asp
</Files>
</IfModule>

While httpd starts ok, whenever a .asp file is called from a browser
the file is displayed however it ignores all asp functions, ie
included files etc.

Any help would be appreciated.

Cheers,


Shannon




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]







--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]







--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to