brought up a new sever with the branch/release 9.04
apache version 2.2.3 getting this error: [Thu Jun 03 03:00:39 2010] [error] ajp_marshal_into_msgb - No such method \x80U\x01\x03 [Thu Jun 03 03:00:39 2010] [error] ajp_send_header: ajp_marshal_into_msgb failed [Thu Jun 03 03:00:39 2010] [error] (120010)APR does not understand this error code: proxy: AJP: request failed to (null) (localhost) where is the AJP jar for ofbiz ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> |
forgot to mention
ajp works fine for port 80 this is the https port. ======================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> BJ Freeman sent the following on 6/3/2010 3:07 AM: > brought up a new sever with the branch/release 9.04 > apache version 2.2.3 > > getting this error: > > [Thu Jun 03 03:00:39 2010] [error] ajp_marshal_into_msgb - No such > method \x80U\x01\x03 > [Thu Jun 03 03:00:39 2010] [error] ajp_send_header: > ajp_marshal_into_msgb failed > [Thu Jun 03 03:00:39 2010] [error] (120010)APR does not understand this > error code: proxy: AJP: request failed to (null) (localhost) > > where is the AJP jar for ofbiz > > ========================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > > |
Ok
for 3.2.2 you need to add to the virtualhost :433 SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW SSLCertificateFile /etc/pki/tls/certs/localhost.crt SSLCertificateKeyFile /etc/pki/tls/private/localhost.key ofcourse if you have a certificate for your domain you should replace the crt and key locations of your domain files. ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> BJ Freeman sent the following on 6/3/2010 5:51 AM: > forgot to mention > ajp works fine for port 80 > this is the https port. > > ======================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > > > BJ Freeman sent the following on 6/3/2010 3:07 AM: >> brought up a new sever with the branch/release 9.04 >> apache version 2.2.3 >> >> getting this error: >> >> [Thu Jun 03 03:00:39 2010] [error] ajp_marshal_into_msgb - No such >> method \x80U\x01\x03 >> [Thu Jun 03 03:00:39 2010] [error] ajp_send_header: >> ajp_marshal_into_msgb failed >> [Thu Jun 03 03:00:39 2010] [error] (120010)APR does not understand this >> error code: proxy: AJP: request failed to (null) (localhost) >> >> where is the AJP jar for ofbiz >> >> ========================= >> BJ Freeman >> http://bjfreeman.elance.com >> Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> >> Specialtymarket.com <http://www.specialtymarket.com/> >> >> Systems Integrator-- Glad to Assist >> >> Chat Y! messenger: bjfr33man >> <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> >> >> > > |
Free forum by Nabble | Edit this page |