All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
4 answers
3k views

Apache MaxClients setting when KeepAlive is Off

with apache, is it reasonable to reduce MaxClients when KeepAlive is Off? currently, MaxClients is set to 150, which is the default for mpm-worker. nginx serves static files and reverse-proxies to ...
matt 's user avatar
  • 129
1 vote
2 answers
7k views

Cannot open shared object file when restarting httpd

$ /etc/init.d/httpd restart Starting httpd: httpd: Syntax error on line 205 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_wsgi.so into server: /etc/httpd/modules/mod_wsgi.so: ...
Kreshnik's user avatar
  • 155
1 vote
1 answer
595 views

Can one rely on Apache sanitizing URLs?

I set up Apache with mod_wsgi in a default installation, with a very simple test application test.wsgi that goes like this: def application(environ, start_response): status = '200 OK' output =...
Niklas B.'s user avatar
  • 214
1 vote
1 answer
115 views

Server returning response for previous requests

It's a really strange problem. I believe it to be a server issue, but it's so strange and hard to reproduce that I'm not entirely sure. Just as the title says I'm receiving responses for earlier ...
modfrq's user avatar
  • 11
0 votes
2 answers
428 views

How to implement multiple sites using same code on a single apache server?

I have a mod_cgi code "site.py" which is used to serve a website. I'm running several instances of this website on a single apache server, each instance has its own config file. Currently my apache ...
mgb's user avatar
  • 56
0 votes
1 answer
90 views

Need Server requirement estimates for my application [duplicate]

I am a newbie to Web Development and am trying to estimate the server requirements based on my application configuration. My application will have to perform simple database look-up based on unique ...
mukesh's user avatar
  • 101
0 votes
1 answer
949 views

apache, mod_wsgi: cannot open shared object file

$ /etc/init.d/httpd restart Starting httpd: httpd: Syntax error on line 205 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_wsgi.so into server: /etc/httpd/modules/mod_wsgi.so: ...
Kreshnik's user avatar
  • 155