0
votes
2answers
26 views
Web Application Server
I'm very new to web development but I will try to explain my question as best I can.
I am making a basic chatroom program (in C#) but I have never made my own online server before …
1
vote
2answers
49 views
Django modify DATABASE_HOST at runtime
I am trying to switch between 2 mysql servers at runtime. I do not need to maintain both connections alive all the time.
This is what I am doing
from django.conf import settings
…
0
votes
4answers
44 views
Get the current url but without the http:// part bookmarklet!
Hi!
Guys I have a question, hoping you can help me out with this one. I have a bookmarklet;
javascript:q=(document.location.href);void(open('http://other.example.com/search.php?s …
0
votes
2answers
44 views
Multiple Services Hosted under one Windows Service
Hello there,
I have two Services called TemplateService, TemplateReportService (both defined in one WCF Service Library) to be exposed to the client application.
Is it possible t …
0
votes
0answers
25 views
Host-based snakeoil certificates in Ubuntu [closed]
How to create snakeoil a certificate and a key for a given host in Ubuntu?
0
votes
0answers
80 views
making my laptop a server [closed]
Am using Apache tomcat to locally host the web sites am designing but i want my friend to be able to access this web page from his home, how can i make my laptop a server for my pa …
0
votes
1answer
58 views
Python: Grab the A record of any URI?
I basically want to implement something where you can type in any URI ( I probably will only deal with http ) and I want to return the A record of the domain in the URI, I want the …
1
vote
1answer
115 views
How to set custom “Host” header in HttpWebRequest?
How can I set a custom Host header in HttpWebRequest? I know that normally this class doesn't allow you to do so but is there anyway to use reflection or something like that withou …
0
votes
0answers
84 views
Has anyone setup tomcat to run virtual hosts using mod_jk
I work in OSX primarily with mostly PHP. Normally I work locally using MAMP and virtual hosts setup in my httpd.conf so that I can point a browser to http://some-project and have …
0
votes
1answer
132 views
C# TCP Server Help
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.For …
0
votes
1answer
228 views
no pg_hba.conf entry for host
Hi All
I am new to Perl as well as Postgresql
I get following error when i try to connect using DBI
DBI connect('database=chaosLRdb;host=192.168.0.1;port=5433','postgres',...) f …
0
votes
0answers
92 views
IIS SMTP remote domain smart host never sends
I'm not a novice but sure feel like one,
Using IIS SMTP, I'm unable to get the smart host for a remote domain to send email. Instead it always wants to send it from the IIS serve …
1
vote
2answers
81 views
Makefile for program running on different machines
Hi,
I have a C++ program that will run on several machines that use a Network File System. For each of the C++ libraries that my program uses, I installed a version for each machin …
1
vote
2answers
98 views
Can you pass stdin into unix host/dig command?
Let's say I have a list of ip's coming into a log that i'm tailing
1.1.1.1
1.1.1.2
1.1.1.3
etc..
and i'd like to easily resolve them to host names. I'd like to be able to
tai …
1
vote
6answers
117 views
ASP.NET/SQL Server hosting
I'm looking for an ASP.NET and SQL Server host for a site I'm developing. Here's the important caveat though: I have a backup of a SQL database (.bak file) and need to be able to r …
