Tagged Questions

2
votes
1answer
54 views

Validate incoming request based on Request Header in apache http server

We have a web application (JQuery and Spring) running on weblogic app server. There is a apache http server in front of the app server. All incoming requests will come through the web server and ...
1
vote
2answers
292 views

Compiling Apache HTTP Server (httpd) 2.2.16 with OpenSSL

Apache 2.2.16 is currently the "best available version" of the HTTP Server. I made some changes to the source and need to recompile with OpenSSL. My question is, should I use OpenSSL 0.9.8o or ...
1
vote
4answers
272 views

Can you compile Apache HTTP Server and redeploy its binaries to a different location?

As part of our product release we ship Apache HTTP Server binaries that we have compiled on our (UNIX) development machine. We tell our clients to install the binaries (on their UNIX servers) under ...
0
votes
1answer
26 views

How To Redirect IP Range To Different Address?

I would like to redirect visitors from a defined IP range to a different location. For example, I want clients from this IP range 85.204.0.0/16 to be redirected to clientsA.html and clients from this ...
0
votes
1answer
55 views

What's the advantage of “one thread per connection” in an HTTP server?

If I was programming an HTTP server, why should I consider handling every HTTP connection in its own thread? I've read plenty of arguments that event-driven HTTP servers are faster and more scalable ...
0
votes
0answers
37 views

Confusing on the Apache http server RewriteRule behavior

I config a apache http server to rewrite the incoming request and redirect it to local file, this apache serve running as the front-end of a jboss server and connect with the ajp13, the mode_jk ...
0
votes
1answer
172 views

.httaccess : Location not allowed here

I am getting a "Location not allowed here" error with this .htaccess. Does anyone have any idea on how I should fix this? <Files 'login'> AuthName NTLM AuthType NTLM NTLMAuth on ...