Would anyone be able to tell me why this works? I understand how my hosts
file functions, but I don't understand why I needed to make this change for
Apache to work.
- Sean
- Original Message -
From: "Sean McKendall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTE
I resolved this by editing my hosts file and changing the line "127.0.0.1
localhost" to "127.0.0.1 www.mydomain.com".
It works, but I'm not sure why and I don't know if it's really the right
thing to do.
- Sean
----- Original Message -
From: &quo
I'm not entirely certain if it is or how to check. I guess I can start
there.
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To: "Sean McKendall" <[EMAIL PROTECTED]>; "Apache Users"
Sent: Tuesday, September 20, 2005
I opened a command prompt, typed "telnet localhost:81" and pressed enter.
The result: Could not open a connection to host on port 23 : Connection
failed
- Original Message -
From: "Krist van Besien" <[EMAIL PROTECTED]>
To: ; "Sean McKendall" <[EMA
I can ping that domain on the machine itself and it resolves to the correct
IP address.
- Original Message -
From: "Joost de Heer" <[EMAIL PROTECTED]>
To: "Sean McKendall" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, September 20, 2005 9:04 AM
Subject: [EMAI
items.
As for the RewriteLog, it's empty. Nothing seems to be written to it, but
the file has been created. Not sure why this is happening.
- Sean
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To: ; "Sean McKendall" <[EMAIL PROTECTED
Hello all,
I've managed to set up Apache, Domino, PHP, and MySQL on the same machine.
Apache is running on port 80 and Domino is running on port 81. I would like
Apache to forward any .nsf file to port 81. So,
www.mydomain.com/database.nsf should redirect to
www.mydomain.com:81/database.nsf.