[EMAIL PROTECTED] time out issue

2007-06-11 Thread sharath reddy
Hi All, I am running apache server ver 2.0.59 on a Linux. we are using WSSO (web single sign on) mechanism for user authentication, so it intercepts every request to web server and authenticates user credentials. Problem: users getting timeout very quickly...Like every 5-8 minutes. What are t

[EMAIL PROTECTED] Reverse proxy not working properly

2007-06-04 Thread sharath reddy
I am running apache server ver 2.0.59 on a Linux box on port 80. Here are my Reverse proxy lines... ProxyPass /test/ http://internal.com/mobi/ ProxyPassReverse /test/ http://internal.com/mobi/ ProxyHTMLURLMap http://internal.com

[EMAIL PROTECTED] Reverse Proxy problem

2007-05-22 Thread sharath reddy
Hi All, I am running apache server ver 2.0.59 on a Linux box on port443 (https). Here are my Reverse proxy lines... ServerName example.com SSLEngine on SSLOptions +StrictRequire SSLRequireSSL SSLProtocol -all +TLSv1 +SSLv3 SSLCipherSuite HIGH:MEDIUM:!aNULL:+SHA1:+MD5:+HIGH:+MEDIUM SSLM

Re: [EMAIL PROTECTED] Mapping URL to remote file system

2007-04-18 Thread sharath reddy
On 4/17/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 4/17/07, detlev von davidson <[EMAIL PROTECTED]> wrote: > > > sharath reddy wrote: > > Hi all, > > > > How can i map URL to a file system on remote box? > > > > .. if my apache is running a

[EMAIL PROTECTED] Mapping URL to remote file system

2007-04-17 Thread sharath reddy
Hi all, How can i map URL to a file system on remote box? .. if my apache is running as www.example.com , then if i want to serve content for www.example.com/test from different box other than local server Any suggestions?

Re: [EMAIL PROTECTED] Apache problem with MSIE

2007-03-19 Thread sharath reddy
Hi All, Thanks for responses, Still i could not able to solve the problem, even though i enabled mod_expires. Here the problem: As i found that IE fetching the entire webpage from weblogic server intsead of from local cache when i hit the back button.So, is there any directive or apache setting

[EMAIL PROTECTED] mod_expires.c

2007-03-19 Thread sharath reddy
Hi All, I would like to have mod_headers.c, mod_expires.c source files. wher can i get these source files to download?? Thanks, Sharath

Re: [EMAIL PROTECTED] Error loading mod_proxy and the submodules

2006-12-11 Thread sharath reddy
Hi, Go through this article http://www.apachetutor.org/admin/reverseproxies On 12/6/06, Krist van Besien <[EMAIL PROTECTED]> wrote: On 12/6/06, Peter Neu <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to use mod_proxy. Since I got this erroy message: > > error--- > proxy: No prot

[EMAIL PROTECTED] compilation problem with mod_proxy_html

2006-12-07 Thread sharath reddy
By compiling of the mod_proxy_html (version 2.5.2) for apache2.0.50(on LINUX) with the command "apxs -c -I/usr/include/libxml2 -i mod_proxy_html.c", I get the follow error: [EMAIL PROTECTED] tmp]# /opt/apache2/bin/apxs -c -I/usr/include/libxml2 -i mod_proxy_html.c /opt/apache2/build/libtool --s

[EMAIL PROTECTED] DSO-Compiling Error: apxs:Error: Command failed with rc=65536

2006-12-07 Thread sharath reddy
By compiling of the mod_proxy_html (version 2.5.2) for apache2.0.50(on LINUX) with the command "apxs -c -I/usr/include/libxml2 -i mod_proxy_html.c", I get the follow error: [EMAIL PROTECTED] tmp]# /opt/apache2/bin/apxs -c -I/usr/include/libxml2 -i mod_proxy_html.c /opt/apache2/build/libtool --s

Re: [EMAIL PROTECTED] child process launching the child process in prefork

2006-11-17 Thread sharath reddy
Hi Joshua, Thakns for response, Actually i forgot to mention that i am using third party module (WSSO from oblix,oracle) for authntication and authorization. is that creating any problems?? Thanks, Sharath On 11/17/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/17/06, sharath

Re: [EMAIL PROTECTED] child process launching the child process in prefork

2006-11-17 Thread sharath reddy
mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_cgi.c mod_negotiation.c mod_dir.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_so.c Thanks, Sharath On 11/17/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/17/06, sharath reddy <[EMAIL PROTECTED]> wrote: > H

[EMAIL PROTECTED] child process launching the child process in prefork

