setup mod_proxy on apache http webserver in solaris -


installed apache http webserver in solaris.i enabled loadmodule mod_headers.so, mod_proxy.so, mod_proxy_http.so , inside location tag have added below lines enable proxypass , proxypassreverse in httpd.conf file

proxypass http://localhost:8080/myapp proxypassreverse http://localhost:8080/myapp

but not working in solaris , throwing error page.can me solve issue...


Comments

Popular posts from this blog

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -