On Fri, Jun 11, 2010 at 2:10 PM, Tom Evans <tevans...@googlemail.com> wrote:
> On Fri, Jun 11, 2010 at 8:44 AM, Tapas Mishra <mightydre...@gmail.com> wrote:
>> On Thu, Jun 10, 2010 at 7:04 PM, Tom Evans <tevans...@googlemail.com> wrote:
>>> Then your vhost should look like this:
>>>
>>> <VirtualHost *:80 >
>>>    ServerName site1.mydomain.com
>>>    ServerAdmin webmas...@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/
>>>
>> Okay I checked the above rules exactly but http://site1.mydomain.com/mingle
>> could not be served on internet.
>>
>
> Error message or it never happened.
Yes you are right it never happened.

> Also:
>
>>> The apache server at 192.168.1.10:8080 is configured to respond to the
>>> host 'site1.mydomain.com'
>> Not at 8080 on 80
>
> Explain. What host is 192.168.1.10:8080 configured to respond to?
I have not configured any thing.
The software I installed its documentation said that if every thing is
working fine then to be able to use it
point
http://<IP where hosted>:8080
and it should work.
So let me know what you want to know.

-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to