Yes you did have. The statements doesn't need to be literally identical to be duplicate, it's enough if they have the same effect.
The first proxy statement: ProxyPass / http://192.168.1.5/ ProxyPassReverse / http://192.168.1.5/ means proxy the root AND everything below the root which includes /docebolms, /docebolms/whatever, /docebolms/whatever/whatever ... etc So when your second statement came: ProxyPass /docebolms http://192.168.1.5/docebolms/ ProxyPassReverse /docebolms http://192.168.1.5/docebolms/ apache simply said "i have already done that". Igor On Thu, Jul 1, 2010 at 8:32 PM, Tapas Mishra <[email protected]> wrote: > I did not had that thing twice for which I reported the problem. > > On Thu, Jul 1, 2010 at 4:36 AM, Igor Cicimov <[email protected]> wrote: > > That error means you have same statement twice in the config. > > > > Sent from my phone > > > > On Jun 30, 2010 9:31 PM, "Tapas Mishra" <[email protected]> wrote: > > > > It did worked man great awesome thanks. > > > > I kept the generic one at the last and now I do not get any warning > > when I restart apache. > > > > On Wed, Jun 30, 2010 at 2:01 PM, Bram Mertens <[email protected]> > > wrote: > I am not sure thi... > > > > -- > > > > Tapas http://mightydreams.blogspot.com > > http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers -----... > > > > -- > 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: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > >
