<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans">
<p></p>
<p>Hi All,</p>
<p></p>
<p>I'm trying to run multiple instances ( 2 ) of Apache on a single IP address. I need this because I need the two instances to run as different users.</p>
<p></p>
<p>I've set up two config files with the following:</p>
<p></p>
<p></p>
<p>   config-1                                        config-2</p>
<p></p>
<p>ServerRoot "/etc/httpd"                  ServerRoot "/etc/httpd"</p>
<p>Listen 10.220.1.156:80                  Listen 10.220.1.156:8080</p>
<p>Include conf.d/*.conf                      Include conf.d/*.conf</p>
<p>User apache                                   User backuppc</p>
<p>Group apache                                Group backupp</p>
<p>DocumentRoot "/var/www/html"    DocumentRoot "/var/www/html"</p>
<p></p>
<p>When I start either apache it works but when I try to start both the second one doesn't start.</p>
<p></p>
<p>Error Message:</p>
<p></p>
<p>When I start config-1 first and then config-2 I get the following error message</p>
<p></p>
<p>Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443</p>
<p>no listening sockets available, shutting down</p>
<p>Unable to open logs</p>
<p></p>
<p></p>
<p>When I start config-2 first and the config-1 I get nothing.</p>
<p></p>
<p></p>
<p>I suspect the problem is loading the SSL module which in both cases is trying to listen on port 443. So short of removing the ssl.conf file from conf.d or creating duplicate conf.d directories one without the ssl.conf file is there anyway to do this.</p>
<p></p>
<p>Regards,</p>
<p></p>
<p>Tony</p>
<p></p>
<p>-- </p>
<p></p>
<p></p>
<p>Tony Molloy.</p>
<p></p>
<p>Dept. of Comp. Sci.</p>
<p>University of Limerick</p>
<p></p>
</body></html>