Questions tagged [development]

60 questions
0
votes
0 answers

An unknown connection request was received from a remote client application, but none of the cipher ..... The SSL connection request has failed

I am getting too frequent errors in my System Error Logs : An unknown connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL…
0
votes
1 answer

Apache config file does not handle URLs correctly

Last Edited 11/27/17 I manage a set of websites, all HTTP, but I'm now adding an HTTPS website. I've spent a lot of time on my Apach config file in my Windows local development environment, trying to serve both HTTP and HTTPS websites (this seems…
0
votes
1 answer

Using a private DNS server to point to development resources under a forward zone, how do I forward all requests that are not locally resolved?

I want to allow smartphone apps I'm developing to communicate with my local development server by domain name when I am working in my home office. I have installed a DNS server on my Synology NAS and generally it is working well for non-development…
Rjak
  • 143
  • 1
  • 1
  • 7
0
votes
1 answer

is it possible to use `docker` volumes in development with host user permissions?

docker looks like comfortable tool for sharing development environment. But sharing host volumes has the important drawback. docker usually (always?) runs container under root user, and docker creates new files with root permissions, that is a…
0
votes
1 answer

Docker image OS importancy

We have a development environment based on Docker, and since our staging and production servers are not based on Docker - we are trying to make those as similar as possible (Linux distribution, LAMP versions, configurations..). I saw that most of…
Rotem
  • 147
  • 1
  • 14
0
votes
1 answer

Hidden development server

I have a development server, which I setup as a normal website but behind a standard Http Auth login which prevents anyone from getting in (normally). How can I setup a server that would not be found unless its known by their developer and…
Richard Testani
  • 267
  • 1
  • 2
  • 8
0
votes
1 answer

Xen hypervisor component/plugin development

I am new to virtualization as a concept, and am particularly interested in Xen. A machine is a complex system composed of many parts/constituents: CPUs (one or more) RAM Hard drive Network card Motherboard Operating system running on top of…
smeeb
  • 211
  • 1
  • 5
  • 13
0
votes
1 answer

Enterprise Root CA create CodeSigning Certificate for Multiple Users

Is it possible to have a root CA in the enterprise create a CodeSigning certificate (to be used in a Visual Studio solution) that is registered to more than one user? The way it is now, I am the only developer that can publish our solution because…
Jaime Still
  • 103
  • 4
0
votes
3 answers

How to setup a IIS6 webserver for hosting development projects?

I am looking for a way to configuire a development webserver. My main goal is to be able to provide internal personel with access to these development websites for review and testing? I'm not sure if its possible to configuire something that would…
David Negron
  • 155
  • 1
  • 4
  • 6
0
votes
2 answers

How do I create a custom ADFS 2nd factor sign in page?

I have a C# dll that provides HOTP and TOTP authentication. I'd like to adapt this for use with ADFS sign in pages. (I'll share this DLL with you if you like) How do I integrate my authentication DLL into ADFS? I see on this page that it's…
0
votes
1 answer

Dev mysql node with Percona

I have been tasked with creating a Development mysql instance, We currently have a 7 node Xtradb cluster, is there any way to have this node a few hours behind, or not allow replication back to the rest of the cluster? I would love for it to update…
0
votes
1 answer

Using Git for development on the web

I'm setting up a new project, and I am getting into doing local development, then I want to upload all the changes to the master server. Basically, I'm wondering, do I need to install git on my local machine, and the master server, and then use…
David
  • 103
  • 2
0
votes
2 answers

PHP Dev on Windows w/ WAMP and deploy on Unix - .htaccess setup?

So I'm pretty sure this question has been asked before, but I simply cannot find the answer by Googling - feel free to point me to the right site/post to look up the answer. Apologies for my poor search-fu... :( I am developing a PHP application on…
HerbCSO
  • 103
  • 2
0
votes
2 answers

Piping emails from a development server to a text file

Is there a way to capture all mail from a unix server and pipe it to a log file? Or maybe at least all mail from PHP? I know of a trick where in php.ini sendmail is tricked byt this line: sendmail_path = /Users/ckj/Dropbox/scripts/snydmail.sh Where…
naxoc
  • 101
  • 1
0
votes
1 answer

Question on configuring network and DNS for development purposes

I have a question on how to configure a server for development purposes. this is the situation: There is a main server which connects all computer to Internet. We want to have another server for development and only developers should have access to…