Need help for upgrade apache 2.2 to 2.4 with lucee 4.5.2 on production server

Hi,

I need to upgrade an apache 2.2 server to 2.4, i try on a test server, and
everything stop working.
I have try to recompile de mod_cfml manually, but still fail to display
cfm.

Someone have tips, or else how can i make a complete backup of lucee config
and then reinstall it with a fresh apache2.4 install, and then put back the
backup.

Thank you.

Patrick

Pre-compiled versions of mod_cfml for Apache 2.4 are available here:

If a pre-compiled version is not available for your system, compiling is actually really easy using APXS. Documentation is here:
http://www.modcfml.org/index.cfm/install/web-server-components/apache-on-centos/

Backing up your Lucee (server) config can be done by backing up your /opt/lucee/lib/lucee-server/ directory. This is where your server-wide configs are stored. More specifically, your /opt/lucee/lib/lucee-server/context/lucee-server.xml file. Your web context configs are stored in the WEB-INF directories of each of your web contexts. If you back up your lucee-server.xml file, then perform a new install, then restore your lucee-server.xml file, you should retain the settings of your previous install. If there are config changes that cause problems (like syntax differences between Lucee versions), you can still usually copy and paste specific configs from the backup file to the new. That’s a lot more work, but it’s faster then re-adding configs through the web interface.

Otherwise, if you could provide more detail on what is happening exactly, we could possibly offer better direction on how to fix the specific issue you’re having.–
Kind regards,
Jordan Michaels
Vivio Technologies

----- Original Message -----
From: “patrick” <@Patrick>
To: “Lucee” lucee@googlegroups.com
Sent: Sunday, January 10, 2016 12:18:21 PM
Subject: [Lucee] need help for upgrade apache 2.2 to 2.4 with lucee 4.5.2 on production server

Hi,

I need to upgrade an apache 2.2 server to 2.4, i try on a test server, and
everything stop working.
I have try to recompile de mod_cfml manually, but still fail to display
cfm.

Someone have tips, or else how can i make a complete backup of lucee config
and then reinstall it with a fresh apache2.4 install, and then put back the
backup.

Thank you.

Patrick


Love Lucee? Become a supporter and be part of the Lucee project today! - http://lucee.org/supporters/become-a-supporter.html

You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/34d50c5b-6c06-4226-92c8-8cef7542fa02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Did you ever resolve the issue?On Sunday, January 10, 2016 at 3:18:21 PM UTC-5, patrick wrote:

Hi,

I need to upgrade an apache 2.2 server to 2.4, i try on a test server, and
everything stop working.
I have try to recompile de mod_cfml manually, but still fail to display
cfm.

Someone have tips, or else how can i make a complete backup of lucee
config and then reinstall it with a fresh apache2.4 install, and then put
back the backup.

Thank you.

Patrick