My url scheme is /foo/var1-var2-var3.../bar
I am using these mod_rewrite rules:
RewriteBase /foo/
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [PT,L]
If the length of the string 'var1-var2...' is greater than 257 characters then an error 403 Forbidden and a 404 are returned.…
Hi,
On servers running Suse 11 I'm experiencing hangups in sun.awt.X11GraphicsDevice.getDoubleBufferVisuals(Native Method) when connecting via Citrix (and setting DISPLAY to localhost:11.0). Running exactly the same code in exactly the same environment, excepth through Exceed (with DISPLAY set to my workstation's IP) it runs like clockwork.
…
I have some m4v files I made with Handbrake where the AC3 audio channel was the first one, and the stereo was the second. This causes problems with some things (like Quicktime) so I want to repackage the file such that the stereo track is the first audio track. I don't want to re-encode things.
Can I do this? Can I do it for free?
So this really baffles me.
Apparently because 1Gbit can transmit data in both directions simultaneously it should be possible to get 2Gbit of data transfer on a single NIC (1Gbit flow seend and 1Gbit receive).
People claim that because 1Gbit is full-duplex (almost always) it is exactly 2Gbit in total.
My intuition and electrical background…
We have a web page on our server that we use to run administrative scripts. For example, we might run the script "unenrolStudents()" which runs 5,000 SQL SET commands one after another and sets 5000 student entries in an SQL database to unenrolled.
However, we are finding that after running a few thousand queries (it is not totally…
I'm looking for VIM replacement. My key points are:
Extensible in sane language (such as Python, Ruby, or even Lua, after vimscript everything will do). Also GUI part should be extensible too, so no SublimeText2.
GUI. Preferrably GTK+.
Lightweight. I don't understand IDEs like Eclipse/NetBeans consuming up to 1G of RAM.
File…
I've recently moved to Apache2 / mod_fcgid / PHP from nginx / php_fpm. This is the second server on which I've made this migration, but it's used much less frequently than the first, which is working like a charm.
The problem is in the PHP processes that it's spawning. In looking at the mod_fcgid documentation, it appears…
I'm trying to open a CR2 file shoot by a Canon EOS 5D Mark II, but it doesn't show up on Mac OS X 10.6
When I go to file info, it shows me the Device make, Device Model, focal length, ecc. but Dimensions are 0x0 and the photos doesn't show up.
What is happening? You can give a try on this image file
I am in the process of setting up a new server for my domain (the site will be moved, it is not for load balancing or the like), which has a different IP address from my existing server. My current server has a reverse DNS PTR record set up pointing its IP to mydomain.com. Is it bad to set up a reverse DNS PTR record for the…
I am using VBA to pull from a SQL table and it automatically populates cell E14. Not sure why it's that cell, but is there a way to specify which cell it pulls the data into?
Here's what I have right now:
strSQL = "SELECT distinct Source FROM dbo.Simulations WHERE SimulationID = 5
I've been using rsync on OS X to sync all our website admins. It was working fine until the OS X 10.6.3 update!
Now it creates thousands of empty (0-kb) folders. It only does it when synching to a mounted network drive (which we need to do) as when I sync to my local drive it works as usual!
I've tried excludes which…
I would like to monitor my server power usage over time, but I'm in 220V area (Europe), and everything I can find on the net is for 110V, like this one here:
http://tinyurl.com/110vpm
I started with two clean machines this time.
My master is running 12.04
Version: 2.7.11-1ubuntu2
Depends: ruby1.8, puppetmaster-common (= 2.7.11-1ubuntu2)
My client is 10.04
Version: 2.6.3-0ubuntu1~lucid1
Depends: puppet-common (= 2.6.3-0ubuntu1~lucid1), ruby1.8
To setup Puppet tutorial: …
What is the best software to help record the auido of MagicJack? I would love to record audio off of conference calls.
This question is for both Windows and Macs.
I need to connect to my home esxi box over the web however I cannot use the default port 902 for the console viewer due to firewall restrictions.
Is there a way to change this port somewhere even if i can just do some nat and redirect any other port to that port?
I've had a look around and when I try to…
Hello,
I wanted to ask if let's say that Microsoft has stopped supporting Windows Server 2003 now so there is no any security updates and I use that system for Domain Controller (Windows XP/7 Professional Clients) and File Server only + I'm using ESET NOD23 AntiVirus.
Will my system be secure? I'm…
I've been following the migration guide at http://www.it-book.co.uk/1651/migration-from-sbs-2003-to-sbs-2011-3.
The option "Migrate Exchange mailbox and settings" links me to http://technet.microsoft.com/en-us/library/gg563803.aspx
When I get to the stage of right-clicking "Move All Replicas", it…
I am in the process of setting up a new server for my web application (the site will be moved, it is not for load balancing or the like), which has a different IP address from my existing server. My current server has a reverse DNS PTR record set up pointing its IP to mydomain.com. Is it bad to set…
I recently purchased and installed a MS-7050 v. 1.3 motherboard into a regular non-HP case and thus the front panel connectors are different than the original OEM connectors which are all bundled together. The HP support website does not have this information available and someone from HP indicated…
Hi all,
I'm planning on using FreeNAS (was considering openfiler but freenas seems simpler) for my home NAS box running off ESXI. I have managed to get local sata drives to mount in ESXI (http://serverfault.com/questions/216902/esxi-add-datastore-without-partitioning).
I've had one of the drives…
Hi!
Is there a possibility to use a flash drive as a speed up for conventional hard disks? I got the idea to redirect all read ops to the flash drive if the data is already stored there, and to read from the conventional disks if the data is not found there (and during idle time the freshly…