|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi All,
Is there a way to query Apache to determine if mod_ssl is compiled? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 2008-01-14, HugeBob <rnurse@gmail.com> wrote:
> Is there a way to query Apache to determine if mod_ssl is compiled? it could be compiled but not loaded, so first of all, check if it's compiled built-in (httpd -l should tell), otherwise check if mod_ssl is in the module's directory (the 'root' dir is reported by httpd -v, and then the module's directory is reported in the config file). Davide -- When a man with a roller from an UC 8100 Laserjet meets a man with an oxtail dao, the man with a roller from an UC 8100 Laserjet is a dead man. - Kodak Eastman in "A Fistful of Toner". -- somebody on asr |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Jan 14, 10:21 am, Davide Bianchi <davideyeahs...@onlyforfun.net>
wrote: > it could be compiled but not loaded, so first of all, check if it's > compiled built-in (httpd -l should tell), otherwise check if mod_ssl is > in the module's directory (the 'root' dir is reported by httpd -v, > and then the module's directory is reported in the config file). > > Davide > Thanks for responding so quickly Davide. httpd -l doesn't even list mod_ssl.c. And having revisited the httpd.conf (after your post jarred the cobwebs loose), I see that its *.so file isn't being loaded and it's not in the %ServerDirectory%/modules directory. I'm thinking that, though SSL should be on this server, it isn't. So, knowing very little about all this, where can I find a compatible version of MOD_SSL for Apache 2.0.58? Since 2.0.58 is already installed, can MOD_SSL be added to the installation somehow? Also, if I have a mod_ssl.so file on another box, could that be copied and used in another similar environment? |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On 2008-01-14, HugeBob <rnurse@gmail.com> wrote:
> and it's not in the %ServerDirectory%/modules directory. I'm thinking > that, though SSL should be on this server, it isn't. What if you add a 'LoadModule' directive to the httpd.conf to load it and then run a apachectl configtest to see? If ain't there, it will tell you right away. > where can I find a compatible version of > MOD_SSL for Apache 2.0.58? In the binary distribution for your OS, if it exists, otherwise you'll have to compile it. > mod_ssl.so file on another box, could that be copied and used in > another similar environment? If the OS/Libraries are the same, yes. In any event, you can try to put the module in the modules directory and try to load it by adding the LoadModule directive. If there are problems, the configtest procedure will tell you. Davide -- A four-year-old child could understand that. Run out and find me a four-year-old child, I can't make head or tail out of it. -- Julius Henry "Groucho" Marx (http://en.wikiquote.org/wiki/Groucho_Marx) |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On Mon, 14 Jan 2008 07:16:29 -0800 (PST), HugeBob
<rnurse@gmail.com> wrote: >Hi All, > >Is there a way to query Apache to determine if mod_ssl is compiled? The easiest way is to install a distribution which includes it out of the box, like XAMPP http://www.apachefriends.org/en/xampp-windows.html HTH -- ( Kees ) c[_] beautify our dumps. Throw away something pretty. (#169) |
|
![]() |
| Outils de la discussion | |
|
|