You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Krishna P <kr...@gmail.com> on 2021/07/30 04:17:03 UTC

[users@httpd] Question about running apache server using WAMP

Hello everyone,
   I want to run a apache server with my facebook account login and give
the access to my family. I am able to get the local server WAMP page when I
give my local host but how I do I connect to https://facebook.com and login
with my credentials and give the address to my family who can login from
different computer location or mobile and see the same content as I see ?
Thanks and regards
Krishna

Re: [users@httpd] Question about running apache server using WAMP

Posted by Eric Covener <co...@gmail.com>.
On Fri, Jul 30, 2021 at 12:17 AM Krishna P <kr...@gmail.com> wrote:
>
> Hello everyone,
>    I want to run a apache server with my facebook account login and give the access to my family. I am able to get the local server WAMP page when I give my local host but how I do I connect to https://facebook.com and login with my credentials and give the address to my family who can login from different computer location or mobile and see the same content as I see ?

Sorry, it's just not how proxy servers work.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: Question about running apache server using WAMP

Posted by ๐Ÿ˜‰ Good Guy ๐Ÿ˜‰ <xf...@hotmail.com>.
On 30/07/2021 05:17, Krishna P wrote:
> Hello everyone,
> ย  ย I want to run a apache server with my facebook account login and 
> give the access to my family. I am able to get the local server WAMP 
> page when I give my local host but how I do I connect to 
> https://facebook.com and login with my credentials and give the 
> address to my family who can login from different computer location or 
> mobile and see the same content as I see ?
> Thanks and regards
> Krishna

Are you using some CMS packages such as Joomla, Drupal or WP? If so then 
they have extensions for 3rd party login authentications.

Just for interest sake, why do they need to login just to visit your 
site? You say they are seniors so they are not likely to need access to 
your server. Just create a website, put your content on it say family 
pictures or videos and let them browse without login.


-- 

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Question about running apache server using WAMP

Posted by Jim Albert <ji...@netrition.com>.
I've found facebook pretty much keeps me logged in for a very long time, 
if not indefinitely unless I clear cookies... so I'd expect your concern 
to mostly be a non issue from having their own FB account.

If I really wanted to attempt what you want to do, I'd write some socket 
code and see what FB offers in terms of an API
https://developers.facebook.com/docs/facebook-login/

Jim

On 7/30/2021 6:02 AM, Nick Folino wrote:
> I have to know.... Why??
>
> On Fri, Jul 30, 2021 at 12:17 AM Krishna P <krishna.sicher@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     Hello everyone,
>     ย  ย I want to run a apache server with my facebook account login
>     and give the access to my family. I am able to get the local
>     server WAMP page when I give my local host but how I do I connect
>     to https://facebook.com <https://facebook.com> and login with my
>     credentials and give the address to my family who can login from
>     different computer location or mobile and see the same content as
>     I see ?
>     Thanks and regards
>     Krishna
>



Re: [users@httpd] Re: Question about running apache server using WAMP

Posted by Yehuda Katz <ye...@ymkatz.net>.
My understanding of the original question is that Krishna wants to create a
proxy through his WAMP server to allow his family members to use his own
Facebook account. That is not an HTTPD question and is a violation of the
Facebook ToS.

- Y

On Fri, Jul 30, 2021 at 1:30 PM ๐Ÿ˜‰ Good Guy ๐Ÿ˜‰ <xf...@hotmail.com> wrote:

> On 30/07/2021 18:16, Yehuda Katz wrote:
> > Once we get out of the technical discussion relating to HTTPD and into
> > how to access Facebook, besides for the fact that this is not on topic
> > for this mailing list, I suggest reading the Facebook Terms of Service
> > which explicitly disallow account sharing.
> >
> >
> Perhaps we are all missing the point altogether. Krishna has setup a
> WAMP server so he wants to run a website  from it. Facebook (or Google
> or any other 3rd party authentication) only comes into the equation for
> login purposes. So the question is why do his users need to login? Most
> websites are for public browsing and very few sites require login when
> users want to access premium content such as newspaper sites. I am not
> talking about bank sites here because that is not part of the question.
>
>
>
> --
>
> With over 1.3 billion devices now running Windows 10, customer
> satisfaction is higher than any previous version of windows.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] Re: Question about running apache server using WAMP

Posted by Krishna P <kr...@gmail.com>.
Thank you all for the replies and special thanks to Good Guy for
understanding my question correctly!!
Regards,
Krishna

On Fri, Jul 30, 2021 at 10:31 AM ๐Ÿ˜‰ Good Guy ๐Ÿ˜‰ <xf...@hotmail.com> wrote:

