LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora upgrade 10 --> 12 (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-upgrade-10-12-a-851069/)

acid_kewpie 12-20-2010 01:32 AM

well do you want to use mod_cache? If not, just comment out the line. There should also be an httpd.conf.rpmnew or similar which you can merge with your current httpd.conf to update it the configs to suit your needs.

John VV 12-20-2010 02:18 AM

Quote:

I've just upgraded from Fedora 10 to Fedora 11... Where did I said I upgraded to Fedora 14 ?
fedora 10 is END OF LIFE
fedora 11 is END OF LIFE
fedora 12 is END OF LIFE
fedora 13 will be END OF LIFE in 5 months
Fedora 14 is the current

there is NO support for 11 & 12
the ONLY supported versions of fedora are the current and the previous one ( for 6 months)

in post 2,3,4,and 5 you were instructed to install 14
in post 6 you said you did.

in post 7 the error might be from the fact that 11 is EOL and most of the mirrors have been deleted from the servers seeing as there was never going to be any updates to them

ilvista 12-20-2010 04:59 AM

ok right .
you're having this problem because you upgraded your httpd package but the you still have the old configuration file.and if
you compare your old httpd.conf with a the new one,you'll see that the following lines don't exist in the new one,witch means that the your new httpd package doesn't need them:

Code:

LoadModule file_cache_module modules/mod_file_cache.so
 LoadModule mem_cache_module modules/mod_mem_cache.so

so go the configuration file and comment the line above.


All times are GMT -5. The time now is 09:41 AM.