Jump to content

[SOLVED] Apache on local network. What's up with this?


Moron

Recommended Posts

Okay, I installed Wampserver on a Windows Server 2003 box today. IIS was already in place and running so I redirected Apache to port :8000. I can hit...

 

http://localhost:8000/

 

...just fine on the local machine. Of course, I also had to redirect PHPMyAdmin to be...

 

http://localhost:8000/phpmyadmin/

 

Works fine.

 

Phpinfo() shows up fine, healthy MySQL, etc....

 

This server is inside our firewall and will be ONLY used internally for Intranet-type applications.

 

Now the problem:

 

When I try to pull up pages on this server from my own computer, I get the "Unauthorized" business.

 

I'm trying to hit http://192.168.2.69:8000/localhost/

 

Unauthorized.

 

I tried hitting a specific php file in that path. Same result.

 

I've tried everything I can think of in the httpd.conf file (restarting Apache after each tweak). The folder structure itself is also set to Everyone, Full Control.

 

192.168.2.99 is the IP address of the server itself. Should I be assigning a seperate IP for the Apache install?

 

Any help is appreciated.

 

 

 

 

 

 

Link to comment
Share on other sites

After re-reading your first post: localhost, as its' name implies, resolves to the local host computer (specifically the loop back ip address 127.0.0.1.) Putting it into a url anyplace except in the host/domain field has no meaning.

 

Try just: http://192.168.2.69:8000/

 

Yeah, that's how I was trying to hit it from across the network. The adjustment that made it work was "Allow all" on the directory.

 

Thanks!

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.