Saying it has discovered a new type of "click fraud" scam, Microsoft warns users and puts pay-per-click thieves on notice that it's got their number, filing a pair of lawsuits to head off the new scheme.
I have been trying to resolve my issue of spiking cpu caused by php-fpm processes. I've reduced the php-fpm config settings to:
pm = ondemand
pm.max_children = 12
pm.start_servers = 2
pm.min_spare_servers = 2
pm.max_spare_servers = 10
pm.max_requests = 500
php_admin_value[memory_limit] = 128M
Problem still exists. I'm running a Joomla main site…
real quick question regarding HAProxy reqrep. I am trying to rewrite/replace the request that gets sent to the backend.
I have the following example domain and URIs
http://domain/web1
http://domain/web2
I want web1 to go to backend webfarm1, and web2 to go to webfarm2. Currently this does happen. However I want to strip off the web1 or web2…
I have to setup a server which can allow http vcs management (such as git and svn).
svn support works well, but I have some trouble with git.
Actual configuration:
CentOS 5
Apache 2.2.8
Git 1.7.4.1
The /etc/httpd/conf/httpd.conf content:
ServerTokens OS
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 120
KeepAlive On…
I enabled HTTPS on the Apache server built-in to Mac OS X 10.6 (on my MacBook Pro) by uncommenting:
Include /private/etc/apache2/extra/httpd-ssl.conf
...in /etc/apache2/httpd.conf and modifying /etc/apache2/extra/httpd-ssl.conf to include:
DocumentRoot "/Users/dspitzer/foo/bar"
ServerName dot.com:443
ServerAdmin…
I don't know what this process is doing on my computer. I run Windows 7 Professional w/ all its updates running current non-free antivirus.
I only see it in Resource Monitor, where you can see the Network Service process connected to bitum.nnov.ru.
When my PC's network traffic generating apps are idle, this…
I have a CloudFront distribution set up with an Nginx server as the origin (a Media Temple DV server, to be specific). I enabled the Access-Control-Allow-Origin: * header so fonts will work in Firefox. However, Firefox throws a CORS error for fonts loaded from this CloudFront/Nginx distribution.
I created…
I'm following this tutorial to set up a personal Git server on Apache on my Windows 7 box. However, when I add the following to my httpd.conf, Apache throws an error when I try to start it. Can anyone assist in fixing whatever is wrong?
SetEnv GIT_PROJECT_ROOT C:/Repositories
SetEnv GIT_HTTP_EXPORT_ALL…
I have a WebDAV setup on Apache2 on a server running Debian 5.0 (Lenny), which I am accessing through a mapped network drive under Windows 7.
The setup appears to run fine, I receive no permission errors when copying a file to the share the first time, but the file never shows up in the directory (it's…
hey,
im new to javascript and am intersted in creating a small o3d script:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"…
Just got some new SSDs to add to my servers, unfortunately there doesn't appear to be anywhere to actually mount them.
The cases are Antec Atlas 550 mid-tower server cases. The problem is that the 3.5" bays are intended for 3.5" hard drives (obviously) not SSDs, so they are mounted from the bottom…
I'm trying to setup a couple of LUKS-encrypted partitions to be mounted after boot-time on a new Ubuntu server which was installed with LVM on top of software RAID. After running cryptsetup luksFormat, the LUKS header is clearly visible on the volume. After running any flavor of mkfs, the header is…
I'm trying to setup an ssh over https connection using nginx. I haven't found any working examples, so any help would be appreciated!
~$ cat .ssh/config
Host example.net
Hostname example.net
ProtocolKeepAlives 30
DynamicForward 8118
ProxyCommand /usr/bin/proxytunnel -p ssh.example.net:443…
I want to generate a robots.txt file using Varnish 2.1.
That means that domain.com/robots.txt is served using Varnish and also subdomain.domain.com/robots.txt is also served using Varnish.
The robots.txt must be hardcoded into default.vcl file. is that possible?
I know Varnish can generate a…
I know this is possible -- and apparently fairly common with larger companies that don't/can't route private addresses for overlap reasons -- but I can't wrap my head around how to get this to work. I'm playing around with pfSense, Vyatta and a Cisco 5505 right now, hardware-wise.
So here's…
Outlook is always sending along 2 pictures (image001.png and image002.gif) with my mails. Even if I don't attach any images.
How do I fix this?
Thanks.
EDIT - SIGNATURE
The HTML of my signature:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o =…
I have desperately been trying to get push for git working through the "smart-http" mode using git-http-backend. However after many hours of testing and troubleshooting, I am still left with
error: Cannot access URL http://localhost/git/hello.git/, return code 22
fatal:…
So basically my situation is that I have an Apache 2.2 webserver running on Linux on another box, and I have it configured to serve up webdav.
Now here's the weird part, I can access the server just fine on my Mac using the "Connect to Server" dialog (even moved like 5GB…
I’m not just talking about image color profile issues; every single color that the browser renders is incorrect. It’s like it’s in it’s own color space (or something!).
Screenshot: http://drp.ly/DJk1O (Opera, Safari, Chrome, Firefox)
Spot the odd one out? Open this up…
I'm working my way through William Shotts Jr.'s great The Linux Command Line on my Mac OSX 10.7.5 system. 90% of the linux that Shotts covers is close enough to Darwin that I can figure out or GTEM to figure out what's going on. I've made it to chapter 27 on "Writing…
Outlook is always sending along 2 pictures (image001.png and image002.gif) with my mails. Even if I don't attach any images.
How do I fix this?
Thanks.
EDIT - SIGNATURE
The HTML of my signature:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0…
Ok, Its been a long time since I build my own PC so I'm looking to get back into it again and build a new one.
First off budget is about €800 excluding the monitor and windows 7 licence and mouse. (just bought a new g500)
I plan on using my…
I have a lot of gear in a colocation facility right now. Some of it is going to come home with me now.
I do not know anything about the "rack mount" side of the industry. I lease a rack, and I put my stuff in it.
I have a few 1U boxes, a…
I have a problem with ExpressionEngine2 after moving from an old server to WHM/cPanel running on CentOS6.4. Simple test code to reproduce that issue:
<?php
$protocol = strpos(strtolower($_SERVER['SERVER_PROTOCOL']),'https') ===…