> On 30/07/2021 18:16, Yehuda Katz wrote:
> > Once we get out of the technical discussion relating to HTTPD and into
> > how to access Facebook, besides for the fact that this is not on topic
> > for this mailing list, I suggest reading the Facebook Terms of Service
> > which explicitly disallow account sharing.
> >
> >
> Perhaps we are all missing the point altogether. Krishna has setup a
> WAMP server so he wants to run a website  from it. Facebook (or Google
> or any other 3rd party authentication) only comes into the equation for
> login purposes. So the question is why do his users need to login? Most
> websites are for public browsing and very few sites require login when
> users want to access premium content such as newspaper sites. I am not
> talking about bank sites here because that is not part of the question.
>
>
>
> --
>
> With over 1.3 billion devices now running Windows 10, customer
> satisfaction is higher than any previous version of windows.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

[users@httpd] Re: Question about running apache server using WAMP

Posted by ๐Ÿ˜‰ Good Guy ๐Ÿ˜‰ <xf...@hotmail.com>.
On 30/07/2021 18:16, Yehuda Katz wrote:
> Once we get out of the technical discussion relating to HTTPD and into 
> how to access Facebook, besides for the fact that this is not on topic 
> for this mailing list, I suggest reading the Facebook Terms of Service 
> which explicitly disallow account sharing.
>
>
Perhaps we are all missing the point altogether. Krishna has setup a 
WAMP server so he wants to run a websiteย  from it. Facebook (or Google 
or any other 3rd party authentication) only comes into the equation for 
login purposes. So the question is why do his users need to login? Most 
websites are for public browsing and very few sites require login when 
users want to access premium content such as newspaper sites. I am not 
talking about bank sites here because that is not part of the question.



-- 

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Question about running apache server using WAMP

Posted by Yehuda Katz <ye...@ymkatz.net>.
Once we get out of the technical discussion relating to HTTPD and into how
to access Facebook, besides for the fact that this is not on topic for this
mailing list, I suggest reading the Facebook Terms of Service which
explicitly disallow account sharing.

https://www.facebook.com/terms.php

> 3. Your commitments to Facebook and our community
> We provide these services to you and others to help advance our mission.
In exchange, we need you to make the following commitments:
> 1. Who can use Facebook
> When people stand behind their opinions and actions, our community is
safer and more accountable. For this reason, you must:
> [...]
> - Not share your password, give access to your Facebook account to
others, or transfer your account to anyone else (without our permission).

On Fri, Jul 30, 2021 at 1:11 PM Nick Folino <ni...@folino.us> wrote:

> Why not just set facebook as their start page and give them your password?
>
> On Fri, Jul 30, 2021 at 12:52 PM Krishna P <kr...@gmail.com>
> wrote:
>
>> My thought is to give them my public ip which will bring them to my local
>> ip which I am able to do as of now and they are able to see the WAMP server
>> home page. All I want is them to see the facebook page account  where I
>> keep my  up to date profile. It is just so easy for them to type numbers in
>> their mobile or ipad browsers rather than login etc because they are in
>> different country.
>>
>> On Fri, Jul 30, 2021 at 7:06 AM Nick Folino <ni...@folino.us> wrote:
>>
>>> So they'll go to your site, login there and get proxied to your Facebook
>>> account, where something will login you in to Facebook so they can see your
>>> Facebook content?  Wow.
>>>
>>>
>>> On Fri, Jul 30, 2021 at 9:50 AM Krishna P <kr...@gmail.com>
>>> wrote:
>>>
>>>> So that I give access to my family members without creating their own
>>>> accounts and login due to their old age.
>>>>
>>>> On Fri, Jul 30, 2021 at 3:02 AM Nick Folino <ni...@folino.us> wrote:
>>>>
>>>>> I have to know.... Why??
>>>>>
>>>>> On Fri, Jul 30, 2021 at 12:17 AM Krishna P <kr...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hello everyone,
>>>>>>    I want to run a apache server with my facebook account login and
>>>>>> give the access to my family. I am able to get the local server WAMP page
>>>>>> when I give my local host but how I do I connect to
>>>>>> https://facebook.com and login with my credentials and give the
>>>>>> address to my family who can login from different computer location or
>>>>>> mobile and see the same content as I see ?
>>>>>> Thanks and regards
>>>>>> Krishna
>>>>>>
>>>>>

Re: [users@httpd] Question about running apache server using WAMP

Posted by Nick Folino <ni...@folino.us>.
Why not just set facebook as their start page and give them your password?

On Fri, Jul 30, 2021 at 12:52 PM Krishna P <kr...@gmail.com> wrote:

> My thought is to give them my public ip which will bring them to my local
> ip which I am able to do as of now and they are able to see the WAMP server
> home page. All I want is them to see the facebook page account  where I
> keep my  up to date profile. It is just so easy for them to type numbers in
> their mobile or ipad browsers rather than login etc because they are in
> different country.
>
> On Fri, Jul 30, 2021 at 7:06 AM Nick Folino <ni...@folino.us> wrote:
>
>> So they'll go to your site, login there and get proxied to your Facebook
>> account, where something will login you in to Facebook so they can see your
>> Facebook content?  Wow.
>>
>>
>> On Fri, Jul 30, 2021 at 9:50 AM Krishna P <kr...@gmail.com>
>> wrote:
>>
>>> So that I give access to my family members without creating their own
>>> accounts and login due to their old age.
>>>
>>> On Fri, Jul 30, 2021 at 3:02 AM Nick Folino <ni...@folino.us> wrote:
>>>
>>>> I have to know.... Why??
>>>>
>>>> On Fri, Jul 30, 2021 at 12:17 AM Krishna P <kr...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hello everyone,
>>>>>    I want to run a apache server with my facebook account login and
>>>>> give the access to my family. I am able to get the local server WAMP page
>>>>> when I give my local host but how I do I connect to
>>>>> https://facebook.com and login with my credentials and give the
>>>>> address to my family who can login from different computer location or
>>>>> mobile and see the same content as I see ?
>>>>> Thanks and regards
>>>>> Krishna
>>>>>
>>>>

Re: [users@httpd] Question about running apache server using WAMP

Posted by Krishna P <kr...@gmail.com>.
My thought is to give them my public ip which will bring them to my local
ip which I am able to do as of now and they are able to see the WAMP server
home page. All I want is them to see the facebook page account  where I
keep my  up to date profile. It is just so easy for them to type numbers in
their mobile or ipad browsers rather than login etc because they are in
different country.

On Fri, Jul 30, 2021 at 7:06 AM Nick Folino <ni...@folino.us> wrote:

> So they'll go to your site, login there and get proxied to your Facebook
> account, where something will login you in to Facebook so they can see your
> Facebook content?  Wow.
>
>
> On Fri, Jul 30, 2021 at 9:50 AM Krishna P <kr...@gmail.com>
> wrote:
>
>> So that I give access to my family members without creating their own
>> accounts and login due to their old age.
>>
>> On Fri, Jul 30, 2021 at 3:02 AM Nick Folino <ni...@folino.us> wrote:
>>
>>> I have to know.... Why??
>>>
>>> On Fri, Jul 30, 2021 at 12:17 AM Krishna P <kr...@gmail.com>
>>> wrote:
>>>
>>>> Hello everyone,
>>>>    I want to run a apache server with my facebook account login and
>>>> give the access to my family. I am able to get the local server WAMP page
>>>> when I give my local host but how I do I connect to
>>>> https://facebook.com and login with my credentials and give the
>>>> address to my family who can login from different computer location or
>>>> mobile and see the same content as I see ?
>>>> Thanks and regards
>>>> Krishna
>>>>
>>>

Re: [users@httpd] Question about running apache server using WAMP

Posted by Nick Folino <ni...@folino.us>.
So they'll go to your site, login there and get proxied to your Facebook
account, where something will login you in to Facebook so they can see your
Facebook content?  Wow.


On Fri, Jul 30, 2021 at 9:50 AM Krishna P <kr...@gmail.com> wrote:

> So that I give access to my family members without creating their own
> accounts and login due to their old age.
>
> On Fri, Jul 30, 2021 at 3:02 AM Nick Folino <ni...@folino.us> wrote:
>
>> I have to know.... Why??
>>
>> On Fri, Jul 30, 2021 at 12:17 AM Krishna P <kr...@gmail.com>
>> wrote:
>>
>>> Hello everyone,
>>>    I want to run a apache server with my facebook account login and give
>>> the access to my family. I am able to get the local server WAMP page when I
>>> give my local host but how I do I connect to https://facebook.com and
>>> login with my credentials and give the address to my family who can login
>>> from different computer location or mobile and see the same content as I
>>> see ?
>>> Thanks and regards
>>> Krishna
>>>
>>

Re: [users@httpd] Question about running apache server using WAMP

Posted by Nate 21 <ji...@gmail.com>.
Guys, have been using Vivaldi browser when it was still  beta.
On my Android,on my Ubuntu laptop, on my 10'1 Yoga Smart Tab.

It's incredible now
4.1 version came out.No data is sent to Google.Actually to no one.



On Fri, 30 Jul 2021, 19:27 Michael, <ar...@roadrunner.com> wrote:

