Hello,
I've been using ubuntu and apache for ages, although my knowledge of this server is very limited. So that's a credit to how good it is.
I've setup Apache, MySQL & PHP with Webmin. I have recently built a new server using Ubuntu Desktop 10.04 with a 64Bit system.
I'm not sure why but now Apache seems to cache all the images in the website.
I have a dedicated server with 1GB of memory serving some wordpress sites, but happens when performing tests (ab: apache benmark, with -n 100 -c 10) to some of this wordpress, the server start to swap and then it's like dying...
So, my question is, how to tune apache and mysql for this purpose? I'm using mpm_worker in apache for php5
Any advice on tuning apache.conf and my.cnf files?
I want to use puppet to install apache and enable some modules so I installed the puppetlabs/apache module and tried to use it.
Apache installs fine but the modules aren't enabled at all.
How can I know which Multi-Processing Module does my Apache use or implement.
Module Index - Apache HTTP Server
I also wish to know what is the maximum number of clients can my apache process at a given instance of time. Please help me calculate the same.
I have to build exactly Apache-1.3.41 on Linux.
I'm replacing PHP with Node.js and am curious what the prescribed (or best practice) solution is for doing the webserving.
I'm reluctant to have Node.js act as my primary webserver and would like to keep Apache around to server files, and just have Node.js do all the business logic and communication with the the DB.
How does one set up such a relationship?
Is there a lighter alternative (runs in shell, in one process, can be started and stopped easily by the user) to Apache that supports .htaccess files? If not, how could Apache be run in a "lighter" way?
In fact, I'm looking to setup a development environment to mimic an Apache server, so I can then push my code on the production server and get the same behavior.
On November 8, Canonical published details about Apache HTTP Server vulnerabilities for its Ubuntu 12.10, Ubuntu 12.04 LTS, Ubuntu 11.10, Ubuntu 11.04, and Ubuntu 10.04 LTS operating systems.According to Canonical, several security issues were fixed in the Apache HTTP server.It was discovered that the mod_negotiation module incorrectly handled certain filenames, which could result in browsers beco
We have WebLogic installed on two separate RHEL 5.6 servers. An Apache web server instance will be installed on each of those servers which will be configured to listen on 80 and 443 and redirect any requests from 80 to 443. SSL will terminate at the Apache web server and traffic between the Apache web server and the WebLogic servers will not need to be encrypted.