LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Downgrading Apache? (https://www.linuxquestions.org/questions/slackware-14/downgrading-apache-4175459930/)

zoran119 04-28-2013 08:38 PM

Downgrading Apache?
 
My MythTV server (Slackware 14.0) cannot run MythWeb because mod_perl is not ready for Apache 2.4 yet. Is there a way of downgrading to 2.2? I could just remove 2.4 package and install 2.2 from Slackware 13.37 but I suspect there could be problems. Any opinions/experiences/advice?

ponce 04-28-2013 11:27 PM

https://www.linuxquestions.org/quest...-a-4175451382/

I suppose you don't want to try the bleeding edge version from svn, but you should be able to build this

http://slackware.osuosl.org/slackwar.../source/httpd/

Code:

BUILD=1 ./httpd.SlackBuild
after having downgraded it, backup /etc/httpd, run

Code:

slackpkg new-config
and overwrite its configuration files.

zoran119 05-01-2013 05:29 AM

Thanks ponce. Tried the SVN revision of mod_perl but ended up with segmentation faults on startup. Downgraded to 2.2 as per your instructions (had to downgrade PHP as well) and MythWeb is working now.

Thanks for your help.


All times are GMT -5. The time now is 08:06 PM.