Re: [users@httpd] apache seems to be busy

2011-10-18 Thread Petr Hracek
Hello Tom, as you mentioned I need to do stress test of the application. How to do that for SSL connection? best regards Petr Dne 18. října 2011 13:59 Tom Evans napsal(a): > On Tue, Oct 18, 2011 at 12:11 PM, Petr Hracek wrote: >> Dear users, >> >> There are run most AJAX requests. After increa

Re: [users@httpd] directoryindexing or what?

2011-10-18 Thread Frank Gingras
On 18/10/11 02:51 PM, Mark Montague wrote: On October 18, 2011 14:35 , Frank Gingras wrote: You should not use AddType for this. Instead, use: SetHandler application/x-httpd-php See http://wiki.apache.org/httpd/PHPDownload and http://www.php.net/manual/en/install.unix.apache2.php Can yo

[users@httpd] Re: SSL certificates and virtual hosts

2011-10-18 Thread Andrew Schulman
> Our website account with our ISP has one fixed IP address and allows > a number of virtual hosts. The main site has an SSL certificate for > secure access. I wish to add another certificate for one of the named > virtual hosts. According to Tech Support the account only allows one > SSL certifi

Re: [users@httpd] Redirection

2011-10-18 Thread Pete Houston
On Tue, Oct 18, 2011 at 10:30:20AM -0700, apt...@spam-message.com wrote: > > I want "http://mydomain.com/j15/me.html"; to be redirected to > "http://mydomain.com/them.html";. Sounds simple enough. Indeed it is. Here's a solution: Redirect/j15/me.html http://mydomain.com/them.html

Re: [users@httpd] directoryindexing or what?

2011-10-18 Thread Mark Montague
On October 18, 2011 14:35 , Frank Gingras wrote: You should not use AddType for this. Instead, use: SetHandler application/x-httpd-php See http://wiki.apache.org/httpd/PHPDownload and http://www.php.net/manual/en/install.unix.apache2.php Can you elaborate on that? I use AddType because av

[users@httpd] Reuse mod_ajp_proxy connections

2011-10-18 Thread Dimitar Georgievski
Hello, We have a Tomcat 5.5.25 server connected to Apache 2.2.9 over mod_ajp_proxy. Monitoring of the servers shows that AJP proxy connections are not reused but closed and reopened. Frequent closing of TCP connections leaves many connections in TIME_WAIT state and this is something we would prefe

Re: [users@httpd] directoryindexing or what?

2011-10-18 Thread Frank Gingras
On 10/18/2011 11:08 AM, Tom Evans wrote: On Tue, Oct 18, 2011 at 3:44 PM, Georgi Georgiev wrote: Hello, I have slackware 13.37 web server, but when I open from browser wordpress for example list the php file instead loading the site. I have in httpd.conf (tryed different variants) Optio

Re: [users@httpd] Redirection

2011-10-18 Thread Frank Gingras
On 10/18/2011 01:30 PM, apt...@spam-message.com wrote: I've spent at least three hours trying to do what seems like a simple redirection. Yes, I've read documentation, searched the Google god and read numerous articles and posts, etc. In a nut shell, it seems when I add a leading slash to the

[users@httpd] Redirection

2011-10-18 Thread aptach
I've spent at least three hours trying to do what seems like a simple redirection. Yes, I've read documentation, searched the Google god and read numerous articles and posts, etc. In a nut shell, it seems when I add a leading slash to the pattern of a redirect, it breaks. If I add a leading path (

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/18/2011 09:36 AM, Greg Fennell wrote: > To add to my last response, here is some good reading. > > http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts > Thanks for that. I was about to ask for clarification. - -- James Moe moe dot jame

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread Mark Montague
On October 18, 2011 12:27 , James Moe wrote: Our website account with our ISP has one fixed IP address and allows a number of virtual hosts. The main site has an SSL certificate for secure access. I wish to add another certificate for one of the named virtual hosts. According to Tech Support

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread Yehuda Katz
On Tue, Oct 18, 2011 at 12:33 PM, Greg Fennell wrote: > You can only have 1 SSL per IP address. You would need to get a 2nd IP > address on your server for a 2nd SSL. You could also try SNI. It is not supported by some old browsers. Browsers/clients with support for TLS server name indication

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread Greg Fennell
To add to my last response, here is some good reading. http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts Why can't I use SSL with name-based/non-IP-based virtual hosts? The reason is very technical, and a somewhat "chicken and egg" problem. The SSL protocol layer stays below the H

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread Greg Fennell
You can only have 1 SSL per IP address, the 2nd host you have in your list (retailmastery.com) isn't an IP it's a name which is using the fixed IP. You would need to get a 2nd IP address on your server for a 2nd SSL. On 10/18/2011 9:27 AM, James Moe wrote: -BEGIN PGP SIGNED MESSAGE-

[users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Our website account with our ISP has one fixed IP address and allows a number of virtual hosts. The main site has an SSL certificate for secure access. I wish to add another certificate for one of the named virtual hosts. According to Tech Sup

Re: [users@httpd] directoryindexing or what?

2011-10-18 Thread Tom Evans
On Tue, Oct 18, 2011 at 3:44 PM, Georgi Georgiev wrote: > Hello, I have slackware 13.37 web server, but when I open from browser > wordpress for example list the php file instead loading the site. I have in > httpd.conf (tryed different variants) > >     Options Indexes FollowSymLinks MultiViews

Re: [users@httpd] directoryindexing or what?

2011-10-18 Thread Mark Montague
On October 18, 2011 10:44 , Georgi Georgiev wrote: Hello, I have slackware 13.37 web server, but when I open from browser wordpress for example list the php file instead loading the site. I have in httpd.conf (tryed different variants) Options Indexes FollowSymLinks MultiViews AllowOv

[users@httpd] directoryindexing or what?

2011-10-18 Thread Georgi Georgiev
Hello, I have slackware 13.37 web server, but when I open from browser wordpress for example list the php file instead loading the site. I have in httpd.conf (tryed different variants) Options Indexes FollowSymLinks MultiViews AllowOverride Indexes #Order deny,allow #Deny from all

Re: [users@httpd] Modification Of Apache Login Prompt

2011-10-18 Thread Yehuda Katz
On Tue, Oct 18, 2011 at 9:38 AM, Amol Puglia wrote: > I need help in modifying the apache login prompt. > Apache does not have a login prompt. Apache sends a WWW-Authenticate: Basic realm="Secure Area" header in the response and it is the browsers responsibility to supply credentials. It does not

Re: [users@httpd] Modification Of Apache Login Prompt

2011-10-18 Thread Marcin 'Rambo' Roguski
> I would like to modify in such a way that if i click on cancel button it > should not give me ERror 401 page. There is a way to modify the look by specifying errordocument for 401, if you want to "beautify" the response. - Th

Re: [users@httpd] Modification Of Apache Login Prompt

2011-10-18 Thread Marcin 'Rambo' Roguski
On Tue, 18 Oct 2011 06:38:19 -0700 (PDT) Amol Puglia wrote: > Hello Team, > > I need help in modifying the apache login prompt. The login prompt isn't part of apache: it's either part of a web app or suppliet by browser in case of http authentication. Mentioning that prompt doesn\'t give you 40

[users@httpd] Modification Of Apache Login Prompt

2011-10-18 Thread Amol Puglia
Hello Team, I need help in modifying the apache login prompt. I am currently using default login prompt provided by apache. I would like to modify in such a way that if i click on cancel button it should not give me ERror 401 page. Instead it should pop up some type of meesage. And also if inc

Re: [users@httpd] apache seems to be busy

2011-10-18 Thread Giles Coochey
On 18/10/2011 12:59, Tom Evans wrote: On Tue, Oct 18, 2011 at 12:11 PM, Petr Hracek wrote: Dear users, There are run most AJAX requests. After increasing the values StartServers 15 MinSpareServers 10 MaxSpareServers 30 ==> error_log<== [Tue Oct 18 11:25:59 2011] [info] server seems busy, (yo

Re: [users@httpd] apache seems to be busy

2011-10-18 Thread Tom Evans
On Tue, Oct 18, 2011 at 12:11 PM, Petr Hracek wrote: > Dear users, > > There are run most AJAX requests. After increasing the values > StartServers 15 > MinSpareServers 10 > MaxSpareServers 30 > > ==> error_log <== > [Tue Oct 18 11:25:59 2011] [info] server seems busy, (you may need to > increase

Re: [users@httpd] apache seems to be busy

2011-10-18 Thread Giles Coochey
On Tue, October 18, 2011 13:11, Petr Hracek wrote: > Dear users, > > There are run most AJAX requests. After increasing the values > StartServers 15 > MinSpareServers 10 > MaxSpareServers 30 > I guess it is possible, do you eventually hit MaxClients (150 total children)? > ==> error_log <== > [Tu

Re: [users@httpd] apache seems to be busy

2011-10-18 Thread Petr Hracek
Dear users, There are run most AJAX requests. After increasing the values StartServers 15 MinSpareServers 10 MaxSpareServers 30 ==> error_log <== [Tue Oct 18 11:25:59 2011] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 0

Re: [users@httpd] High CPU usage with Moodle

2011-10-18 Thread Tom Evans
On Mon, Oct 17, 2011 at 1:01 PM, Josu Lazkano wrote: > Hello list! I have a Ubuntu server with Apache2 to serve a Moodle web. > > I notice that where there are few users (4 or 5) requesting pages, the > Apache2 process goes to 100% on all CPUs (4 cores). > > I try with memcached but it still getti

Re: [users@httpd] Apache 2.2.1 does not want to run on my machine

2011-10-18 Thread William A. Rowe Jr.
On 10/18/2011 3:38 AM, Guillaume Roul wrote: > In that case, it seems to be my firewall (Online armor) that blocked Apache. > I've turned > it off, started Wamp and it worked. Now I don't even have to stop OA, it > works perfectly. > The strange think is that nothing said that OA blocked Apache o

RE: [users@httpd] Apache 2.2.1 does not want to run on my machine

2011-10-18 Thread Guillaume Roul
In that case, it seems to be my firewall (Online armor) that blocked Apache. I've turned it off, started Wamp and it worked. Now I don't even have to stop OA, it works perfectly. The strange think is that nothing said that OA blocked Apache or Wamp. Anyway, thank you for your help. > Date: Mon,

Re: [users@httpd] apache seems to be busy

2011-10-18 Thread Giles Coochey
On Tue, October 18, 2011 09:06, Petr Hracek wrote: > Dear users, > > sporadically on the machines whereis installed apache2-2.2.21 > in the log /var/log/apache2/error_log I have observed following: > > [Tue Oct 18 07:01:54 2011] [info] server seems busy, (you may need to > increase StartServers, or

[users@httpd] RewriteLock: when is lockfile created

2011-10-18 Thread mattias.bogeblad
Hi all, I'm having issues with synchronization when using mod-rewrite and the MapType pgr. Initially under load it works fine but after a while mod_rewrite get's confused and returns wrong rewrite-directives. I have read multiple posts online describing my exact experience and saying that the p

Re: [users@httpd] web site unaccesible online

2011-10-18 Thread Hendrik Schmieder
Bill Miller schrieb: I'm new to web servers so this is all "greek" to me. My web site works ok from the computer I have the server on, but when I inquire on my domain (www.thepictureshow.net ) from a computer away from home or on my other computer on the home network it just times out because

[users@httpd] apache seems to be busy

2011-10-18 Thread Petr Hracek
Dear users, sporadically on the machines whereis installed apache2-2.2.21 in the log /var/log/apache2/error_log I have observed following: [Tue Oct 18 07:01:54 2011] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 0 idle, a