<?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 Re: mod_perl on RH 7.3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774856#M2102</link>
    <description>One thing that is not working properly, is the different size of the image, small,medium,large. When I click on them it gives these err in the log file: &lt;BR /&gt;File does not exist: ..../vol1//1024x768_041702-5.jpg&lt;BR /&gt;..../vol1//640x480_051402-10.jpg&lt;BR /&gt;why is the Apache::Album attaching an extra / in the path? here's my config file in httpd.conf:&lt;BR /&gt;&lt;IFMODULE mod_perl.c=""&gt;&lt;BR /&gt;        Alias /nicky "/var/www/html/albums/nicky"&lt;BR /&gt;        &lt;LOCATION&gt;&lt;BR /&gt;                SetHandler perl-script&lt;BR /&gt;                AllowOverride None&lt;BR /&gt;                Options None&lt;BR /&gt;                PerlHandler Apache::Album&lt;BR /&gt;                PerlSetVar AlbumDir /nicky/albums_loc&lt;BR /&gt;                PerlSetVar OutsideTableBorder 1&lt;BR /&gt;                PerlSetVar InsideTableBorder 1&lt;BR /&gt;                PerlSetVar ThumbDir     /nicky/thumbs&lt;BR /&gt;                perlSetVar SlideShowDelay 20&lt;BR /&gt;                PerlSetVar AllowFinalResize 1&lt;BR /&gt;                #PerlSetVar FinalResizeDir /nicky/albums_loc&lt;BR /&gt;        &lt;/LOCATION&gt;&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea? Thanks.</description>
    <pubDate>Tue, 30 Jul 2002 16:03:39 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2002-07-30T16:03:39Z</dc:date>
    <item>
      <title>mod_perl on RH 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774852#M2098</link>
      <description>I've got apache-1.3.23-11 and mod_perl 1.27 installed. But having problem with httpd.conf; &lt;BR /&gt;getting this error when doing "httpd -t": &lt;BR /&gt;Syntax error on line 1078 of /etc/httpd/conf/httpd.conf:&lt;BR /&gt;Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not included in the server configuration&lt;BR /&gt;&lt;BR /&gt;Here's the httpd.conf:&lt;BR /&gt;LoadModule perl_module        /usr/lib/apache/libperl.so&lt;BR /&gt;  Alias /perl /var/www/perl&lt;BR /&gt;    &lt;DIRECTORY&gt;&lt;BR /&gt;        PerlHandler Apache::Registry&lt;BR /&gt;        SetHandler perl-script&lt;BR /&gt;        Options +ExecCGI&lt;BR /&gt;    &lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;Does any have any idea? Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jul 2002 15:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774852#M2098</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-07-29T15:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl on RH 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774853#M2099</link>
      <description>By the way my apache is the default rpm from redhat, so it has the core module installed:&lt;BR /&gt;Compiled-in modules:&lt;BR /&gt;  http_core.c&lt;BR /&gt;  mod_so.c&lt;BR /&gt;suexec: enabled; valid wrapper /usr/sbin/suexec&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jul 2002 15:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774853#M2099</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-07-29T15:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl on RH 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774854#M2100</link>
      <description>You need the SetHandler first.&lt;BR /&gt;&lt;BR /&gt;Here's the stuff from the distribution of RH7.3:&lt;BR /&gt;&lt;BR /&gt;&lt;IFMODULE mod_perl.c=""&gt;&lt;BR /&gt;    Alias /perl /var/www/perl&lt;BR /&gt;    &lt;DIRECTORY&gt;&lt;BR /&gt;        SetHandler perl-script&lt;BR /&gt;        PerlHandler Apache::Registry&lt;BR /&gt;        Options +ExecCGI&lt;BR /&gt;    &lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;/IFMODULE&gt;</description>
      <pubDate>Mon, 29 Jul 2002 21:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774854#M2100</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-07-29T21:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl on RH 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774855#M2101</link>
      <description>Thanks. It is working now. I had the error bec. I took out out "&lt;IFMODULE mod_perl.c=""&gt;" and when I test it with "httpd -t", it complained about the PerlHandler synthax. Later I found out the httpd -t test for statically compiled module and to avoid the error you need "&lt;IFMODULE mod_perl.c=""&gt;" for DSO module. Go figured!!&lt;/IFMODULE&gt;&lt;/IFMODULE&gt;</description>
      <pubDate>Tue, 30 Jul 2002 14:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774855#M2101</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-07-30T14:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl on RH 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774856#M2102</link>
      <description>One thing that is not working properly, is the different size of the image, small,medium,large. When I click on them it gives these err in the log file: &lt;BR /&gt;File does not exist: ..../vol1//1024x768_041702-5.jpg&lt;BR /&gt;..../vol1//640x480_051402-10.jpg&lt;BR /&gt;why is the Apache::Album attaching an extra / in the path? here's my config file in httpd.conf:&lt;BR /&gt;&lt;IFMODULE mod_perl.c=""&gt;&lt;BR /&gt;        Alias /nicky "/var/www/html/albums/nicky"&lt;BR /&gt;        &lt;LOCATION&gt;&lt;BR /&gt;                SetHandler perl-script&lt;BR /&gt;                AllowOverride None&lt;BR /&gt;                Options None&lt;BR /&gt;                PerlHandler Apache::Album&lt;BR /&gt;                PerlSetVar AlbumDir /nicky/albums_loc&lt;BR /&gt;                PerlSetVar OutsideTableBorder 1&lt;BR /&gt;                PerlSetVar InsideTableBorder 1&lt;BR /&gt;                PerlSetVar ThumbDir     /nicky/thumbs&lt;BR /&gt;                perlSetVar SlideShowDelay 20&lt;BR /&gt;                PerlSetVar AllowFinalResize 1&lt;BR /&gt;                #PerlSetVar FinalResizeDir /nicky/albums_loc&lt;BR /&gt;        &lt;/LOCATION&gt;&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea? Thanks.</description>
      <pubDate>Tue, 30 Jul 2002 16:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774856#M2102</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-07-30T16:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl on RH 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774857#M2103</link>
      <description>Afraid not, no.  I've never actually used mod_perl (use PHP).</description>
      <pubDate>Tue, 30 Jul 2002 21:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mod-perl-on-rh-7-3/m-p/2774857#M2103</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-07-30T21:47:21Z</dc:date>
    </item>
  </channel>
</rss>

