may I suggest this way of adding the following lines in the http.conf
<VirtualHost the.server.ip>
ServerName www.xyz.com
ServerAlias <not sure if you need this one>
ProxyPass / http://www.abc.com/~username
ErrorLog logs/abc-error_log
TransferLog logs/abc-access_log
</VirtualHost>
or just can just use the html way of adding a meta tag that would
automaticlly jump you to that server.
depends in what you are trying to do...
Ely Levy
System group
Hebrew University
Jerusalem Israel
On Fri, 7 Jan 2000, Ronen Engler wrote:
| Maybe someone can help me,
| i need to forward the www.xyz.com to www.abc.com/~username
| can someone just tell me where?
|
|
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]