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
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
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
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
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
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
>
>
> 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
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