• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Missed mod_webapp.so !!!

A

alireza

Guest
Hey guyz;
I was goin to start my httpd while I got the following error"

Code:
[root@localhost TOMCAT]# service httpd start
Starting httpd: Syntax error on line 1064 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/httpd/modules/mod_webapp.so into server: /usr/lib/httpd/modules/mod_webapp.so: undefined symbol: ap_palloc
                                                           [FAILED]
[root@localhost TOMCAT]#
I'm using "tomcat-4.1.27-13" with "httpd-2.0.51-2.9.4.legacy" , I got that "mod_webapp.so" is missed, tried to find some on the web, but they're all different version than I have, I am using FedoraCore 2.
any help appreciated, tnx ;)
 
Originally posted by alireza
Hey guyz;
I was goin to start my httpd while I got the following error"

Code:
[root@localhost TOMCAT]# service httpd start
Starting httpd: Syntax error on line 1064 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/httpd/modules/mod_webapp.so into server: /usr/lib/httpd/modules/mod_webapp.so: undefined symbol: ap_palloc
                                                           [FAILED]
[root@localhost TOMCAT]#
I'm using "tomcat-4.1.27-13" with "httpd-2.0.51-2.9.4.legacy" , I got that "mod_webapp.so" is missed, tried to find some on the web, but they're all different version than I have, I am using FedoraCore 2.
any help appreciated, tnx ;)

This is not saying mod_webapp.so is missing, it is saying mod_webapp.so is referencing an undefined symbol. How about you start with a little history, such as: 1. Did you rebuild httpd manually? 2. Did you rebuild tomcat manually? 3. What verison of Plesk, is it for FC2?

I am using Fedora Core 2, httpd-2.0.51-2.9.4.legacy and I am not having any problems with mod_webapp from Plesk 7.5.4 for FC2.
 
Re: Re: Missed mod_webapp.so !!!

Originally posted by wagnerch
This is not saying mod_webapp.so is missing, it is saying mod_webapp.so is referencing an undefined symbol. How about you start with a little history, such as: 1. Did you rebuild httpd manually? 2. Did you rebuild tomcat manually? 3. What verison of Plesk, is it for FC2?

I am using Fedora Core 2, httpd-2.0.51-2.9.4.legacy and I am not having any problems with mod_webapp from Plesk 7.5.4 for FC2.

it was missing , i replaced with another one ;) thats why ...

1- NO
2- YES, Reinstalled !
 
Re: Re: Re: Missed mod_webapp.so !!!

Originally posted by alireza
it was missing , i replaced with another one ;) thats why ...

1- NO
2- YES, Reinstalled !

Ahh, that explains it. Here is what I would do:

find /var/psa -name "mod_webapp*"

Find the right version of Plesk/OS and "rpm --force -Uvh" that file. If you upgraded from 7.5.3 to 7.5.4 then mod_webapp may be the one that came with Plesk 7.5.3 (or maybe even an older version).

Then you will probably have to restart Apache.
 
Re: Re: Re: Re: Missed mod_webapp.so !!!

Originally posted by wagnerch
Ahh, that explains it. Here is what I would do:

find /var/psa -name "mod_webapp*"

Find the right version of Plesk/OS and "rpm --force -Uvh" that file. If you upgraded from 7.5.3 to 7.5.4 then mod_webapp may be the one that came with Plesk 7.5.3 (or maybe even an older version).

Then you will probably have to restart Apache.
dude, I already did these all, what i need now is the right version of mod_webapp.so , someone with FedoraCore2 can send it to me plz?:confused:
 
Re: Re: Re: Re: Re: Missed mod_webapp.so !!!

Originally posted by alireza
dude, I already did these all, what i need now is the right version of mod_webapp.so , someone with FedoraCore2 can send it to me plz?:confused:

I told you where to find it, Plesk keeps a copy of the original RPMs. Just force upgrade it like I said and you would be fine.

Otherwise continue on screwing up your installation.
 
Back
Top