[EMAIL PROTECTED] Virtual Hosts

2005-11-14 Thread Nash, Marty
Title: Virtual Hosts I'm trying to setup 2 virtual hosts on the same IP. Here's what my configuration looks like: Listen myservername:80 Listen myotherserver:8080 NameVirtualHost myservername:80 NameVurtualHost myotherserver:8080 VirtualHost myservername:80 DocumentRoot

[EMAIL PROTECTED] Virtual Hosts

2005-10-17 Thread Nash, Marty
Title: Virtual Hosts I'm trying to set up 2 virtual hosts, here's how my configuration files looks: Listen virtual_host_number1:80 Listen virtual_host_number2:8080 NameVirtualHost virtual_host_number1:80 NameVirtualHost virtual_host_number2:8080 VirtualHost virtual_host_number1:80

RE: [users@httpd] Apache 2.0.54 - Can't get it to run on Solaris 5.8

2005-07-08 Thread Nash, Marty
/nsswitch.conf and /etc/resolv.conf ? (You may anonymise the IP addresses) -ascs -Original Message- From: Nash, Marty [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 9:34 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache 2.0.54 - Can't get it to run

[users@httpd] Apache 2.0.54 - Can't get it to run on Solaris 5.8

2005-07-06 Thread Nash, Marty
Title: Apache 2.0.54 - Can't get it to run on Solaris 5.8 I downloaded Apache 2.0.54 from Sun Freeware site, ran the pkgadd command, it installed into /usr/local/apache2 directory. When I attempt to start it, I get the following error message: ksh -x ./apachectl start + + /bin/pwd + 2

RE: [users@httpd] Apache 2.0.54 - Can't get it to run on Solaris 5.8

2005-07-06 Thread Nash, Marty
@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.0.54 - Can't get it to run on Solaris 5.8 Nash, Marty wrote: I downloaded Apache 2.0.54 from Sun Freeware site, ran the pkgadd Any thoughts? Are you using SSL/vhosts by any chance? There was a bug in the apr library distributed with Solaris