Re: [users@httpd] Installation Error in Apache2

2018-05-13 Thread Deepak Goel
The purge worked! Thank You Y :)

Deepak
"The greatness of a nation can be judged by the way its animals are
treated. Please stop cruelty to Animals, become a Vegan"

+91 73500 12833
deic...@gmail.com

Facebook: https://www.facebook.com/deicool
LinkedIn: www.linkedin.com/in/deicool

"Plant a Tree, Go Green"

Make In India : http://www.makeinindia.com/home

On Mon, May 14, 2018 at 1:08 AM, Yehuda Katz  wrote:

> Since none of us can see your server, we can't tell you exactly what you
> need.
> If you installed it with apt, you can run apt purge apache2
> If you installed it some other way, we can't help you.
>
> - Y
>
> On Sun, May 13, 2018 at 3:33 PM, Deepak Goel  wrote:
>
>> I am a newbie so sorry to test your patience.
>>
>> How to go about getting a fresh installation of Apache2 on my Ubuntu box
>> which supports SSL? (Please note there might be an earlier broken Apach2
>> installation. How do I clean this up? And then go about installing a fresh
>> installation)
>>
>> Thank You very much
>>
>>
>>
>> Deepak
>> "The greatness of a nation can be judged by the way its animals are
>> treated. Please stop cruelty to Animals, become a Vegan"
>>
>> +91 73500 12833
>> deic...@gmail.com
>>
>> Facebook: https://www.facebook.com/deicool
>> LinkedIn: www.linkedin.com/in/deicool
>>
>> "Plant a Tree, Go Green"
>>
>> Make In India : http://www.makeinindia.com/home
>>
>> On Mon, May 14, 2018 at 12:26 AM, Yehuda Katz  wrote:
>>
>>> Each configuration directive is valid in specific parts of the
>>> configuration.
>>> Look at "Context" in the manual: https://httpd.apache.o
>>> rg/docs/2.4/mod/directive-dict.html#Context
>>>
>>> For this specific case, https://httpd.apache.org
>>> /docs/2.4/mod/mod_ssl.html#sslrandomseed
>>> SSLRandomSeed can only be in the global server config, not in a
>>> .
>>>
>>> - Y
>>>
>>> On Sun, May 13, 2018 at 12:08 PM, Deepak Goel  wrote:
>>>
 Removing SSLv3 parameter gives the following error:

 *SSLRandomseed cannot occur within  section*
 *Action configtest failed*





 Deepak
 "The greatness of a nation can be judged by the way its animals are
 treated. Please stop cruelty to Animals, become a Vegan"

 +91 73500 12833
 deic...@gmail.com

 Facebook: https://www.facebook.com/deicool
 LinkedIn: www.linkedin.com/in/deicool

 "Plant a Tree, Go Green"

 Make In India : http://www.makeinindia.com/home

 On Sun, May 13, 2018 at 11:04 AM, Daniel  wrote:

> Just do what Frank says and look for the directive SSLProtocols and
> remove SSLv3 parameter
>
> El sáb., 12 may. 2018 21:40, Deepak Goel  escribió:
>
>> I have already raised it with Ubuntu but am yet to get a response
>>
>> On Sun, 13 May 2018, 01:02 Frank Gingras,  wrote:
>>
>>> So, just to confirm, you had a lingering config file that was trying
>>> to use SSLv3 prior?
>>>
>>> If not, please file a bug with the ubuntu package maintainer, as Nik
>>> pointed out.
>>>
>>> On Sat, May 12, 2018 at 5:01 AM Deepak Goel 
>>> wrote:
>>>
 On Sat, May 12, 2018 at 2:25 PM, Nick Kew  wrote:

>
> > On 12 May 2018, at 09:33, Deepak Goel  wrote:
> >
> > Anyone has any clue on how to resolve the error?
>
> Looks clear enough to me.  Either turn off SSL, or update your
> OpenSSL install.
>
>
 I need SSL so I wouldn't like to turn it off. I tried updating
 OpenSSL, but it told me it is the latest


