At 11:11 AM -0800 11/07/2003, Frank P. Eigler wrote:
> Can you surf the web service on the G4 from the TiBook, using its
private LAN address? If you can't then Apache isn't set-up correctly.

No. The router's setup screen shows up when I use the url name; "Index of/" shows up with the LAN address. I'll check this out. Thanks. Since the TiBk is on the same net I thought this might be expected (but not at all desired).

Can you surf it by using the internal (private) LAN IP? How about by the external (public) IP?

If the former works, the G4 is set-up correctly.

If the latter fails, then the router may just not be recognizing the public ip from the private LAN - a feature often called "LocalNAT", but not supported on all routers.


> >Ideally it would be nice to have each user with their own page but
>I understand that's not doable.

Why isn't that doable?

A syntax such as http://mydomain/~user1 is easily dispatched within Apache.

I could do this pre-router but IIRC the router can only do one forward of a port *and* it seems to direct it to the "main" (excuse my lack of tech savy) page, *not* the /~xxx.

Don't do it "pre-router". Do it in Apache.


The router knows nothing about the alphanumeric contents of the URL. It's just forwarding the request on public:80 to your G4 at private:80. The file to which you dispatch is an Apache set-up issue.

Get it working on http://privateip/ (no username) first. Then work on the ~user. Note that file must not only be named correctly (case sensative!) but the file and directory protection must permit public access!

- Dan.

--
MacNetwork is sponsored by <http://lowendmac.com/> and...

XRouter Pro | Share your DSL or cable modem between multiple computers!
 Dr. Bott   |   Only $199    <http://www.drbott.com/prod/MIH130.html>

Support Low End Mac <http://lowendmac.com/lists/support.html>

MacNetwork list info:   <http://lowendmac.com/lists/macnet.html>
 --> AOL users, remove "mailto:";
end list messages to:  <mailto:[EMAIL PROTECTED]>
To unsubscribe, email:  <mailto:[EMAIL PROTECTED]>
For digest mode, email: <mailto:[EMAIL PROTECTED]>
Subscription questions: <mailto:[EMAIL PROTECTED]>
Archive: <http://www.mail-archive.com/macnetwork%40mail.maclaunch.com/>

Using a Mac? Free email & more at Applelinks! http://www.applelinks.com



Reply via email to