Re: rewrite rule for mingle

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

 



On Fri, Jun 11, 2010 at 11:30 AM, Tapas Mishra <mightydreams@xxxxxxxxx> wrote:
> So let me know what you want to know.


Does this not work for you?

<VirtualHost *:80 >
   ServerName site1.mydomain.com
   ServerAdmin webmaster@localhost

   ProxyRequests off
   <Proxy *>
       Order deny,allow
       Allow from all
   </Proxy>
   ProxyPreserveHost On
   ProxyPass /mingle/ http://192.168.1.10:8080/
   ProxyPass / http://192.168.1.10/
   ProxyPassReverse /mingle/ http://192.168.1.10:8080/

   ErrorLog /var/log/apache2/site1.mydomain.com_error.log

   LogLevel warn

   CustomLog /var/log/apache2/site1.mydomain.com_access.log combined
   CustomLog /var/log/apache2/site1.mydomain.com-resp_log resp
   LogFormat "%{X-Forwarded-For}i  %D %t" resp
</VirtualHost>

If not, why not?

---------------------------------------------------------------------
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