<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic mod_perl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl/m-p/2726951#M721748</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Where do I get mod_perl and how do i get it installed on hpux?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Jayesh&lt;BR /&gt;</description>
    <pubDate>Sat, 18 May 2002 10:49:35 GMT</pubDate>
    <dc:creator>Jayesh shah</dc:creator>
    <dc:date>2002-05-18T10:49:35Z</dc:date>
    <item>
      <title>mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl/m-p/2726951#M721748</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Where do I get mod_perl and how do i get it installed on hpux?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Jayesh&lt;BR /&gt;</description>
      <pubDate>Sat, 18 May 2002 10:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl/m-p/2726951#M721748</guid>
      <dc:creator>Jayesh shah</dc:creator>
      <dc:date>2002-05-18T10:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl/m-p/2726952#M721749</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you should be able to download it from CPAN at &lt;A href="http://www.perl.com" target="_blank"&gt;http://www.perl.com&lt;/A&gt; and use it from within your Apache's "httpd.conf" file with as dynamically loaded module, so check your Apache has been "configure"d and "make"d with the proper options... (use "./configure -h" in the Apache-Source-dir for the correct spelling).&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Sat, 18 May 2002 12:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl/m-p/2726952#M721749</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-05-18T12:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl/m-p/2726953#M721750</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I believe Apache source code is not available with hpux (hpux is supplied only with the apache binaries). &lt;BR /&gt;I had downloaded mod_perl from &lt;BR /&gt;perl.apache.org but could not install it.&lt;BR /&gt;&lt;BR /&gt;I tried perl Makefile.pl after  extracting the module, but I was prompted for apached src directory and could  not proceed.&lt;BR /&gt;&lt;BR /&gt;Please, any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jayesh&lt;BR /&gt;</description>
      <pubDate>Sat, 18 May 2002 12:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl/m-p/2726953#M721750</guid>
      <dc:creator>Jayesh shah</dc:creator>
      <dc:date>2002-05-18T12:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl/m-p/2726954#M721751</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;well, getting the Apache sources from httpd.apache.com is quite easy, extract (with the GNU tar) and then cd into your source directory. Now "./configure -h" for the help, and call it with all the options you want, especially the one to permit "DSO" (Dynamic Shared Objects", i.e. without re-compilation. Then "make" (with the GNU make) and "make install", that's it, basically.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Sun, 19 May 2002 09:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl/m-p/2726954#M721751</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-05-19T09:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl/m-p/2726955#M721752</link>
      <description>Hi if you are trying to use mod perl with the HP apache you need to do what this document says. I had problems with it until I did the following&lt;BR /&gt;&lt;BR /&gt;#########################&lt;BR /&gt;How to enable mod_perl in Apache server. DocId: KBAN00000583   Updated: 20010130 &lt;BR /&gt;&lt;BR /&gt;DOCUMENT&lt;BR /&gt;The Apache web server, version 1.3.12 distributed and supported by HP has&lt;BR /&gt;mod_perl statically linked into the server binary.  This enables the Apache&lt;BR /&gt;server to interpret Perl scripts internally, without calling an external perl&lt;BR /&gt;interpreter.  In order to utilize this functionality, first install the HP&lt;BR /&gt;supported HP Perl product "Perl 32 bit on HP-UX", product number B9829AA.&lt;BR /&gt;&lt;BR /&gt;Ensure that the line AddModule mod_perl.c is uncommented, and add&lt;BR /&gt;the following lines to /opt/apache/conf/httpd.conf:&lt;BR /&gt;&lt;BR /&gt;             PerlModule Apache::Registry&lt;BR /&gt;             Alias /perl/ /home/httpd/perl/&lt;BR /&gt;             &lt;LOCATION&gt;&lt;BR /&gt;               SetHandler perl-script&lt;BR /&gt;               PerlHandler Apache::Registry&lt;BR /&gt;               PerlSendHeader On&lt;BR /&gt;               Options +ExecCGI&lt;BR /&gt;             &lt;/LOCATION&gt;&lt;BR /&gt;&lt;BR /&gt;This will cause Apache to look in directory /home/httpd/perl whenever a URI&lt;BR /&gt;preceded with /perl is requested, and invoke the perl-script handler linked in&lt;BR /&gt;with the server binary.  Of course any directory accessible by Apache may be&lt;BR /&gt;used to store perl scripts.&lt;BR /&gt;&lt;BR /&gt;Use the following simple perl script, test_perl as a test:&lt;BR /&gt;use strict;&lt;BR /&gt;use CGI qw(:all);&lt;BR /&gt;print "Content-type: text/plain\n\n";&lt;BR /&gt;print `echo Apache mod_perl works!!!!`;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Open the uri http://HOSTNAME/perl/test_perl, and you should receive the output:&lt;BR /&gt;"Apache mod_perl works!!!!".</description>
      <pubDate>Mon, 20 May 2002 01:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl/m-p/2726955#M721752</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-05-20T01:56:10Z</dc:date>
    </item>
  </channel>
</rss>

