Re: [users@httpd] Apache Proxy Module Help

2014-05-14 Thread Varun Bhuvanendran
Hai buddhi, Did you try with a "/" ProxyPass /application_directory/ http://localhost/application/directory/ ProxyPassReverse /application_directory/ http://localhost/application/directory/ In your original post those trailing "/" where missing. Hope this helps varun On

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 brow

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 apa

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

2014-02-13 Thread varun
Hai jeff The map server and apache running on same machine. On Thursday 13 February 2014 11:37 PM, Jeff Trawick wrote: On Thu, Feb 13, 2014 at 6:13 AM, Varun Bhuvanendran mailto:varun.bhuvanend...@gmail.com>> wrote: This error appears when i tried to restart apache |(98)A

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
ests to port 3030. > > Does this suit your problem ? > > Listen 10.10.10.10:3030 http > > ServerName my_redirect_host > Redirect permanent / http://domain_name/ > > > > On Mon, Feb 10, 2014 at 2:57 PM, varun wrote: > >> I am trying to redirect a link wi

Re: [users@httpd] port redirecting mapping

2014-02-10 Thread varun
, then how about Redirect permanent / http://domain_name:3000/ ? See http://httpd.apache.org/docs/current/mod/mod_alias.html#redirect and friends. "Restricted" access is a bit vague but http://httpd.apache.org/docs/current/howto/access.html is a good start. On Mon, Feb 10, 201

[users@httpd] port redirecting mapping

2014-02-10 Thread varun
Is it possible to redirect a request for one port to another one. Say a request like *http://domain_name:3030* be accepted and redirected/mapped, so that the server should be able to process the request like*http://domain_name:3000*. And a direct request like *http://domain_name:3000* should be

[users@httpd] Certain File Types Not Found

2012-08-01 Thread Varun Vats
, Varun Vats Graduate Student University of Wisconsin, Madison mailvarunv...@gmail.com http://varunvats.com