You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Chris Arnold <ca...@electrichendrix.com> on 2012/02/24 22:27:51 UTC

[users@httpd] Perl for Apache

Apache 2.2.10 and perl 5.10. Perl module is loaded. Is there config that needs to be done to apache? I know what you're going to say, of course there is!! Let me tell you what I am running into. Sles 11, we are trying to

Sent from my iPhone
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Perl for Apache

Posted by Chris Arnold <ca...@electrichendrix.com>.
On Feb 26, 2012, at 9:52 AM, Yehuda Katz <ye...@ymkatz.net> wrote:

> On Fri, Feb 24, 2012 at 4:58 PM, Chris Arnold <ca...@electrichendrix.com> wrote:
> On Feb 24, 2012, at 4:49 PM, Yehuda Katz <ye...@ymkatz.net> spake unto us
>> On Fri, Feb 24, 2012 at 4:42 PM, Chris Arnold <ca...@electrichendrix.com> wrote:
>> The part that makes me think  that apache is not configured for mod-perl is when I restart apache I should see:
>> 
>> linux:~ # rcapache restart 
>> 
>> Shutting down httpd done 
>> 
>> Starting httpd [ PERL ] done 
>> 
>> linux:~ #
>> 
>> I do not see the PERL part when restarting.
>> 
>> I wonder if it is the same issue you had with mod_proxy_http being removed by the rc script?
>> In SUSE, you need to add perl to the load modules line in /etc/sysconfig/apache2
>> 
>> - Y
> that's what I first thought but it is listed in /etc/sysconfig/apache2 and listed in /etc/apache2/sysconfig.d/loadmodules.conf
> 
> You can get the final word on whether mod_perl is enabled by going to /server-info (which you have enabled, if I remember correctly).
> Search on that page for perl.
I did and it did show. I just was concerned that when I restarted apache, I should see httpd restart [perl] and I didn't. I did get the webapp working. Sorry for taking up space on this mailing list.

Re: [users@httpd] Perl for Apache

Posted by Yehuda Katz <ye...@ymkatz.net>.
On Fri, Feb 24, 2012 at 4:58 PM, Chris Arnold
<ca...@electrichendrix.com>wrote:

> On Feb 24, 2012, at 4:49 PM, Yehuda Katz <ye...@ymkatz.net> spake unto us
>
> On Fri, Feb 24, 2012 at 4:42 PM, Chris Arnold <carnold@electrichendrix.com
> > wrote:
>
>> The part that makes me think  that apache is not configured for mod-perl
>> is when I restart apache I should see:
>>
>> linux:~ # rcapache restart
>>
>> Shutting down httpd                                         done
>>
>> Starting httpd [ PERL ]                                     done
>>
>> linux:~ #
>>
>> I do not see the PERL part when restarting.
>>
>>
> I wonder if it is the same issue you had with mod_proxy_http being removed
> by the rc script?
> In SUSE, you need to add perl to the load modules line
> in /etc/sysconfig/apache2
>
> - Y
>
> that's what I first thought but it is listed in /etc/sysconfig/apache2 and
> listed in /etc/apache2/sysconfig.d/loadmodules.conf
>

You can get the final word on whether mod_perl is enabled by going to
/server-info (which you have enabled, if I remember correctly).
Search on that page for perl.

- Y

Re: [users@httpd] Perl for Apache

Posted by Chris Arnold <ca...@electrichendrix.com>.
On Feb 24, 2012, at 4:49 PM, Yehuda Katz <ye...@ymkatz.net> spake unto us
> On Fri, Feb 24, 2012 at 4:42 PM, Chris Arnold <ca...@electrichendrix.com> wrote:
> The part that makes me think  that apache is not configured for mod-perl is when I restart apache I should see:
> 
> linux:~ # rcapache restart 
> 
> Shutting down httpd done 
> 
> Starting httpd [ PERL ] done 
> 
> linux:~ #
> 
> I do not see the PERL part when restarting.
> 
> I wonder if it is the same issue you had with mod_proxy_http being removed by the rc script?
> In SUSE, you need to add perl to the load modules line in /etc/sysconfig/apache2
> 
> - Y
that's what I first thought but it is listed in /etc/sysconfig/apache2 and listed in /etc/apache2/sysconfig.d/loadmodules.conf

Re: [users@httpd] Perl for Apache

Posted by Yehuda Katz <ye...@ymkatz.net>.
On Fri, Feb 24, 2012 at 4:42 PM, Chris Arnold
<ca...@electrichendrix.com>wrote:

> The part that makes me think  that apache is not configured for mod-perl
> is when I restart apache I should see:
>
> linux:~ # rcapache restart
>
> Shutting down httpd                                         done
>
> Starting httpd [ PERL ]                                     done
>
> linux:~ #
>
> I do not see the PERL part when restarting.
>
>
I wonder if it is the same issue you had with mod_proxy_http being removed
by the rc script?
In SUSE, you need to add perl to the load modules line
in /etc/sysconfig/apache2

- Y

Re: [users@httpd] Perl for Apache

Posted by Chris Arnold <ca...@electrichendrix.com>.
***sorry my son jumped off a chair and onto the couch and I inadvertently pressed send. I continue where I left off....
Apache 2.2.10 with mod-perl and perl 5.10. Perl module is loaded. Is there config that needs to be done to apache? I know what you're going to say, of course there is!! Let me tell you what I am running into. Sles 11, we are trying to do is install a ticketing system called otrs and this system is written in perl. They had a sles rpm that I installed from after 6 or so dependencies were installed. Then you got localhost/otrs/installer.pl to config the db and such. This part works up to a certain part; does the pl installer verify that perl is installed and working correctly? The part that makes me think  that apache is not configured for mod-perl is when I restart apache I should see:
linux:~ # rcapache restart 
Shutting down httpd done 
Starting httpd [ PERL ] done 
linux:~ #
I do not see the PERL part when restarting.