2006-11-17 Thread sharath reddy
Hi All, I am using apache 2.0.55(wirh prefork) on Linux, In normal conditions single control process is responsible for launching child processes which listen for connections and serve them when they arrive... Problem: the child processes are also launching child processes, so when i started(re

[EMAIL PROTECTED] Re: couldn't release the lock ????

2006-11-15 Thread sharath reddy
On 11/15/06, sharath reddy <[EMAIL PROTECTED]> wrote:   Hi All,   I am using Apache version 2.0.55 on LINUX.   Compiled in modules:  core.c  mod_access.c  mod_auth.c  mod_include.c  mod_log_config.c  mod_env.c  mod_setenvif.c  mod_proxy.c  proxy_connect.c  proxy_ftp.c  proxy_http.c   pre

[EMAIL PROTECTED] couldn't release the lock ????

2006-11-15 Thread sharath reddy
Hi All,   I am using Apache version 2.0.55 on LINUX. when ever Apache restarts with graceful option, the following errors are logging.what would be the problem for this behaviour?   [Wed Nov 15 13:33:34 2006] [notice] Graceful restart requested, doing restart[Wed Nov 15 13:33:34 2006] [warn] (22)In

Re: [EMAIL PROTECTED] Apache starting with more child processes thatn startservers directive

2006-11-10 Thread sharath reddy
/10/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/10/06, sharath reddy <[EMAIL PROTECTED]> wrote: > Hi joshua,>> i am just starting one instance only, even then it is showing 3*StartServers> processes and one parent process running. if i starts 3 instances, it is> showi

Re: [EMAIL PROTECTED] Apache starting with more child processes thatn startservers directive

2006-11-10 Thread sharath reddy
On 11/10/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/9/06, sharath reddy <[EMAIL PROTECTED]> wrote:> Hi All, >> I am using Apache version 2.0.55(with prefork) on Linux with three different> httpd.conf files running on 3 different ports and i just loading httpd> multip

Re: [EMAIL PROTECTED] Apache starting with more child processes thatn startservers directive

2006-11-10 Thread sharath reddy
Hi Joshua,   here are the settings for prefork   StartServers 5MinSpareServers  5MaxSpareServers 10MaxClients 150MaxRequestsPerChild  0   Thanks, Sharath  On 11/9/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/9/06, sharath reddy <[EMAIL PROTECTED]> wr

[EMAIL PROTECTED] Apache starting with more child processes thatn startservers directive

2006-11-09 Thread sharath reddy
Hi All,   I am using Apache version 2.0.55(with prefork) on Linux with three different httpd.conf files running on 3 different ports and i just loading httpd multiple times with one config file for each port.   The problem is : when i start the apache, it is starting with 3 times more child proces

[EMAIL PROTECTED] performance and memory issues

2006-11-01 Thread sharath reddy
Hi All, On Linux platforms, what are the trade-offs(performance and memory issues), when hosting multiple web sites on a machine, between setting up a separate httpd.conf file for each site versus setting up multiple virtual hosts within a single httpd.conf file? By default, the former gives t

[EMAIL PROTECTED] multiple apache instances-help

2006-10-26 Thread sharath reddy
Hi All,   I want to use multiple instances of apache on diffrent ports, for that i wrote differnt httpd.conf files for different ports(of course, each have unique Listen port and httpd.pid files, log files), and i just loading httpd multiple times with one config file for each port    ( using  apa

Re: [EMAIL PROTECTED] virtual hosts runnig on different ports

2006-10-25 Thread sharath reddy
here?    On 10/24/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/24/06, sharath reddy <[EMAIL PROTECTED]> wrote: > Hi>> Thanks Joshua, At present we are using iplanet 4 and want to migrate to> apache. In iplanet we are runnig 3 virtual servers on 3 different ports(sa

Re: [EMAIL PROTECTED] virtual hosts runnig on different ports

2006-10-24 Thread sharath reddy
Slive <[EMAIL PROTECTED]> wrote: On 10/23/06, sharath reddy <[EMAIL PROTECTED]> wrote: > Hi All,>> thanks for response, but I need to run 3 (virtual)hosts on 3 different> ports(same ip address) which can be controlled individually. is there any> solution for this?Yes.  Ru

Re: [EMAIL PROTECTED] virtual hosts runnig on different ports

2006-10-23 Thread sharath reddy
Hi All,   thanks for response, but I need to run 3 (virtual)hosts on 3 different ports(same ip address) which can be controlled individually. is there any solution for this?  On 10/23/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/23/06, sharath reddy <[EMAIL PROTECTED]> wrote: &

[EMAIL PROTECTED] virtual hosts runnig on different ports

2006-10-23 Thread sharath reddy
Hi all,   I have one apache instance running with 3 virtual hosts on 3 different ports(same ip address). Can i individually control these virtual hosts(i.e., starting and stopping).   Thanks