> Why not convert your parents over to Firefox web browser?
> You create an account for them.
> You login to their Facebook account.
> You navigate to your Facebook account.
> You set a Bookmark on the Bookmarks Toolbar for your account page.
> And during all this process let Firefox save their login and password
> and any cookies for Facebook.
>
> Your next challenge will be to teach your parents how to launch Firefox
> from the desktop, but once opened and displayed on the monitor
> everything you want for them will be in front of their eyes.
>
> The above is also known as "Ease of Access" for Seniors.
>
> M Gordon
>
> On 7/30/2021 6:50 AM, Krishna P wrote:
> > So that I give access to my family members without creating their own
> > accounts and login due to their old age.
> >
> > On Fri, Jul 30, 2021 at 3:02 AM Nick Folino <nick@folino.us
> > <ma...@folino.us>> wrote:
> >
> >     I have to know.... Why??
> >
> >     On Fri, Jul 30, 2021 at 12:17 AM Krishna P
> >     <krishna.sicher@gmail.com <ma...@gmail.com>> wrote:
> >
> >         Hello everyone,
> >            I want to run a apache server with my facebook account
> >         login and give the access to my family. I am able to get the
> >         local server WAMP page when I give my local host but how I do
> >         I connect to https://facebook.com <https://facebook.com> and
> >         login with my credentials and give the address to my family
> >         who can login from different computer location or mobile and
> >         see the same content as I see ?
> >         Thanks and regards
> >         Krishna
> >
>
> --
> sig Photography by Gordon
>
> Photography by Gordon
> 903 244-3644
>
> Artist Photo Website <https://3-michael-gordon.pixels.com/>
>
> Channel Cities Jazz Club <https://channelcitiesjazzclub.com/>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] Question about running apache server using WAMP

Posted by Michael <ar...@roadrunner.com>.
Why not convert your parents over to Firefox web browser?
You create an account for them.
You login to their Facebook account.
You navigate to your Facebook account.
You set a Bookmark on the Bookmarks Toolbar for your account page.
And during all this process let Firefox save their login and password 
and any cookies for Facebook.

Your next challenge will be to teach your parents how to launch Firefox 
from the desktop, but once opened and displayed on the monitor 
everything you want for them will be in front of their eyes.

The above is also known as "Ease of Access" for Seniors.

M Gordon

On 7/30/2021 6:50 AM, Krishna P wrote:
> So that I give access to my family members without creating their own 
> accounts and login due to their old age.
>
> On Fri, Jul 30, 2021 at 3:02 AM Nick Folino <nick@folino.us 
> <ma...@folino.us>> wrote:
>
>     I have to know.... Why??
>
>     On Fri, Jul 30, 2021 at 12:17 AM Krishna P
>     <krishna.sicher@gmail.com <ma...@gmail.com>> wrote:
>
>         Hello everyone,
>         ย  ย I want to run a apache server with my facebook account
>         login and give the access to my family. I am able to get the
>         local server WAMP page when I give my local host but how I do
>         I connect to https://facebook.com <https://facebook.com> and
>         login with my credentials and give the address to my family
>         who can login from different computer location or mobile and
>         see the same content as I see ?
>         Thanks and regards
>         Krishna
>

-- 
sig Photography by Gordon

Photography by Gordon
903 244-3644

Artist Photo Website <https://3-michael-gordon.pixels.com/>

Channel Cities Jazz Club <https://channelcitiesjazzclub.com/>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Question about running apache server using WAMP

Posted by Krishna P <kr...@gmail.com>.
So that I give access to my family members without creating their own
accounts and login due to their old age.

On Fri, Jul 30, 2021 at 3:02 AM Nick Folino <ni...@folino.us> wrote:

> I have to know.... Why??
>
> On Fri, Jul 30, 2021 at 12:17 AM Krishna P <kr...@gmail.com>
> wrote:
>
>> Hello everyone,
>>    I want to run a apache server with my facebook account login and give
>> the access to my family. I am able to get the local server WAMP page when I
>> give my local host but how I do I connect to https://facebook.com and
>> login with my credentials and give the address to my family who can login
>> from different computer location or mobile and see the same content as I
>> see ?
>> Thanks and regards
>> Krishna
>>
>

Re: [users@httpd] Question about running apache server using WAMP

Posted by Nick Folino <ni...@folino.us>.
I have to know.... Why??

On Fri, Jul 30, 2021 at 12:17 AM Krishna P <kr...@gmail.com> wrote:

> Hello everyone,
>    I want to run a apache server with my facebook account login and give
> the access to my family. I am able to get the local server WAMP page when I
> give my local host but how I do I connect to https://facebook.com and
> login with my credentials and give the address to my family who can login
> from different computer location or mobile and see the same content as I
> see ?
> Thanks and regards
> Krishna
>