1
vote
1answer
52 views
Reverse Proxy with Apache2 don’t work
Hi,
I'm using Apache/2.2.8 (Ubuntu) and have a problem. There is a file /etc/apache2/sites-available/backuppc with the following:
<VirtualHost *>
ProxyRequests Off
< …
0
votes
1answer
65 views
monit and apache site behind http-basic-auth
Hi all,
I have a web server which is protected behind http-basic-auth. I've read through the monit docs and it doesn't seem like there's a clear way to pass credentials in order …
1
vote
3answers
135 views
My server intermittently won’t serve pages to Safari 4… Need help!
I just upgraded my browser to Safari 4 and find that our website is having some major issues specific to that browser version. As I click through pages on our site it takes one or …
1
vote
5answers
427 views
‘no such file to load — net/ssh’ from rails Controller on Ubuntu
I have a very simple controller:
require 'net/ssh'
class MyController < ApplicationController
def foo
render :text => 'bar'
end
end
But when I request htt …
0
votes
4answers
479 views
How to install python-igraph on Ubuntu 8.04 LTS 64-Bit?
Apparently libigraph and python-igraph are the only packages on earth that can't be installed via apt-get or easy_install under Ubuntu 8.04 LTS 64-bit.
Installing both from source …
0
votes
1answer
109 views
Desktop directory disappears in gnome-terminal, then appears again, but all files in it are deleted [closed]
I am able to see my Desktop and with all its various links and files. But in the terminal when I try to access the Desktop directory:
cd ~/Desktop
I get:
bash: cd: /home/administr …
2
votes
3answers
687 views
mysqli for php on Ubuntu 8.04 LAMP stack
Does anyone know how, on Ubuntu 8.04, with PHP 5 and MySQL 5.0, to enable/install the mysqli package/extensions?
Preferably I'd like to preserve the existing installations, but, i …
0
votes
2answers
487 views
How to Mono, PHP and .NET module run together on Ubunty Hardy at Slicehost?
I'm running a rails app and PHP at my SliceHost Ubuntu Hardy Heron vps server. I've a PdfProcess.exe module built upon ASP.NET (.NET 2). I've one PHP file which uses a passthru("Pd …
1
vote
1answer
165 views
what is the equivalent of the following jdk path in slicehost ubuntu?
I got to setup the following two variables:
export LD_LIBRARY_PATH=/usr/java/jdk1.6.0/jre/lib/i386/:/usr/java/jdk1.6.0/jre/lib/i386/client/:./
export JAVA_HOME=/usr/java/jdk1.6.0/ …
1
vote
9answers
1k views
Too many open files error on Ubuntu 8.04
mysqldump: Couldn't execute 'show fields from `tablename`': Out of resources when opening file './databasename/tablename#P#p125.MYD' (Errcode: 24) (23)
on checking the error 24 o …
0
votes
3answers
2k views
how to fix, GRUB error 17 problem on laptop without working CD Reader
I broke the laptop. how did I break it?
I remember feeling happy about wubi. now I feel bad about wubi and everything that I did.
I used the partition editor within Windows (Sys …
0
votes
1answer
177 views
ubuntu trouble with SDL
I'm trying to learn to use SDL for a little game I'm writing , but I have a problem . One single application can play sound at a given time on my system . If for example I have ama …
