RE: [opensuse] Re: upgrading Apache (Suse 10.0) help.{solved}

2007-07-22 Thread James D. Parra
James D. Parra escribió:

> 
> After poking around a bit more, I see that mod_jk_ap20 (tomcat5) is for
> Apache 2.0. Is there a repository for Tomcat and a mod_jk module for
Apache
> 2.2?

add this repository to yast/smart

http://software.opensuse.org/download/Apache:/Modules/Apache_SuSE_Linux_10.0

update mod_jk.

~~

Thank you Cristian, it all works.

By the way, how did you figure out where to find these packages?

Gratefully,

~James
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Re: upgrading Apache (Suse 10.0) help.

2007-07-22 Thread Cristian Rodriguez R.
James D. Parra escribió:

> 
> After poking around a bit more, I see that mod_jk_ap20 (tomcat5) is for
> Apache 2.0. Is there a repository for Tomcat and a mod_jk module for Apache
> 2.2?

add this repository to yast/smart

http://software.opensuse.org/download/Apache:/Modules/Apache_SuSE_Linux_10.0

update mod_jk.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [opensuse] Re: upgrading Apache (Suse 10.0) help.

2007-07-22 Thread James D. Parra


Thank you for your instructions. This worked perfectly on our 32 bit server,
but somehow apache won't start on our 64 bit box. We get an error of;

# rcapache2 start
Starting httpd2 (prefork) httpd2-prefork: Syntax error on line 116 of
/etc/apache2/httpd.conf: Syntax error on line 24 of
/etc/apache2/sysconfig.d/loadmodule.conf: Cannot load
/usr/lib64/apache2/mod_jk.so into server: /usr/lib64/apache2/mod_jk.so:
undefined symbol: apr_sockaddr_port_get

The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
  failed

Any ideas on how to fix this?


After poking around a bit more, I see that mod_jk_ap20 (tomcat5) is for
Apache 2.0. Is there a repository for Tomcat and a mod_jk module for Apache
2.2?

Many thanks in advance,

~James
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [opensuse] Re: upgrading Apache (Suse 10.0) help.

2007-07-22 Thread James D. Parra
>Since I'll be upgrading a production server using the older
> version of Apache, will the upgrade 'break' anything, for example SSL,
PHP5,
> the Apache modules, and will it work the config files, especially the
> virtual host files?  With this big version difference, I'd hate to break
> something.
> 
> Many thanks for your help,
> 
> ~James

james:

In order to avoid breaking stuff you should do the following.

add this repositories:

http://software.opensuse.org/download/Apache/SUSE_Linux_10.0/

http://software.opensuse.org/download/server:/php/server_apache_SuSE_Linux_1
0.0/

the remove your old PHP installation **completely** ( in case you are
using the version included in 10.0 of course)

then reinstall apache2-mod_php5 apache2-prefork, the needed PHP
modules... ( you may need to upgrade more stuff depending what other
software in your system uses libapr* )

and no, you will not break virtual host configuration as it is backward
compatible.


Thank you for your instructions. This worked perfectly on our 32 bit server,
but somehow apache won't start on our 64 bit box. We get an error of;

# rcapache2 start
Starting httpd2 (prefork) httpd2-prefork: Syntax error on line 116 of
/etc/apache2/httpd.conf: Syntax error on line 24 of
/etc/apache2/sysconfig.d/loadmodule.conf: Cannot load
/usr/lib64/apache2/mod_jk.so into server: /usr/lib64/apache2/mod_jk.so:
undefined symbol: apr_sockaddr_port_get

The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
  failed

Any ideas on how to fix this?

Many thanks,

~James
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [opensuse] Re: upgrading Apache (Suse 10.0) help.

2007-07-22 Thread James D. Parra
>Since I'll be upgrading a production server using the older
> version of Apache, will the upgrade 'break' anything, for example SSL,
PHP5,
> the Apache modules, and will it work the config files, especially the
> virtual host files?  With this big version difference, I'd hate to break
> something.
> 
> Many thanks for your help,
> 
> ~James

james:

In order to avoid breaking stuff you should do the following.

add this repositories:

http://software.opensuse.org/download/Apache/SUSE_Linux_10.0/

http://software.opensuse.org/download/server:/php/server_apache_SuSE_Linux_1
0.0/

the remove your old PHP installation **completely** ( in case you are
using the version included in 10.0 of course)

then reinstall apache2-mod_php5 apache2-prefork, the needed PHP
modules... ( you may need to upgrade more stuff depending what other
software in your system uses libapr* )

and no, you will not break virtual host configuration as it is backward
compatible.


Thank you for your instructions. This worked perfectly on our 32 bit server,
but somehow apache won't start on our 64 bit box. We get an error of;

# rcapache2 start
Starting httpd2 (prefork) httpd2-prefork: Syntax error on line 116 of
/etc/apache2/httpd.conf: Syntax error on line 24 of
/etc/apache2/sysconfig.d/loadmodule.conf: Cannot load
/usr/lib64/apache2/mod_jk.so into server: /usr/lib64/apache2/mod_jk.so:
undefined symbol: apr_sockaddr_port_get

The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
  failed

Any ideas on how to fix this?

Many thanks,

~James
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]