Re: [users@httpd] url reformat - howto

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 5/19/06, Oliver A. Rojo <oliverrojo@xxxxxxxxxxxxxxx> wrote:

ok this is my whole config...

<VirtualHost 69.16.199.98>
    ServerAdmin webmaster@xxxxxxxxxxxx
    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

--
krist.vanbesien@xxxxxxxxx
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: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux