hey,
I was thinking of starting to develop a gaming server manager type thing
similar to http://www.gamepanelx.com/ but for windows as I haven't found anything in the open source community. Has anyone?
some ideas i had:
release it under some open source license ... haven't quite decided
Multi level user authentication + authorizati...
Firstly, I am fairly new to server side scripting so I don't know if this question makes sense.
Suppose a page has stored sessions for PHP, Perl and ASP. Is there a quick and easy way to emulate the browser being closed and re-opened to reset/destroy/clear all the sessions at once? Or would one have to go through the session clearing fo...
What does a rack handler do exactly, i.e. can someone explain in pseudo-code the steps that a rack handler takes to deliver a result for a request?
...
Hi all; I've somehow broken my Courier IMAP configuration.
Background: Ubuntu 8.04. I installed courier imap and configured it to search for email in the individual users' ~/Mail directory. It worked just fine for several years.
Today, while trying to update my SSL certificate I reinstalled courier imap.
Either I corrupted my config f...
I'm in the process of experimenting a bit with the twisted libraries for IRC servers/clients. I've found a few good examples of how to implement an IRC client but seem to find anything good on the server side of things. Could anybody provide some insight into how to create a basic IRC server in twisted?
Edit: What about building off of ...
I have a asp based website on windows server 2008. I would like to make some selected pages as SSL (https).
I tried to enable https. But when i try to access using http it gives error. how to enable https only for selected pages on a website?
Thanks
-Vivek
...
I am using a Linux Server and am trying to install Pdftk, but I am problems trying to figure out what exactly to do.
I found the following documentation on how to install it, but they refer mostly to installing it on the local Windows machine.
They are:
http://www.andrewheiss.com/blog/2009/07/29/installing-pdftk-php/
http://www.access...
Hi,
I'd need a solution like AppFabric to store large files (up to 500 MB) on multiple servers.
I briefly explain the context:
there is a central server (let's call it CS) where users upload files. These files may be consumed by devices which connect to other servers (let's call them RS1...RSn). The problem is that the bandwidth between...
I'm trying to run a shell script owned by a non-privileged user from PHP on an Ubuntu server. Issues with permissions make running it with exec() impractical, as it's www-data that's running it. I've googled a bit and found varius references to suExec (which seems too much of a hassle to get working for such a small problem), setting the...
Hey all,
I'm trying to set up a distributed load testing environment using JMeter. I need to set up the remote clients using something portable like a Linux Live CD, but whenever I attempt to launch jmeter-server in Linux, I receive the following error...
Created remote object: UnicastServerRef [liveRef: [endpoint:[127.0.0.1:49018](lo...
I have installed the latest WAMP server from http://www.wampserver.com/ on a VPS Windows 2003 machine for development purposes between a team of programmers that are geographically distributed around the world. We have also installed the CollabNet SVN server that is working over HTTP.
I am concerned about security - even though this is...
Hi,
I've just started using Git and have never used a versioning system before. I am trying to setup a git repository on my web server and one on my local computer.
I am doing the following on the server (I run the commands in a project folder ~/project):
git init
git add .
git commit -am "Initial Commit"
Then on my laptop i'm using...
Hi,
I am about to choose hosting provider for my Django project. I took a look on a linode
and it looks very promissing. It looks like very elastic solution but in my case this might be a disadvnatage since I'm not so experienced in servers configuration (alternative provider for me has great tools to quickly do the job, but linode has ...
I have some experience with programming, but I have very little experience when it comes to the security of programs. I've written a single-service server in Ruby which runs on a Windows XP computer to be used by a Linux computer in the same lab. The lab network is also behind a firewall, so there might not be a problem there, but I real...
Hey I am not sure if this has already been asked that way. (I didn´t find anwsers to this specific questions, at least). But:
I have a program, which - at startup - creates an Login-window in a new UI-Thread.
In this window the user can enter data which has to be verified by an server.
Because the window shall still be responsive to th...
I have requirement like this:
On one server(linux) I need to run 2 instances of the same Django project (the same name, different versions). I've noticed that there is some conflict with settings module (both projects use the same file, which of course is wrong).
Do you have some pointers how to solve this problem?
...
I use Rubystack with two windows open: ruby script/console and ruby script/server.
Sometimes, the script/server window shows nothing as I navigate through my pages. Other times, it shows me everything that's going on - what queries are being generated, what parameters are being passed, etc. I really wish it would do the latter consisten...
Hello, I'm trying to write a client-server console application on C# using UDP.
And i have one question.
So, when i send command from client to server - servers must have a read IP adress.
client must get some settings from server,but in this case client must have real IP adress too. Other application like games do not require client rea...
I've just upgraded my server to version 9.3 of plesk from parallels. Now all my joomla sites ( and others) are showing a
Warning: realpath() [function.realpath]: Unable to access / "file location" error.
Any ideas what I can do to resolve it??
thanks
...
Hi,
We have a WAMP server. We have to deliver it to the client and ensure that only one instance of the server can be used. We are looking for a simple protection(since any scheme can be broken).
Basically, we want to limit the number of server installs to 1.
Please let me know a solution that can be implemented in a short time.
Thanks...