| bio | website | rafiqmaniar.com |
|---|---|---|
| location | Dublin, Ireland | |
| age | ||
| visits | member for | 2 years, 6 months |
| seen | May 22 at 0:08 | |
| stats | profile views | 34 |
|
Feb 25 |
answered | Is there any other reason for “no space left on device”? |
|
Feb 25 |
comment |
How can I change from prefork to worker MPM on CentOS 64bit? Restart apache. sudo service httpd restart |
|
Dec 17 |
awarded | Student |
|
Dec 17 |
comment |
VMWare hypervisor with only 1 network card? Thanks. Last time I used a VMWare product it was ESX v3 so I'm a bit behind with each of the product names. |
|
Dec 17 |
comment |
VMWare hypervisor with only 1 network card? @rackandboneman It's a 2U colo space with only one switch port included. There is no option to buy a 2nd port. The actual server does have two NICs. |
|
Dec 17 |
accepted | VMWare hypervisor with only 1 network card? |
|
Dec 17 |
asked | VMWare hypervisor with only 1 network card? |
|
Nov 11 |
awarded | Yearling |
|
Jun 8 |
awarded | Constituent |
|
Jun 8 |
awarded | Caucus |
|
May 20 |
answered | How to change default permission for uploaded files in apache with mounted webroot? |
|
Nov 11 |
awarded | Yearling |
|
Oct 5 |
answered | Settings Root Device on EC2 |
|
Oct 5 |
comment |
Apache2 redirecting all HTTPS traffic to a single page I wasn't aware of SNI, that's pretty cool. I'd be wary of using it though since the older browsers don't seem to support it (hi IE6). |
|
Oct 5 |
comment |
Apache2 redirecting all HTTPS traffic to a single page You can have multiple SSL certificates per IP if you use different ports per certificate. But of course then you'd have to have something in front of your webservers (loadbalancer possibly) that directed port 443 traffic to the correct server port based on domain name. You can also buy a UCC SSL certificate to have multiple domains inside a single certificate. |
|
Oct 5 |
asked | Settings Root Device on EC2 |
|
Jul 25 |
comment |
Is it possible to create a Virtual IP in Amazon EC2 Just to emphasise: Your servers WILL fail at some point. Design for it. With elastic load balancing, you "register" your servers with the LB (rather than configure your LB for the servers) and the load is split between them. When one server (or a whole group of servers!) goes down, they're removed from the LB pool. |
|
Jul 25 |
answered | I Have 5GB Free RAM and 70-130 Apache Processes - Improvements? |
|
Jul 8 |
answered | how to allow root login on vsftpd ubuntu |
|
Jul 5 |
answered | Can a shell script wait for a file to change and take action? |