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
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
> 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
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
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
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
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
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
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 (
-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
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
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
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
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-
-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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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,
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
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
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
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
33 matches
Mail list logo