[us...@httpd] httpd.conf: Invalid argument

2010-06-17 Thread Carlos _
I am working with Apache v2.2.6 and with v2.2.12, but when i try to start Apache i receive de next error message: httpd: Could not open configuration file /usr/local/apache2.2/conf/httpd.conf: Invalid argument, the file exists and have permissions, The SO is Linux x86_64 x86_64 x86_64 GNU/Linux,

Re: [us...@httpd] 100% CPU utilization by Apache

2010-06-17 Thread Tapas Mishra
Actually the problem is I do not have mysql installed :) so I can be sure that there is no query running. Any more guesses. -- Tapas http://mightydreams.blogspot.com http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers -

Re: [us...@httpd] default server serving to change

2010-06-17 Thread Matus UHLAR - fantomas
On 14.06.10 11:56, Tapas Mishra wrote: I have 5 websites running on a webserver. I read Apache docs Apache serves the vhost file in alphabetical order of name of vhost file. I have a few subdomains on main domain http://mydomain.com as follows http://site1.mydomain.com

RE: [us...@httpd] RE: Where should I start Logging..... ?

2010-06-17 Thread Karthik Nanjangude
Hi Between 2 instance of JBOSS 4.2.1 and Apache 2.x we use mod_jk [ available from Apache Tomcat Connector Web site ] http://tomcat.apache.org/connectors-doc/news/20100101.html#1%20March%20-%20JK-1.2.30%20released with regards karthik -Original Message- From: Eric Covener

Re: [us...@httpd] default server serving to change

2010-06-17 Thread Tapas Mishra
On Thu, Jun 17, 2010 at 5:15 PM, Matus UHLAR - fantomas uh...@fantomas.sk wrote: the ReWriteRule in vhost of site1.mydomain.com as follows why rewrite rule when you can issue redirect by redirect directive? Redirect / http://sice.mydomain.com/ Site1.mydomain.com and mydomain.com are on same

[us...@httpd] OPTIONS Requests Hanging Around

2010-06-17 Thread eric.berg
Hey, folks. I'm seeing a bunch of OPTIONS * requests that are hanging around for a long time. The entries in my server-status that look like this: 3-2 15981/211/71054 C 5.9361210 0 0.0 17.96 6065.14 127.0.0.1 xxx.com OPTIONS * HTTP/1.0 8-0

[us...@httpd] Disabling the SNI functionality?

2010-06-17 Thread Hintz, Dan
When I use an application on Windows Vista that communicates with our server (using Apache 2.2.13 and OpenSSL 0.9.8k), it succeeds if I use the IP address of the server, but it fails when I use the FQDN of the server. When using the FQDN, I noticed that the packet (Client Hello) comes to the

RE: [us...@httpd] Rails, fcgid and environment variables

2010-06-17 Thread Thomas, Peter
With Rails phusion -- and thus likely with fcgid -- the environment variables you are seeing are likely what was in the Apache subprocess when your persistent Rails or--more generaly--fcgid--process was spawned. To be safe, I suggest you clear them during Ruby initialization, to avoid confusion

[us...@httpd] RE: OPTIONS Requests Hanging Around ...solved.

2010-06-17 Thread eric.berg
We found a big problem with one of the servers against which we authenticate, which was holding up both our server requests as well as that of the server to which we are proxying, and that was causing things to behave badly. Also, as most of you probably know, the '.' in the 4th column means '.