How do I properly configure a server with nginx to front for a Zimbra server with multiple domains?
I run a small SOHO network. I NAT/port forwarding on my Comcast router to get traffic to my handful of servers.
I setup a server with Zimbra, call it host1.internal.local. The server currently has two domains, call them domain1.com and domain2.com.…
Background:
I am using Ubuntu
The newer python version is not in the apt-get repository (or synaptic)
I plan on keeping the old version as the default python when you call "python" from the command line
I plan on calling the new python using pythonX.X (X.X is the new version).
Given the background, how do you install a newer version of python…
Is it right that the procedure of using log4j looks like this:
1) put a .properties file somewhere in a project folder
2) in an initialization method, that runs only once, invoke
PropertyConfigurator.configure("path_to_file");
3) in every method we need to use logger we define a static logger variable and simply
invoke getLogger(class)
I'm…
I want to achieve following:
(Note I'd like to get this done first of all with Win7 as both host and vm OS)
Install Windows 7/xp/Windows 8 VM on Windows 7/Windows 8 host machine
Configure it so that I can connect to it via remote desktop.
This is because I use a screen reader software and audio output directly from VMs is not highly…
I'm trying to build mosh from source on a SUSE10 machine and am getting the following error:
checking for protobuf... no
configure: error: Package requirements (protobuf) were not met:
No package 'protobuf' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
…
I need to know which MTA's is better and simple to handle and configure in linux. As I need to run a script that will send me the output of that command whenever it will run using cron.
Ok the case is this.
Every day I have to manually check the Disk space of server which are more than 30 which is headache and have to…
My computer is configured to obtain a IP address automatically using DHCP.
It only has one network adapter.
How to configure an additional static IP address?
I found a tutorial for Windows XP, but the procedure didn't work for Windows 7.
Is it possible to configure two IP addresses on Windows 7, one being static e…
I have heard a lot about version control and would like to work on it. I read some tutorials about the same. However i am not quite sure how svn works with xampp.
I have installed svn, Tortoise svn and made the necessary changes in xampp. For instance i copied the two required modules to c:/xampp/apache/modules and…
I need to improve our account management (using Active Directory) for a customer support site with 50+ computers.
The default "AD"-way is to give each user their own account. This adds up with a lot of administration with adding/disabling/enabling user accounts.
To avoid this supervisors have started to use…
When a PC boots with an ACPI BIOS, what does it exactly do?
I understand that the point of ACPI is to allow the OS to control hardware resources and power management but before the OS is loaded does ACPI configure just the devices needed to boot and then let the OS configure the rest?
If the OS wants to…
Hi,
I'm compiling my program with architecture set to
-mtune=i386
However, I'm also linking statically against several libs (libpng, zlib, jpeglib, vorbisfile, libogg). I've built these libs on my own using configure and make, so I guess these libs were built with architecture being set to my system's…
The Django docs say that I can call settings.configure instead of having a DJANGO_SETTINGS_MODULE. I would like my website's project to do this. In what file should I put the call to settings.configure so that my settings will get configured at the right time?
Edit in response to Daniel Roseman's…
Hi,
I'm creating an appwidget, where the user should be able to configure it before it is added to the home screen. To me, PreferenceScreen/PreferenceActivity seems perfect for the task, but the intention behind these classes seem to be configuring an actual application. I've searched, but cannot…
I am running into a problem with the ./configure script for ffmpeg. My linux environment uses busybox, which only allows for limited set of linux commands. One command which is used in the ffmpeg ./configure script is mktemp -u, the problem here is the busybox for linux does not recognize the -u…
Hi,
I'm trying to install Python from source on my Mac. (OS X 10.6.2, Python-2.6.5.tar.bz2) I've done this before and it was easy, but for some reason, this time after ./configure, and make, the sudo make install puts things some things in my home directory instead of in /usr/local/... where I…
I want to learn how to configure my home PC server into a web server with domain and host.
My IP is 109.99.141.133 and now points to a phpinfo page host on my home server. My registed domain is: anunta-anunturi.ro
I searched for a tutorial and I've read that I have to configure…
I am compiling quite big project from source. The compilation always ends with:
error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
I have already compiled this project one year ago. So I know a solution to this. Actualy I found more solutions:
Adding a typecast…
I have a server with a static, public IP address. I also have a registered domain name.
For the sake of illustration, let's suppose they are
IP Address: 12.34.56.78
Domain Name: example.com
I have a single machine on which I am running the following:
A website (over IIS7)…
I hope that someone could shed some light over my situation, as I am fairly new to PIX configurations.
I will be getting a new net for my department, which I am going to configure.
At my hands, I have a Cisco PIX 515 (not E), a Cisco 2948 switch (and if needed, I can bring up a…
Yesterday I spent far too much time downloading and installing software on Windows Server 2008. I only had to install a simple server for SQL Server 2008 Express using Microsoft's Web Platform Installer, then configure it to enable remote connections. Everything had to be…