> If this was a first-time install of any "apache2" package


 There was apache2 installed. I removed it and then got it to
 install it again


> , and if your OpenSSL
> is also ubuntu's package (as opposed to your own or a third-party)


 Yes, OpenSSL was Ubuntu's package. Any way around this?

 Thanks :)


> , then it
> looks like a ubuntu bug: they should either fix their OpenSSL
> package
> dependency or not load SSL by default.
>
> --
> Nick Kew
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>





 Deepak
 "The greatness of a nation can be judged by the way its animals
 are treated. Please stop cruelty to Animals, become a Vegan"

 +91 73500 12833
 deic...@gmail.com

 Facebook: https://www.facebook.com/deicool
 LinkedIn: www.linkedin.com/in/deicool

 "Plant a Tree, Go Green"

 Make In India : http://www.makeinindia.com/home



>

Re: [users@httpd] Installation Error in Apache2

2018-05-13 Thread Yehuda Katz
Since none of us can see your server, we can't tell you exactly what you
need.
If you installed it with apt, you can run apt purge apache2
If you installed it some other way, we can't help you.

- Y

On Sun, May 13, 2018 at 3:33 PM, Deepak Goel  wrote:

> I am a newbie so sorry to test your patience.
>
> How to go about getting a fresh installation of Apache2 on my Ubuntu box
> which supports SSL? (Please note there might be an earlier broken Apach2
> installation. How do I clean this up? And then go about installing a fresh
> installation)
>
> Thank You very much
>
>
>
> Deepak
> "The greatness of a nation can be judged by the way its animals are
> treated. Please stop cruelty to Animals, become a Vegan"
>
> +91 73500 12833
> deic...@gmail.com
>
> Facebook: https://www.facebook.com/deicool
> LinkedIn: www.linkedin.com/in/deicool
>
> "Plant a Tree, Go Green"
>
> Make In India : http://www.makeinindia.com/home
>
> On Mon, May 14, 2018 at 12:26 AM, Yehuda Katz  wrote:
>
>> Each configuration directive is valid in specific parts of the
>> configuration.
>> Look at "Context" in the manual: https://httpd.apache.o
>> rg/docs/2.4/mod/directive-dict.html#Context
>>
>> For this specific case, https://httpd.apache.org
>> /docs/2.4/mod/mod_ssl.html#sslrandomseed
>> SSLRandomSeed can only be in the global server config, not in a
>> .
>>
>> - Y
>>
>> On Sun, May 13, 2018 at 12:08 PM, Deepak Goel  wrote:
>>
>>> Removing SSLv3 parameter gives the following error:
>>>
>>> *SSLRandomseed cannot occur within  section*
>>> *Action configtest failed*
>>>
>>>
>>>
>>>
>>>
>>> Deepak
>>> "The greatness of a nation can be judged by the way its animals are
>>> treated. Please stop cruelty to Animals, become a Vegan"
>>>
>>> +91 73500 12833
>>> deic...@gmail.com
>>>
>>> Facebook: https://www.facebook.com/deicool
>>> LinkedIn: www.linkedin.com/in/deicool
>>>
>>> "Plant a Tree, Go Green"
>>>
>>> Make In India : http://www.makeinindia.com/home
>>>
>>> On Sun, May 13, 2018 at 11:04 AM, Daniel  wrote:
>>>
 Just do what Frank says and look for the directive SSLProtocols and
 remove SSLv3 parameter

 El sáb., 12 may. 2018 21:40, Deepak Goel  escribió:

> I have already raised it with Ubuntu but am yet to get a response
>
> On Sun, 13 May 2018, 01:02 Frank Gingras,  wrote:
>
>> So, just to confirm, you had a lingering config file that was trying
>> to use SSLv3 prior?
>>
>> If not, please file a bug with the ubuntu package maintainer, as Nik
>> pointed out.
>>
>> On Sat, May 12, 2018 at 5:01 AM Deepak Goel 
>> wrote:
>>
>>> On Sat, May 12, 2018 at 2:25 PM, Nick Kew  wrote:
>>>

 > On 12 May 2018, at 09:33, Deepak Goel  wrote:
 >
 > Anyone has any clue on how to resolve the error?

 Looks clear enough to me.  Either turn off SSL, or update your
 OpenSSL install.


