|
-
May 13th, 2003, 04:52 PM
#1
Thread Starter
Stuck in the 80s
[Resolved] Apache Setup
I've heard someone mention it before...but how can I setup Apache to only accept requests from my computer?
Last edited by The Hobo; May 16th, 2003 at 10:50 AM.
-
May 15th, 2003, 11:26 AM
#2
Frenzied Member
so you want to log into your machine from another machine over the net? than it has nothing to do with apache, well kind of, you have to make sure you have your IP in the httpd.conf file. then if you have a firewall of some kind than make sure you can get in on that as well.
-
May 15th, 2003, 05:56 PM
#3
Thread Starter
Stuck in the 80s
No...
I'm running Apache to test my webpages, and I do not want any outside computers to be able to connect to my webserver.
So have it so Apache only accepts connections from...well, itself. Or something.
Please tell me you know what I mean, because I can't explain it anymore.
-
May 15th, 2003, 07:41 PM
#4
Frenzied Member
if you set it up as localhost or 127.0.0.1 then that is the only way. it will not except outside connections. everybody has a localhost or 127.0.0.1 so if they try they would get themselves instead of you.
-
May 15th, 2003, 08:47 PM
#5
Thread Starter
Stuck in the 80s
I know this...so how do I set it up as localhost?
-
May 15th, 2003, 10:53 PM
#6
Frenzied Member
look for this
listen
and make it like this
Listen 127.0.0.1:80
-
May 16th, 2003, 10:43 AM
#7
Thread Starter
Stuck in the 80s
-
May 16th, 2003, 10:51 AM
#8
Frenzied Member
you bet? did you have it setup the other way?
-
May 16th, 2003, 10:54 AM
#9
Thread Starter
Stuck in the 80s
It was just commented out. It must have been that way by default, because I didn't do it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|