Web Hosting Forum | Lunarpages
News: July 14, 2008 - New Contest! - Submit Your WordPress Theme Designs, Win BIG!
August 5, 2008 - Time to Submit Your Links for the August 08 Site of the Month Award!
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
August 21, 2008, 06:18:22 AM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Does the server use mod_perl?  (Read 175 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
Lunarpages
Über Jedi
*****
Offline Offline

Posts: 2550



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:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks


Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM