dietmar.muel...@eurotours.at wrote:
Hi,
after some years serving files with ssl and not ssl during the last week
we get 2 times a big showstopper
because httpd accept only some ssl requests. Some connects works well but
some one cannt connect.
The client say that he can't reach the server and
Hi,
after some years serving files with ssl and not ssl during the last week
we get 2 times a big showstopper
because httpd accept only some ssl requests. Some connects works well but
some one cannt connect.
The client say that he can't reach the server and nothing in error or
access.log.
But
ricardo figueiredo wrote:
Hi,
That's the question. I dont have any idea.
I think rename the process (Ex: httpd_high and httpd_low), or add some
variable.
I dont know !!! Do you have any idea ???
"Ce qui se conçoit bien s'énonce clairement - Et les mots pour le dire
arrivent aisément."
Nicolas
It was thus said that the Great ricardo figueiredo once stated:
>
> That's the question. I dont have any idea.
If you have no idea how to prioritize the requests, then I doubt you'll
get much help. Prioritization of "requests" can happen in the router, a
load balancer or the actual webserver.
Or you can use mod_security instead it will protect you from XSS and SQL
injection attacks and some other nasty stuff :)
On Fri, Jul 3, 2009 at 10:23 AM, Igor Cicimov wrote:
> RewriteEngine On
> RewriteCond %{REQUEST_URI} ^http\:\/\/.*\.com$
> RewriteRule - [F]
>
> On Wed, Jul 1, 2009 at 6:26 AM
RewriteEngine On
RewriteCond %{REQUEST_URI} ^http\:\/\/.*\.com$
RewriteRule - [F]
On Wed, Jul 1, 2009 at 6:26 AM, bf...@free-man.net wrote:
> I have a major attach of URL being sent:
> http://mydomain.com/http://someurl.com
> so the http:/someurl.com is requested from my apache server.
> any way
Hi,
That's the question. I dont have any idea.
I think rename the process (Ex: httpd_high and httpd_low), or add some
variable.
I dont know !!! Do you have any idea ???
Ricardo
On Thu, Jul 2, 2009 at 5:09 PM, Jonathan Zuckerman wrote:
> On Thu, Jul 2, 2009 at 1:06 PM, ricardo
> figueiredo wrote
On Thu, Jul 2, 2009 at 1:06 PM, ricardo
figueiredo wrote:
>
> Hi,
>
> Imagine a queue with many requests for low priority (requests_low), after
> arrive a request high priority (request_high).
> Request_high is then processed first than others. Provide QoS (Quality of
> Service)
>
> Thank you
> Ri
Hi,
Imagine a queue with many requests for low priority (requests_low), after
arrive a request high priority (request_high).
Request_high is then processed first than others. Provide QoS (Quality of
Service)
Thank you
Ricardo
On Thu, Jul 2, 2009 at 4:56 PM, Jonathan Zuckerman wrote:
> Can you
Can you provide a practical example of what you're trying to achieve?
This sounds like a violation of net-neutrality, but anyway most web
requests shouldn't take longer than a second or two anyway so I don't
know what kind of performance boost your top-tier customers can
reasonably expect with rega
Hi,
Someone suggests an idea of how I would prioritize requests ina webserver.
Requests with more priorities are processed first than less priorities.
I don't have any idea.
Thank You
Ricardo
--
View this message in context:
http://www.nabble.com/How-do-I-prioritize-requests---tp24312330p2431
El jue, 02-07-2009 a las 00:26 +0200, André Warnier escribió:
> So far, I think the score is more like mod_cache 10 / Developer 0
What is this?
Thanks a lot.
Thanks for your help.
if (r->method_number != M_GET)
{
return DECLINED;
}
--
--
--
Publicidad y Servicios http
2009/7/2 Chandranshu . :
> Hi
>
> Are you running PHP with CGI? If yes, then you can use the
> directive blocks and the Options Directive to
> optionally allow or disallow execution of PHP scripts. For example, your
> basic hosting can have a config:
>
> Options -ExecCGI
>
>
> while for you
The apache I'm running is reverse proxy with SSL and these are my settings
ExpiresActive On
ExpiresDefault A0
ExpiresByType image/gif "access plus 3600 seconds"
ExpiresByType image/png "access plus 3600 seconds"
ExpiresByType image/jpg "access plus 180 seco
Hi
Are you running PHP with CGI? If yes, then you can use the
directive blocks and the Options Directive to
optionally allow or disallow execution of PHP scripts. For example, your
basic hosting can have a config:
Options -ExecCGI
while for your Hosting package, it can read:
Options +
15 matches
Mail list logo