SV: [newbie] Apache-mod_perl?

2001-04-18 Per discussione Patrik Nylund

It did work, but now I've noticed that I need to access one of those
libraries from a .htaccess-file before I get to the
/home/httpd/helpdesk/index.pl

Thanx anyway.

/Patrik

-Ursprungligt meddelande-
Frn: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Fr msoltys
Skickat: den 11 april 2001 19:35
Till: [EMAIL PROTECTED]
mne: Re: [newbie] Apache-mod_perl?




Patrik Nylund wrote:

 Hi, sorry if I ask a simple questions but I can't find a solutions
anywhere.
 I want to use perl-modules that are in a separate directory called
 /home/httpd/helpdesk but I can't find a file to change the @INC in. I've
 tried to change /var/www/hmtl/addon-modules/mod_perl/startup.pl but it
 doesn't change the @INC.
 Please help me if You can.
 By the way, does anyone know what the limit of max_clients is on the
 standard installation?

 /Patrik Nylund
 www.websidorna.com
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
Hi Patrick,

Try adding the following code to your script, near the beginning:

   use lib qw(/home/httpd/helpdesk);
or alternatively,
   BEGIN { unshift(@INC, '/home/httpd/helpdesk') };

to tell perl to look in that directory for modules.

Mickey Soltys





[newbie] Apache-mod_perl?

2001-04-11 Per discussione Patrik Nylund

Hi, sorry if I ask a simple questions but I can't find a solutions anywhere.
I want to use perl-modules that are in a separate directory called
/home/httpd/helpdesk but I can't find a file to change the @INC in. I've
tried to change /var/www/hmtl/addon-modules/mod_perl/startup.pl but it
doesn't change the @INC.
Please help me if You can.
By the way, does anyone know what the limit of max_clients is on the
standard installation?


/Patrik Nylund
www.websidorna.com
[EMAIL PROTECTED]
[EMAIL PROTECTED]





[newbie] Upgrading RedHat?

2001-03-30 Per discussione Patrik Nylund

Hi.
Is it possible to upgrade from RedHat 7.0 to Mandrake 7.2 without loosing
too much information?
What kind of info do I risk to loose?
We've got qmail with vmail and courier on that machine right now and we
don't look forward to loosing all the mail and accounts or the
configurations.

I'd be grateful for any help or comments onthis.

/Patrik





[newbie] Migrate RedHat to Mandrake?

2001-03-16 Per discussione Patrik Nylund

Hi everyone.
I would like to migrate to Mandrake from RedHat but I need to keep all the
qmail,vmailmanager settings and users.
Now I wodner if there is any easy way to do this or do I have to install
Mandrake on a new disk and copy the whole mail system to the new disk?

/Patrik