Resume of the situation

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Resume of the situation

    What you extract from your httpd.conf is what I have in mine except the
    FilesMatch "\.pl$" section, I'll try to add it this evening...
    For information I also add a line like "AddApplication
    application/x-perl-program .py" or something like that like for php
    handling but I don't know if it s a good thing...

    To resume the situation:

    In modules.conf
    LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so

    In httpd.conf
    PerlRequire /home/httpd/perl/startup.pl
    <IfModule mod_alias.c>
    Alias /perl/ /home/httpd/perl/
    </IfModule>
    <Location /perl>
    SetHandler perl-script
    PerlHandler Apache::Registry
    Options +ExecCGI
    PerlSendHeader On
    </Location>
    test Guest

  2. Similar Questions and Discussions

    1. M'I-5'P ersecution , ab use in set- up situation s a nd in p ublic
      -=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=- -= abuse in set-up. situations and in public -= -=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=- ...
    2. M,I-5 Persecut ion abuse in set-up situation s a nd in pub lic
      -=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=- -= abuse. in set-up situations and in public -= -=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=- ...
    3. In a desparate situation
      :confused;I am a Volunteer with The Safe Animal Shelter of Orange Park Florida - a non profit "No Kill" shelter for Cats and Dogs. We have a...
    4. Complex situation
      OK, here's the scenerio. One department here uses the same Access database (on a network) for various reasons, all different, but with the same...
    5. What's the situation with Shockwave plugin and OSX?
      I just discovered that the Shockwave plugin doesn't work with either Explorer, Safari or Netscape on my Mac with OS 10.2.8. When I try to load this...
  3. #2

    Default Re: Resume of the situation

    As the start of a new thread and without any context or even a halfway
    meaningfull error message or user name something calling itself "test"
    wrote:
    > What you extract from your httpd.conf is what I have in mine except the
    > FilesMatch "\.pl$" section, I'll try to add it this evening...
    Huh?

    nobull@mail.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139