Re: Apache using wrong SSL servername, but where is it's getting it from?

2000-11-29 Thread Jonathan Wilson
e for the system. > >On Tue, 28 Nov 2000 21:21:53 -0600, Jonathan Wilson wrote: > >>Howdy, >> >>I've just gone through the steps, I think , of setting up Apache on RH 6.2 to use >mod_ssl. But I noticed something odd: when starting up, it reports the wrong &g

Re: Apache using wrong SSL servername, but where is it's getting it from?

2000-11-29 Thread Michael Burger
use >mod_ssl. But I noticed something odd: when starting up, it reports the wrong >servername for the ssl virtual host. It is obviously my fault - I put a typo in it. >what gets me is, I grepd through all the files, including the various certificates, >and I can't find that t

Apache using wrong SSL servername, but where is it's getting it from?

2000-11-28 Thread Jonathan Wilson
Howdy, I've just gone through the steps, I think , of setting up Apache on RH 6.2 to use mod_ssl. But I noticed something odd: when starting up, it reports the wrong servername for the ssl virtual host. It is obviously my fault - I put a typo in it. what gets me is, I grepd through al

Re: ServerName

2000-11-13 Thread Muhammad Asif
i just got it... the application i am using has its own conf file thru which it was reading ...for ServerName directive. i just updated these files and its working now... thanz a lot for all for you.. - Original Message - From: "Marco Shaw" <[EMAIL PROTECTED]> To: &

Re: ServerName

2000-11-11 Thread Marco Shaw
You either have an incomplete /etc/resolv.conf and/or you must set your server name with the 'localhost new_host_name' command. Marco - Original Message - From: "Muhammad Asif" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 11, 2000

Re: ServerName

2000-11-11 Thread Muhammad Asif
yeah...i had made changes in file u indicated but local host is not determined still - Original Message - From: "Marco Shaw" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 11, 2000 4:45 PM Subject: Re: ServerName > You have to set 'Se

Re: ServerName

2000-11-11 Thread Marco Shaw
You have to set 'ServerName' in the Apache config file. I think it's /etc/httpd/conf/httpd.conf. Marco - Original Message - From: "Muhammad Asif" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 11, 2000 7:44 AM Subject: Re: Ser

Re: ServerName

2000-11-11 Thread Muhammad Asif
> To: <[EMAIL PROTECTED]> Sent: Saturday, November 11, 2000 3:25 PM Subject: Re: ServerName >You need to define a servername in the httpd.conf file. (default server > name) You can have as many aliases for server names as you want after > that, but need to have one set as a defau

Re: ServerName

2000-11-11 Thread Fred Edmister
You need to define a servername in the httpd.conf file. (default server name) You can have as many aliases for server names as you want after that, but need to have one set as a default (roughtly1/2 way through the file) ServerName www.yourdomain.com That is the line that

ServerName

2000-11-11 Thread Muhammad Asif
i am installing an application on RH6.2 which sets its own port 30005 for web-based administration. but while starting a service it says: "Can not determine local host name. Use ServerName directive manually to set it" what is difference between directive and env. variable and whats t