RE: [EMAIL PROTECTED] Apache HTTP Server and Tomcat Together

2008-05-01 Thread Narendra Verma
Hi, There are so many good features are available in apache, those are beneficial for different aspects: 1. Load balancing: User requests are processed by more than one server with all servers sharing the load 'equally' 2. Transparent failover: User is not aware of a server crash. Transp

Re: [EMAIL PROTECTED] apache install error

2008-05-01 Thread Prasanna Ram Venkatachalam
Try using another port by modifying Listen directive in httpd.conf file and restart the service. I got the a similar error while installation once and this helped me. Regards Ram On 5/2/08, Patrick Kane <[EMAIL PROTECTED]> wrote: > > I am having a bit of trouble installing Apache on my Windows XP

Re: [EMAIL PROTECTED] apache install error

2008-05-01 Thread Christian Lerrahn
Hi Patrick, > no listening sockets available, shutting down > Unable to open logs" Check the path of your log files. In my experience Apache can be very sensitive when it comes to not being able to log. It is weird that you also get the error message about the socket being unavailable even though

[EMAIL PROTECTED] Limit on ServerName?

2008-05-01 Thread Prasanna Ram Venkatachalam
Hi Friends, Is there any character limit in mentioning Server name using ServerName directive? Regards Prasanna Ram

Re: [EMAIL PROTECTED] apache install error

2008-05-01 Thread steve
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Kane wrote: | "Disabled use of AcceptEx() Winsock2 API | httpd.exe: Could not reliably determine the server's fully qualified | domain name, | using [my computer's IP address] for ServerName | no listening sockets available, shutting down | U

Re: [EMAIL PROTECTED] apache install error

2008-05-01 Thread steve
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Kane wrote: | "Disabled use of AcceptEx() Winsock2 API | httpd.exe: Could not reliably determine the server's fully qualified | domain name, | using [my computer's IP address] for ServerName | no listening sockets available, shutting down | U

[EMAIL PROTECTED] Apache HTTP Server and Tomcat Together

2008-05-01 Thread hoffmandirt
I have recently started working on a project that uses both Apache HTTP server and Tomcat to host the JSP applications. Basically all of the requests hit the Apache HTTP server first and then they are routed to Tomcat thanks to mod_jk. In my case, only JSP applications are being hosted, so I don

[EMAIL PROTECTED] apache install error

2008-05-01 Thread Patrick Kane
I am having a bit of trouble installing Apache on my Windows XP machine. I only need it installed to use as a test server. This is my first post to this list. Hope someone can point me in the right direction. Thanks. -Patrick Note: My anti virus is "McAfee VirusScan Enterprise 8.5.0i". I also have

Re: [EMAIL PROTECTED] Apache httpd 2.2.8 not reading LDAPTrustedGlobalCert files

2008-05-01 Thread Eric Covener
On Thu, May 1, 2008 at 2:06 PM, Irwin Tillman <[EMAIL PROTECTED]> wrote: > Whatever's the cause, I've worked around it for now by specifying just a > single > LDAPTrustedGlobalCert statement; currently all my LDAP servers have > certificates > signed by the same CA. It doesn't look like open

Re: [EMAIL PROTECTED] Configure Apache to propagate servlet down condition back to load balancer

2008-05-01 Thread Serge Dubrouski
And Apache will act like you described. It'll report Ok code 200 when your Servlet Container is up and 503 or some other error code if it's down. You just need to configure BigIP to watch for that code. On Thu, May 1, 2008 at 2:04 PM, Bruce Atherton <[EMAIL PROTECTED]> wrote: > Thanks, Serge. Sorr

Re: [EMAIL PROTECTED] Configure Apache to propagate servlet down condition back to load balancer

2008-05-01 Thread Bruce Atherton
Thanks, Serge. Sorry for being off-topic, but I didn't know whether the solution lay in configuring Apache or not. It seemed like Apache was the intermediary between the two systems, and so seemed like the logical place to detect the failure of one system and pass it on to the other. I am glad

Re: [EMAIL PROTECTED] Configure Apache to propagate servlet down condition back to load balancer

2008-05-01 Thread Serge Dubrouski
I think it's quite possible and fairly easy. BigIP allows you to create a custom HTTP/S monitors for a particular URL. So create a monitor that will get not just "/" but some URL that point to your Servlet Container and then set up a "Receive String" to expect something like "200 OK". So in case if

[EMAIL PROTECTED] Help Default index.html

2008-05-01 Thread Minh Cao
Hi, Please help explain this 2 questions. 1/ Server hostname: myhost IP: 192.168.0.2 DocumentRoot is /var/www/html and index.html is default page. The index.html displayed correctly when connect to http://myhost But when connect http://192.168.0.2 the server NOT showing the same index.

[EMAIL PROTECTED] ApacheStats for windows

2008-05-01 Thread Steffen
Made a Memory Usage add-on available fot the Apache Live Satistics. See http://www.apachelounge.com/stats/ Steffen

[EMAIL PROTECTED] Configure Apache to propagate servlet down condition back to load balancer

2008-05-01 Thread Bruce Atherton
I have the following configuration: BIG-IP -> Apache HTTPD -> Servlet Container Load-> Apache HTTPD -> Servlet Container Balancer -> Apache HTTPD -> Servlet Container The Apache HTTPD instance serves up static content and translates HTTPS requests into HTTP. Dynamic con

[EMAIL PROTECTED] mod_sed input/output content filter

2008-05-01 Thread Steffen
Just let you know, that we made mod_sed available for Windows at the Apache Lounge. http://www.apachelounge.com/forum/viewtopic.php?p=10745 Steffen

[EMAIL PROTECTED] Configure on windows vista

2008-05-01 Thread JavierL
Hi I've installed version 2.2 without problems. Then, I ve changed line Listen 80 to Listen 8080 and restarted the server. Nevertheless, my server is still responding on port 80 !! This is not the first time I install apache on windows or Linux but is the first time on Vista and I did it a

Re: [EMAIL PROTECTED] Apache httpd 2.2.8 not reading LDAPTrustedGlobalCert files

2008-05-01 Thread Irwin Tillman
I wrote: >> But the truss shows that at no time (at startup or later when talking to an >> LDAP server) >> does the parent or any child httpd try to open() the file >> /var/local/etc/certs/foo. >> So (not surprisingly), attempts by httpd to verify certificates issued by >> the CA whose cert

Re: [EMAIL PROTECTED] VirtulHost related question

2008-05-01 Thread Joshua Slive
On Thu, May 1, 2008 at 7:43 AM, Narendra Verma <[EMAIL PROTECTED]> wrote: > > Using such a default vhost with a wildcard port effectively prevents any > request going to the main server. > But I am not getting the concept of blue line mentioned above. And what is > the meaning of main server in

[EMAIL PROTECTED] VirtulHost related question

2008-05-01 Thread Narendra Verma
Using _default_ vhosts DocumentRoot /www/default ... Using such a default vhost with a wildcard port effectively prevents any request going to the main server. A default vhost never serves a request that was sent to an address/port that is used for name-based vhosts. If the requ

[EMAIL PROTECTED] mod_status woes

2008-05-01 Thread Aaron Wallis
Hey there, I've been using mod_status to keep an eye on several of my servers traffic spikes for the past few months now, great stuff, loving it sick. Since I've got a fair few servers to watch I was hoping to automate the process and for some crazy reason, the "autp" status pages on my ser