View previous topic :: View next topic |
Author |
Message |
kitana_ann Tux's lil' helper


Joined: 04 Sep 2003 Posts: 117
|
Posted: Wed Oct 26, 2005 7:41 pm Post subject: Apache update problem |
|
|
I get this since I updated apache, reconfigured the http.conf and moved my apache2.conf+commonapache2.conf.
Code: | [# > /etc/init.d/apache2 start
* Apache2 has detected a syntax error in your configuration files:
Syntax error on line 3 of /etc/apache2/modules.d/40_mod_ssl.conf:
Cannot load /usr/lib/apache2/extramodules/mod_ssl.so into server: /usr/lib/apache2/extramodules/mod_ssl.so: cannot open shared object file: No such file or directory |
Has anybody encounted this problem to?
Any tips?
I have tried revdep-rebuild, it did not help. |
|
Back to top |
|
 |
eltech Guru


Joined: 05 Nov 2002 Posts: 582 Location: New York
|
Posted: Wed Oct 26, 2005 7:45 pm Post subject: Re: Apache update problem |
|
|
kitana_ann wrote: | I get this since I updated apache, reconfigured the http.conf and moved my apache2.conf+commonapache2.conf.
Code: | [# > /etc/init.d/apache2 start
* Apache2 has detected a syntax error in your configuration files:
Syntax error on line 3 of /etc/apache2/modules.d/40_mod_ssl.conf:
Cannot load /usr/lib/apache2/extramodules/mod_ssl.so into server: /usr/lib/apache2/extramodules/mod_ssl.so: cannot open shared object file: No such file or directory |
Has anybody encounted this problem to?
Any tips?
I have tried revdep-rebuild, it did not help. | yes, you have to reconfigure your apache.. this is with the new apache build which i think has been out for some time now.. the re-configuring is painless.. just doublecheck your httpd.conf make the necessary changes and move the apache2.conf out of the /etc/apache2/conf location or *.BAK it
the new version now uses one file for apache2.conf and commonapache.conf |
|
Back to top |
|
 |
kitana_ann Tux's lil' helper


Joined: 04 Sep 2003 Posts: 117
|
Posted: Fri Oct 28, 2005 10:16 am Post subject: Re: Apache update problem |
|
|
eltech wrote: | kitana_ann wrote: | I get this since I updated apache, reconfigured the http.conf and moved my apache2.conf+commonapache2.conf.
Code: | [# > /etc/init.d/apache2 start
* Apache2 has detected a syntax error in your configuration files:
Syntax error on line 3 of /etc/apache2/modules.d/40_mod_ssl.conf:
Cannot load /usr/lib/apache2/extramodules/mod_ssl.so into server: /usr/lib/apache2/extramodules/mod_ssl.so: cannot open shared object file: No such file or directory |
Has anybody encounted this problem to?
Any tips?
I have tried revdep-rebuild, it did not help. | yes, you have to reconfigure your apache.. this is with the new apache build which i think has been out for some time now.. the re-configuring is painless.. just doublecheck your httpd.conf make the necessary changes and move the apache2.conf out of the /etc/apache2/conf location or *.BAK it
the new version now uses one file for apache2.conf and commonapache.conf |
I have already done that. I have configured http.conf and also moved apache2.conf and commonapache2.conf to a defrent location.
But I still get the error when I try to start apache. |
|
Back to top |
|
 |
pointers Tux's lil' helper


Joined: 18 Apr 2004 Posts: 123
|
Posted: Fri Oct 28, 2005 11:17 am Post subject: mod_ssl.so |
|
|
In the old configuration, mod_ssl and php modules etc were under /usr/lib/extramodules (as far as I remember)
and in the new one those are moved into /usr/lib/apache2/modules .(This is what I know) If you are using the old ssl config it may cause some problems. It is better to double check config |
|
Back to top |
|
 |
|