>>> I need SSL so I wouldn't like to turn it off. I tried updating
>>> OpenSSL, but it told me it is the latest
>>>
>>>
 If this was a first-time install of any "apache2" package
>>>
>>>
>>> There was apache2 installed. I removed it and then got it to install
>>> it again
>>>
>>>
 , and if your OpenSSL
 is also ubuntu's package (as opposed to your own or a third-party)
>>>
>>>
>>> Yes, OpenSSL was Ubuntu's package. Any way around this?
>>>
>>> Thanks :)
>>>
>>>
 , then it
 looks like a ubuntu bug: they should either fix their OpenSSL
 package
 dependency or not load SSL by default.

 --
 Nick Kew
 
 -
 To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
 For additional commands, e-mail: users-h...@httpd.apache.org


>>>
>>>
>>>
>>>
>>>
>>> Deepak
>>> "The greatness of a nation can be judged by the way its animals are
>>> treated. Please stop cruelty to Animals, become a Vegan"
>>>
>>> +91 73500 12833
>>> deic...@gmail.com
>>>
>>> Facebook: https://www.facebook.com/deicool
>>> LinkedIn: www.linkedin.com/in/deicool
>>>
>>> "Plant a Tree, Go Green"
>>>
>>> Make In India : http://www.makeinindia.com/home
>>>
>>>
>>>
>>>
>>>
>>
>


Re: [users@httpd] Installation Error in Apache2

2018-05-13 Thread Deepak Goel
I am a newbie so sorry to test your patience.

How to go about getting a fresh installation of Apache2 on my Ubuntu box
which supports SSL? (Please note there might be an earlier broken Apach2
installation. How do I clean this up? And then go about installing a fresh
installation)

Thank You very much



Deepak
"The greatness of a nation can be judged by the way its animals are
treated. Please stop cruelty to Animals, become a Vegan"

+91 73500 12833
deic...@gmail.com

Facebook: https://www.facebook.com/deicool
LinkedIn: www.linkedin.com/in/deicool

"Plant a Tree, Go Green"

Make In India : http://www.makeinindia.com/home

On Mon, May 14, 2018 at 12:26 AM, Yehuda Katz  wrote:

> Each configuration directive is valid in specific parts of the
> configuration.
> Look at "Context" in the manual: https://httpd.apache.
> org/docs/2.4/mod/directive-dict.html#Context
>
> For this specific case, https://httpd.apache.
> org/docs/2.4/mod/mod_ssl.html#sslrandomseed
> SSLRandomSeed can only be in the global server config, not in a
> .
>
> - Y
>
> On Sun, May 13, 2018 at 12:08 PM, Deepak Goel  wrote:
>
>> Removing SSLv3 parameter gives the following error:
>>
>> *SSLRandomseed cannot occur within  section*
>> *Action configtest failed*
>>
>>
>>
>>
>>
>> Deepak
>> "The greatness of a nation can be judged by the way its animals are
>> treated. Please stop cruelty to Animals, become a Vegan"
>>
>> +91 73500 12833
>> deic...@gmail.com
>>
>> Facebook: https://www.facebook.com/deicool
>> LinkedIn: www.linkedin.com/in/deicool
>>
>> "Plant a Tree, Go Green"
>>
>> Make In India : http://www.makeinindia.com/home
>>
>> On Sun, May 13, 2018 at 11:04 AM, Daniel  wrote:
>>
>>> Just do what Frank says and look for the directive SSLProtocols and
>>> remove SSLv3 parameter
>>>
>>> El sáb., 12 may. 2018 21:40, Deepak Goel  escribió:
>>>
 I have already raised it with Ubuntu but am yet to get a response

 On Sun, 13 May 2018, 01:02 Frank Gingras,  wrote:

> So, just to confirm, you had a lingering config file that was trying
> to use SSLv3 prior?
>
> If not, please file a bug with the ubuntu package maintainer, as Nik
> pointed out.
>
> On Sat, May 12, 2018 at 5:01 AM Deepak Goel  wrote:
>
>> On Sat, May 12, 2018 at 2:25 PM, Nick Kew  wrote:
>>
>>>
>>> > On 12 May 2018, at 09:33, Deepak Goel  wrote:
>>> >
>>> > Anyone has any clue on how to resolve the error?
>>>
>>> Looks clear enough to me.  Either turn off SSL, or update your
>>> OpenSSL install.
>>>
>>>
>> I need SSL so I wouldn't like to turn it off. I tried updating
>> OpenSSL, but it told me it is the latest
>>
>>
>>> If this was a first-time install of any "apache2" package
>>
>>
>> There was apache2 installed. I removed it and then got it to install
>> it again
>>
>>
>>> , and if your OpenSSL
>>> is also ubuntu's package (as opposed to your own or a third-party)
>>
>>
>> Yes, OpenSSL was Ubuntu's package. Any way around this?
>>
>> Thanks :)
>>
>>
>>> , then it
>>> looks like a ubuntu bug: they should either fix their OpenSSL package
>>> dependency or not load SSL by default.
>>>
>>> --
>>> Nick Kew
>>> 
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>>> For additional commands, e-mail: users-h...@httpd.apache.org
>>>
>>>
>>
>>
>>
>>
>>
>> Deepak
>> "The greatness of a nation can be judged by the way its animals are
>> treated. Please stop cruelty to Animals, become a Vegan"
>>
>> +91 73500 12833
>> deic...@gmail.com
>>
>> Facebook: https://www.facebook.com/deicool
>> LinkedIn: www.linkedin.com/in/deicool
>>
>> "Plant a Tree, Go Green"
>>
>> Make In India : http://www.makeinindia.com/home
>>
>>
>>
>>
>>
>


Re: [users@httpd] Installation Error in Apache2

2018-05-13 Thread Yehuda Katz
Each configuration directive is valid in specific parts of the
configuration.
Look at "Context" in the manual:
https://httpd.apache.org/docs/2.4/mod/directive-dict.html#Context

For this specific case,
https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslrandomseed
SSLRandomSeed can only be in the global server config, not in a
.

- Y

On Sun, May 13, 2018 at 12:08 PM, Deepak Goel  wrote:

> Removing SSLv3 parameter gives the following error:
>
> *SSLRandomseed cannot occur within  section*
> *Action configtest failed*
>
>
>
>
>
> Deepak
> "The greatness of a nation can be judged by the way its animals are
> treated. Please stop cruelty to Animals, become a Vegan"
>
> +91 73500 12833
> deic...@gmail.com
>
> Facebook: https://www.facebook.com/deicool
> LinkedIn: www.linkedin.com/in/deicool
>
> "Plant a Tree, Go Green"
>
> Make In India : http://www.makeinindia.com/home
>
> On Sun, May 13, 2018 at 11:04 AM, Daniel  wrote:
>
>> Just do what Frank says and look for the directive SSLProtocols and
>> remove SSLv3 parameter
>>
>> El sáb., 12 may. 2018 21:40, Deepak Goel  escribió:
>>
>>> I have already raised it with Ubuntu but am yet to get a response
>>>
>>> On Sun, 13 May 2018, 01:02 Frank Gingras,  wrote:
>>>
 So, just to confirm, you had a lingering config file that was trying to
 use SSLv3 prior?

 If not, please file a bug with the ubuntu package maintainer, as Nik
 pointed out.

 On Sat, May 12, 2018 at 5:01 AM Deepak Goel  wrote:

