[users@httpd] Virtualhost question

2013-01-10 Thread CS DBA
Hi all; I'm setting up a new web server, and I'm pretty good with Linux in general but I am not an apache expert. Here's the overall problem: I have a website (mysite.com) I've installed Scientific linux & configured a base apache install. I setup a virtualhost entry in the http.conf file t

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-10 Thread Igor Cicimov
On 11/01/2013 8:46 AM, icici...@gmail.com wrote: > > > On 11/01/2013 4:54 AM, "Adam Dosch" wrote: > > > > On Thu, 10 Jan 2013 17:15:48 +, Tom Evans wrote: > >> > >> On Thu, Jan 10, 2013 at 12:03 PM, Tom Frost wrote: > >>> > >>> Hi Adam > >>> > >>> Thanks for your reply. > >>> > >>> Yes, I did

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-10 Thread Igor Cicimov
On 11/01/2013 4:54 AM, "Adam Dosch" wrote: > > On Thu, 10 Jan 2013 17:15:48 +, Tom Evans wrote: >> >> On Thu, Jan 10, 2013 at 12:03 PM, Tom Frost wrote: >>> >>> Hi Adam >>> >>> Thanks for your reply. >>> >>> Yes, I did c/p and then replace the domains with the placeholders. >>> >>> I too noti

[users@httpd] Re: Compiling Apache httpd 2.4 with FIPS capable OpenSSL on Solaris

2013-01-10 Thread Jerry Blasdel
My issue has been resolved. In my case I was statically linking the OpenSSL so I needed to do the following before calling httpd configure: export CC=fipsld export FIPSLD_CC=gcc This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-10 Thread Adam Dosch
On Thu, 10 Jan 2013 17:15:48 +, Tom Evans wrote: On Thu, Jan 10, 2013 at 12:03 PM, Tom Frost wrote: Hi Adam Thanks for your reply. Yes, I did c/p and then replace the domains with the placeholders. I too noticed that there wasnt any entry for url1.mydomain.com, and I have been down the

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-10 Thread Tom Evans
On Thu, Jan 10, 2013 at 12:03 PM, Tom Frost wrote: > Hi Adam > > Thanks for your reply. > > Yes, I did c/p and then replace the domains with the placeholders. > > I too noticed that there wasnt any entry for url1.mydomain.com, and I have > been down the same process you advised of starting with on

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-10 Thread Eric Covener
> > > ServerName url1.mydomain.com > ServerAlias surl1.mydomain.com > VirtualHost configuration: > 127.0.0.1:443 localhost (/etc/httpd/conf.d/ssl.conf:81) > Syntax OK > > So, again, as you mentioned, Apache doesnt know what to do with > url1.mydomain.com. Is this because the VirtualHost

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-10 Thread Tom Frost
Hi Adam Thanks for your reply.  Yes, I did c/p and then replace the domains with the placeholders. I too noticed that there wasnt any entry for url1.mydomain.com, and I have been down the same process you advised of starting with one working and gradually adding. So I start off with httpd.con