On 5/19/06, Oliver A. Rojo <[EMAIL PROTECTED]> wrote:

ok this is my whole config...

<VirtualHost 69.16.199.98>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /var/www/html
    ServerName mydomain.com.com
    ServerAlias www
    ProxyRequests off
    ProxyPass /mydir http://www.domain.com:8080/mydir/
    ErrorLog logs/mydomain.com-error_log
    CustomLog logs/mydomain.com-access_log combined
</VirtualHost>

You ought to use
ProxyPass /mydir/ http://www.domain.com:8080/mydir/

(Mind the slashes).

Make sure that
http://www.domain.com:8080/mydir/whatever
works, before you use
http://mydomain.com/mydir/whatever

Furthermore you might have made an error in configuring your virtual host.



Still not workin'. By the way, what will be the content of my
index.html? thanks again!

The content of index.html will be whatever you put in in.

Krist

--
[EMAIL PROTECTED]
Solothurn, Switzerland

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to