Mod-ssl and apache configuration question
am 06.11.2004 01:07:06 von Kory Wheatley
I have a project where I need to setup an Apache secure server. I have
an Apache non secure server already on my workstation. I don't want the
Apache secure server to run under the same daemon service, so I've
downloaded a separate Apache tar file.
This server also needs to run under a different user and group.
What is the steps of compiling Mod_SSL and DSO into Apache and under a
different server user. This setup will only be for a secure server and
no other virtual hosts.
If there's a step by step process to do this that would be really nice.
--
Kory Wheatley
Academic Computing Analyst Sr.
Phone 282-3874
#########################################
Everything must point to him.
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: Mod-ssl and apache configuration question
am 08.11.2004 22:03:55 von Mads Toftum
On Fri, Nov 05, 2004 at 05:07:06PM -0700, Kory Wheatley wrote:
> I have a project where I need to setup an Apache secure server. I have
> an Apache non secure server already on my workstation. I don't want the
> Apache secure server to run under the same daemon service, so I've
> downloaded a separate Apache tar file.
>
> This server also needs to run under a different user and group.
>
> What is the steps of compiling Mod_SSL and DSO into Apache and under a
> different server user. This setup will only be for a secure server and
> no other virtual hosts.
>
> If there's a step by step process to do this that would be really nice.
>
You don't need anything special to do this - just build apache with mod_ssl
and change the config so that you have it listening on port 443 only. Then
change User and Group to whatever user you want it to run under. That's
really all you need to do.
vh
Mads Toftum
--
`Darn it, who spiked my coffee with water?!' - lwall
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org