> On Sat, May 12, 2018 at 2:25 PM, Nick Kew  wrote:
>
>>
>> > On 12 May 2018, at 09:33, Deepak Goel  wrote:
>> >
>> > Anyone has any clue on how to resolve the error?
>>
>> Looks clear enough to me.  Either turn off SSL, or update your
>> OpenSSL install.
>>
>>
> I need SSL so I wouldn't like to turn it off. I tried updating
> OpenSSL, but it told me it is the latest
>
>
>> If this was a first-time install of any "apache2" package
>
>
> There was apache2 installed. I removed it and then got it to install
> it again
>
>
>> , and if your OpenSSL
>> is also ubuntu's package (as opposed to your own or a third-party)
>
>
> Yes, OpenSSL was Ubuntu's package. Any way around this?
>
> Thanks :)
>
>
>> , then it
>> looks like a ubuntu bug: they should either fix their OpenSSL package
>> dependency or not load SSL by default.
>>
>> --
>> Nick Kew
>> -
>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>>
>>
>
>
>
>
>
> Deepak
> "The greatness of a nation can be judged by the way its animals are
> treated. Please stop cruelty to Animals, become a Vegan"
>
> +91 73500 12833
> deic...@gmail.com
>
> Facebook: https://www.facebook.com/deicool
> LinkedIn: www.linkedin.com/in/deicool
>
> "Plant a Tree, Go Green"
>
> Make In India : http://www.makeinindia.com/home
>
>
>
>
>


Re: [users@httpd] Installation Error in Apache2

2018-05-13 Thread Deepak Goel
Removing SSLv3 parameter gives the following error:

*SSLRandomseed cannot occur within  section*
*Action configtest failed*





Deepak
"The greatness of a nation can be judged by the way its animals are
treated. Please stop cruelty to Animals, become a Vegan"

+91 73500 12833
deic...@gmail.com

Facebook: https://www.facebook.com/deicool
LinkedIn: www.linkedin.com/in/deicool

"Plant a Tree, Go Green"

Make In India : http://www.makeinindia.com/home

On Sun, May 13, 2018 at 11:04 AM, Daniel  wrote:

> Just do what Frank says and look for the directive SSLProtocols and remove
> SSLv3 parameter
>
> El sáb., 12 may. 2018 21:40, Deepak Goel  escribió:
>
>> I have already raised it with Ubuntu but am yet to get a response
>>
>> On Sun, 13 May 2018, 01:02 Frank Gingras,  wrote:
>>
>>> So, just to confirm, you had a lingering config file that was trying to
>>> use SSLv3 prior?
>>>
>>> If not, please file a bug with the ubuntu package maintainer, as Nik
>>> pointed out.
>>>
>>> On Sat, May 12, 2018 at 5:01 AM Deepak Goel  wrote:
>>>
 On Sat, May 12, 2018 at 2:25 PM, Nick Kew  wrote:

>
> > On 12 May 2018, at 09:33, Deepak Goel  wrote:
> >
> > Anyone has any clue on how to resolve the error?
>
> Looks clear enough to me.  Either turn off SSL, or update your OpenSSL
> install.
>
>
 I need SSL so I wouldn't like to turn it off. I tried updating OpenSSL,
 but it told me it is the latest


> If this was a first-time install of any "apache2" package


 There was apache2 installed. I removed it and then got it to install it
 again


> , and if your OpenSSL
> is also ubuntu's package (as opposed to your own or a third-party)


 Yes, OpenSSL was Ubuntu's package. Any way around this?

 Thanks :)


> , then it
> looks like a ubuntu bug: they should either fix their OpenSSL package
> dependency or not load SSL by default.
>
> --
> Nick Kew
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>





 Deepak
 "The greatness of a nation can be judged by the way its animals are
 treated. Please stop cruelty to Animals, become a Vegan"

 +91 73500 12833
 deic...@gmail.com

 Facebook: https://www.facebook.com/deicool
 LinkedIn: www.linkedin.com/in/deicool

 "Plant a Tree, Go Green"

 Make In India : http://www.makeinindia.com/home