Re: [users@httpd] Apache Proxy Module Help

2014-05-14 Thread Varun Bhuvanendran
May 12, 2014 5:29 AM, "Buddhi Eashwarage" wrote: > I didn't got your point.I can see the same code. > > Kind Regards, > Buddhi Eashwarage > > > On Sun, May 11, 2014 at 11:15 AM, Varun Bhuvanendran < > varun.bhuvanend...@gmail.com> wrote: > >>

Re: [users@httpd] virtual server trouble-shooting help

2014-05-11 Thread Varun Bhuvanendran
An entry in /etc/hosts file may help. varun On May 12, 2014 3:56 AM, "Mike Steigerwald" wrote: > I'm struggling to get virtual server working on my local apache > installation. Whenever I try to browse to http://cgsi7.dev (the name of > the virtual server), the browser starts searching the inter

Re: [users@httpd] Apache Proxy Module Help

2014-05-10 Thread Varun Bhuvanendran
ProxyPass /application_directory/ http://localhost/application/directory/ ProxyPassReverse /application_directory/ http://localhost/application/directory/ varun On May 11, 2014 11:00 AM, "Buddhi Eashwarage" wrote: > I want to redirect a url to an application on same apache server.My > developmen

Re: [users@httpd] port redirecting mapping

2014-02-13 Thread Varun Bhuvanendran
you with the Rewrite > stuff, I've kept my distance from it so far. You would need someone else to > look over that, in case you still wanted to use it. > > > On Thu, Feb 13, 2014 at 11:24 AM, Varun Bhuvanendran < > varun.bhuvanend...@gmail.com> wrote: > >> Tho

[users@httpd] make_sock: could not bind to address 0.0.0.0:8888

2014-02-13 Thread Varun Bhuvanendran
This error appears when i tried to restart apache (98)Address already in use: make_sock: could not bind to address 0.0.0.0: no listening sockets available, shutting down I had a map server running at port . I tried to do a *Redirect* so that a direct access of the map server from remote i

Re: [users@httpd] port redirecting mapping

2014-02-13 Thread Varun Bhuvanendran
Thomas This was what i am looking for. Thnaks thomas. what i was trying to do is, allow access to *http://domain_name *, if a request like *http://domain_name:3030 *comes it should be redirected/mapped to another link. From the above help i could redi