Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 24, 2012, 01:56:13 AM

Pages: [1]   Go Down
  Print  
Author Topic: Does the server use mod_perl?  (Read 459 times)
jnellis
Pong! (the videogame) Master
*****
Offline Offline

Posts: 23


WWW
« on: October 05, 2002, 01:17:00 AM »

If so how can I add directives to httpd.conf?
Logged
Max
Über Jedi
*****
Offline Offline

Posts: 2534



WWW
« Reply #1 on: October 05, 2002, 02:07:00 PM »

We do not give users access to modify the httpd.conf file. As it is a global setting.

What are you trying to do?

Maybe you can do it from your .htaccess file.
Logged
jnellis
Pong! (the videogame) Master
*****
Offline Offline

Posts: 23


WWW
« Reply #2 on: October 06, 2002, 03:26:00 PM »

My forum software supports mod_perl which apparently makes it work a helluva lot faster.  The mod_perl instructions for it require this:
 
quote:
2. Now, add the following section to your httpd.conf file:

    <Location /url/to/gforum>
        SetHandler perl-script
        PerlHandler Apache::Registry
   PerlSendHeader On
   Options +ExecCGI
    </Location>  

and this:
 
quote:
3. Most mod_perl installations have a startup file for loading perl scripts you
are using when httpd is started. You need to add the following to your startup
file:

    use lib '/full/path/to/admin';
    require GForum::mod_perl;

where '/full/path/to/admin' is a full system path to your admin directory.

If you don't have a startup file, you should create one by adding to
your httpd.conf file:

    PerlRequire /path/to/startup.pl

and adding the above lines into startup.pl.  

Is there anyway you can see that this can be done on a per user basis?

Sincerely,
Joe
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: