[users@httpd] Newsgroup is down!!

2011-03-01 Thread DW
This NG seems to be down again. I posted several replies and none of them have come thru!! - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more i

[users@httpd] Re: Interpreting Results for apache benchmarking tool

2011-03-01 Thread Ankit Kapoor
Hi All, Any help will be appreciated. Regards Ankit Kapoor On Tue, Mar 1, 2011 at 9:40 AM, Ankit Kapoor wrote: > Hi All, > > I am using apache as a streaming server. So will it be fine if I am using > ab tool for stress testing apache in this scenario. > Confusion is coming up as till now I ha

Re: [users@httpd] Website loading not right (Fastcgi)

2011-03-01 Thread Liam O'Boyle
It looks like the CSS for the page has not been loaded. Try looking at the network panel of the developer tools for the browser that you're using; it should show attempts to load the CSS and give you some more details about what went wrong, e.g. 404 responses perhaps. Liam On Wed, Mar 2, 2011 at

[users@httpd] libtool mangles run path

2011-03-01 Thread Kogelheide, Ryan SSBC:EX
Hi everyone, I'm trying to work around an issue with the Solaris 9 gcc where it ignores the LD_RUN_PATH. To get my compile to work, I add my run path using -R to my CC variable before calling configure. This works in most cases. The problem is that when I subsequently try to add a module (mod_p

[users@httpd] Website loading not right (Fastcgi)

2011-03-01 Thread Silvio Siefke
Hello, i use fastcgi with PHP-FPM. When i go on Website with FastCGI then the page load not complete. http://mail.silviosiefke.de/fastcgi_apache.png When i run with FCGID then the page load complete. http://mail.silviosiefke.de/fcgid_apache.png Has someone a idea what is the problem? Thank yo

Re: [users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Jeff Trawick
On Tue, Mar 1, 2011 at 7:37 AM, Vivek Thite-Patil wrote: > Hi Jeff , > >      Besides warning , our setup is working fine. but our customer is very > sensitive and he wants to know will these warnings have any kind of impact > on our setup in future. so are  these warnings  ignorable? If setting

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Jai
I don't understand. The same configuration works in apache 2.0. Problem is only with apache 2.2. I want to add oneore thing. If I change the locationmatch setting to it works fine but unfortunately I can't stick with this change since The requirement is any URL starting with /portal except

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Nick Kew
On Tue, 1 Mar 2011 10:29:54 -0500 Jai wrote: > I am getting this error > > CONFIG_ERROR line 1759 of ap_proxy.cpp: Neither 'WeblogicCluster' nor > 'WeblogicHost' specified in parameters\n That looks clear enough: check your weblogic documentation. Your ap_proxy.cpp and its required configura

Re: [users@httpd] FastCGI causes website to hang

2011-03-01 Thread Björn Zettergren
Hi, Your configuration does not really match mine, but i've had a similar issue with sort of the same behaviour. I was using mod_fastcgi (not mod_fcgid), and PHP used the APC (opcode cache for php). The source of my problem was that a PHP-CGI-child would also remove the semaphore that its pa

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Jai
I am getting this error CONFIG_ERROR line 1759 of ap_proxy.cpp: Neither 'WeblogicCluster' nor 'WeblogicHost' specified in parameters\n Sent from my iPhone On Mar 1, 2011, at 9:45 AM, Eric Covener wrote: Neither Weblogic Cluster or Weblogic Host is not specified in parameters Error in log

[users@httpd] FastCGI causes website to hang

2011-03-01 Thread roberto blanko
Hello fellow Apache community, we just switched from our old hosting platform (which used to run PHP as an Apache module) to Plesk which (in our configuration) runs PHP through FastCGI. In general we prefer the principle and security features of FastCGI, so we want to stick to it. However, since

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Eric Covener
> Neither Weblogic Cluster or Weblogic Host is not specified in > parameters Error in log files. Could some one please help me with this > issue? Can you re-explain that? What does your error log say? - The official User-To-User

[users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Jai
Could someone please help me with this issue? Sent from my iPhone On Feb 28, 2011, at 5:54 PM, Jai wrote: Hi All, I am trying to invoke following in apache2.2. Basically, requirement is any URL starting with /portal should go to weblogic except /portal/foo. This is working fine in apa

Re: [users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Vivek Thite-Patil
Hi Jeff , Besides warning , our setup is working fine. but our customer is very sensitive and he wants to know will these warnings have any kind of impact on our setup in future. so are these warnings ignorable? Thanks, Vivek On Tue, Mar 1, 2011 at 5:09 PM, Jeff Trawick wrote: > On Tue,

Re: [users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Jeff Trawick
On Tue, Mar 1, 2011 at 6:25 AM, Vivek Thite-Patil wrote: > Hi , > >  When I installed "Apache2.2.8", I used the following commands. > > CC="/opt/solstudio12.2/bin/cc" > CFLAGS="-xtarget=generic -m64 -xO4" > CXX="CC" > CXXFLAGS="-xtarget=generic -m64 -xO4 " > LDFLAGS="-L/usr/lib/64 -R/usr/lib/64" >

[users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Vivek Thite-Patil
Hi , When I installed "Apache2.2.8", I used the following commands. CC="/opt/solstudio12.2/bin/cc" CFLAGS="-xtarget=generic -m64 -xO4" CXX="CC" CXXFLAGS="-xtarget=generic -m64 -xO4 " LDFLAGS="-L/usr/lib/64 -R/usr/lib/64" ./configure --prefix=/opt/apache2 --enable-so --enable-mods-shared=most -