[users@httpd] Renaming localhost

2016-02-10 Thread Raja
Hello, I sometimes work in remote sites with no network. I have the same setup on different machines and I need the server name to know dynamically where to do changes, etc. I edited /etc/hosts to show 127.0.0.1 localhost somename Now, with my Wifi off I am trying `http://somename` and it is no

Re: [users@httpd] Renaming localhost

2016-02-10 Thread Mauricio Tavares
On Wed, Feb 10, 2016 at 4:57 AM, Raja wrote: > Hello, > > I sometimes work in remote sites with no network. I have the same setup > on different machines and I need the server name to know dynamically > where to do changes, etc. > > I edited /etc/hosts to show > 127.0.0.1 localhost somename > > No

Re: [users@httpd] How to build Apache with FIPS mode capable?

2016-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rich, On 2/9/16 6:21 PM, cloud force wrote: > On Tue, Feb 9, 2016 at 2:59 PM, Christopher Schultz > > wrote: > > Rich, > > On 2/9/16 4:09 PM, cloud force wrote: >> Yes I do have* *some regulatory requirement to

Re: [users@httpd] How to build Apache with FIPS mode capable?

2016-02-10 Thread cloud force
Hi Chris, Please see my comments below. Thanks, Rich On Wed, Feb 10, 2016 at 7:20 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rich, > > On 2/9/16 6:21 PM, cloud force wrote: > > On Tue, Feb 9, 2016 at 2:59 PM, Christopher

Re: [users@httpd] How to build Apache with FIPS mode capable?

2016-02-10 Thread Stormy
[Apologies for top-posting, and I've never used FIPS...] Ubuntu 12.04 uses apache 2.2; the "out of the box" ssl.conf has the lines: # enable only secure protocols: SSLv3 and TLSv1, but not SSLv2 SSLProtocol all -SSLv2 and [if I'm reading www.openssl.org correctly] FIPS is "v2"... Best -- Paul

Re: [users@httpd] How to build Apache with FIPS mode capable?

2016-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rich, On 2/10/16 11:24 AM, cloud force wrote: > Hi Chris, > > Please see my comments below. > > Thanks, Rich > > On Wed, Feb 10, 2016 at 7:20 AM, Christopher Schultz > > wrote: > > Rich, > > On 2/9/16 6:21 P

Re: [users@httpd] How to build Apache with FIPS mode capable?

2016-02-10 Thread Eric Covener
On Wed, Feb 10, 2016 at 12:48 PM, Stormy wrote: > and [if I'm reading www.openssl.org correctly] FIPS is "v2"... Not the same kind of V2. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apa

Re: [users@httpd] How to build Apache with FIPS mode capable?

2016-02-10 Thread cloud force
Hi Chris, On Wed, Feb 10, 2016 at 9:50 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rich, > > On 2/10/16 11:24 AM, cloud force wrote: > > Hi Chris, > > > > Please see my comments below. > > > > Thanks, Rich > > > > On Wed, Fe

Re: [users@httpd] How to build Apache with FIPS mode capable?

2016-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rich, On 2/10/16 1:12 PM, cloud force wrote: > I added the "SSLFIPS on" option to the httpd.conf as suggested in > the ssl_mod doc, and I got the following error: > > * Starting web server apache2 > > > Syntax error on line 1 of /etc/apache2/httpd.

Re: [users@httpd] How to build Apache with FIPS mode capable?

2016-02-10 Thread Yann Ylavic
Hi, On Wed, Feb 10, 2016 at 11:14 PM, Christopher Schultz wrote: > > To those down and dirty with httpd: is there a reason not to > UNCONDITIONALLY build against OpenSSL's FIPS_mode_set? If the library > doesn't support FIPS mode, it will complain about it and refuse to > enter FIPS mode. The htt

Re: [users@httpd] Renaming localhost

2016-02-10 Thread Raja
Hi Mauricio, Thanks for your reply. I am new to Linux and am still learning. I looked up what IP route tables are on the net and I think you meant the /etc/iproute2/rt_tables which shows; 255 local 254 main 253 default 0 unspec I can ping both localhost and compname but can't r

Re: [users@httpd] Renaming localhost

2016-02-10 Thread Raja
Hi Mauricio, Thanks for your reply. I am new to Linux and am still learning. I looked up what IP route tables are on the net and I think you meant the /etc/iproute2/rt_tables which shows; 255 local 254 main 253 default 0 unspec I can ping both localhost and compname but can't r

Re: [users@httpd] Renaming localhost

2016-02-10 Thread Raja
Hi Mauricio, Thanks for your reply. I am new to Linux and am still learning. I looked up what IP route tables are on the net and I think you meant the /etc/iproute2/rt_tables which shows; 255 local 254 main 253 default 0 unspec I can ping both localhost and compname but can't