Gossamer Forum
Home : Products : Gossamer Links : Discussions :

mod_perl on ready to run server

Quote Reply
mod_perl on ready to run server
Hi,

I just was wondering if I have a chance getting LinksSQL to run with mod perl without having access to httpd.conf. I read something about implementing the commands in .htaccess. I have my own server but it is only a ready to run server and I do not have root access. Has anyone experiences with that.

Thanks

Niko
Quote Reply
Re: [el noe] mod_perl on ready to run server In reply to
Hi,

still donīt know if it is possible. I can use Links::mod_perl within page.cgi for example. Probably it makes no sense to use it there, but it works. So I was trying to do the following: I created a .htaccess with

<Perl>
PerlRequire /path/to/admin/Links/mod_perl
</Perl>

and whoops there is an error 500

Crazy

Last edited by:

el noe: Feb 17, 2004, 12:33 AM
Quote Reply
Re: [el noe] mod_perl on ready to run server In reply to
Looks like I am getting nowhere this way. I canīt really call it from within .htaccess as far as I can see. Does anyone know if it makes any sense to enter the use Links::mod_perl in every .cgi or is it no(n)sense? I have no idea if there are advantages/disadvantages.

Regards

N || i k o