I'm currently using Oracle WebLogic module for Apache (mod_wl.so) [newest version for WebLogic 11g]. Doing so I have numerous WebLogic mounts and due to that I have need of using the WLExcludePathOrMimeType directive. My Problem is that regardless of whether I exclude a path or a file type, once it is excluded from the WebLogic mount point, Apache stops all MIME processing. I.e.
I'm currently working with a Magento Enterprise 1.12 installation running on a pair of clustered Apache web servers. Both of my web servers draw from their own databases on separate servers which are clustered in a Master-Master MySQL configuration.
My problem is that I'm attempting to introduce Solr 3.6.1 into the picture and I'm somewhat unsure of how to properly add it to my cluster.
We have 50 RHEL Apache web-servers. We want all the Apache logs to be processed on a dedicated server meant for this purpose as we don't the dependencies of log processing application installed on our production servers.
What is the best way to accomplish it ?
Trying to decide between these two configs:
Nginx -> HAProxy -> Apache servers
Nginx -> Apache servers
I'm wondering what benefits there are of using the first configuration over the second. I've heard that HAProxy is better at load balancing than Nginx but wasn't able to find any specifics.
Also, how much of a performance difference is there between the first and second option?
Hi i don't know much about Apache or Linux. i rented a server to run CS 1.6 game servers. I had someone install Apache and configure my server to be able to use control panel for my game servers( i am running 4 gservers and have 5 ips = 1 ip is free). When i type my primary ip in the web browser it displays the Apache test page.
I use following configuration to load balance https connections, using haproxy 1.4.8.
Two dedicated separate servers running with identical configuration of hardware (Dual E5-2620 32GB) in similar environment (CentOS 6.3, Apache+PHP+MySQL) serving similar tasks, but behaving in different way of processing Apache web server - CPU usage 17x times bigger in server which has lower requests.
CPU Usage: u2.03 s1.05 cu316.97 cs0 - 4.35% CPU load
11.9 requests/sec - 5.3 kB/second - 4
Hi, i have 3 shared servers with 500 websites each.
Apache Status from one of the servers ,
Current Time: Wednesday, 31-Oct-2012 18:46:02 EET
Restart Time: Wednesday, 31-Oct-2012 18:28:00 EET
Parent Server Generation: 0
Server uptime: 18 minutes 2 seconds
Total accesses: 221987 - Total Traffic: 10.9 GB
CPU Usage: u272.48 s53.38 cu0 cs0 - 30.1% CPU load
205 requests/sec - 10.3 MB/seco
We have 2 internal web servers that are being load balanced round robin by an ACE. The ACE is going away and will not be replaced with an appliance.
My boss would like to have the 2 internal web servers receive the http requests and decide between them which will actually handle the request in a round robin configuration without adding an additional server or appliance into the equation.