Questions tagged [server-settings]

31 questions
7
votes
7 answers

will hosting provider have access to my dedicated server?

I am looking to buy a dedicated server for my web application.But I am concerned about security to my application code and who can access to my server even dedicated server.As hosting provider provides me pre-installed OS I have concern on hosting…
Ashwin Mekala
  • 157
  • 1
  • 2
  • 8
5
votes
1 answer

How can I stop Windows DNS server properties settings from changing by themselves?

When I open the DNS console in Administrative tools, I keep finding a couple of problems which keep on reappearing by themselves, and I want to stop them from happening. One of the DNS servers has two network interfaces, and it should only be…
3
votes
0 answers

Configure Nginx to only allow specified hosts

I am running a Django Project on DigitalOcean (using Nginx, Gunicorn and Postgres), and I have specified the "allowed hosts" in the settings.py like this: ALLOWED_HOSTS = ['sub.domain.tld'] Based on what DigitalOcean already set themselves, and…
Tobi
  • 139
  • 1
  • 4
2
votes
0 answers

Samba upload files only. View, edit or delete prohibited

Like in the title, I want to get folder on my samba server, which allow anyone (guest, user nevermind) to upload files. Than files should be invisible for any other than host. The best would be option with prohibiting users and guests from…
pause1
  • 21
  • 3
2
votes
3 answers

restrict external SSH logins to specific users and allow intranet logins to all

I would like to restrict external SSH logins to specific users and allow intranet logins (192.168.0.0/24) to all users. I would appreciate a complete example file for this scenario.
agsamek
  • 301
  • 1
  • 3
  • 12
2
votes
1 answer

2 identical servers, one slower (higher load) than the other

I have a 3 servers setup, one frontend HAproxy sending requests to 2 backend servers. The backend servers use identical hardware and also identical software (Debian 6.0.6). They are similarly configured also receive roughly the same number of…
Alex Flo
  • 1,711
  • 3
  • 17
  • 23
2
votes
1 answer

OpenSUSE Setting path between shell formats

I have 2 large commercial programs that work together come with fairly involved .cshrc scripts. But whether I am in a bash/tsch/csh shell at start up, my initial path on startup is in bash format. When I run the .cshrc scripts that set the paths…
Tom
  • 21
  • 1
1
vote
1 answer

how to check if network discovery is on using powershell?

I have just built a new server - windows server 2016 when trying to access its c: drive from any other server I was getting this error: The I changed this settings: and all is working fine. question: Is there a way to check if network discovery is…
1
vote
2 answers

Is Apache 2.2.22 able to sustain 1.000 simultaneous connected clients?

For an article in a news paper, I'm benchmarking 5 different web servers (Apache2, Cherokee, Lighttpd, Monkey and Nginx). The tests made consist of measuring the execution times as well as different parameters such as the number of request served…
Fnux
  • 173
  • 1
  • 8
1
vote
2 answers

Web site on IIS needed login and password to access

I am using some web hosting provider (Windows, IIS, ASP.NET). My site worked good. One day I got an error "You are not authorized to view this page. HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource." when…
igor
  • 137
  • 1
  • 7
1
vote
0 answers

How to configure windows server to satisfy azure policy

I have an azure vm running windows server 2016. I applied to it a policy that checks vm configuration through a guest configuration extension. For example for the policy Windows machines should meet requirements for 'Administrative Templates -…
0
votes
1 answer

Windows Server 2016 network resets after installing the Hyper-V role

On a new installation of Windows Server 2016 Datacenter desktop edition, I set up the networking to manual and assign all the IP addresses, then install the Hyper-V role. After the installation completes and it's done rebooting, the server loses its…
0
votes
0 answers

How to Export Jasper 5.0.0 Server Reports

I'm in the process of spinning up a new Jasper server with the latest version of CentOS and Jasper running on it. I want to export the reports from my current server which is running version 5.0.0. I've looked around and a few sites mention you can…
0
votes
1 answer

Editing AD security setting using Power shell

I am attempting to add a group of users to a failover cluster in windows 2012r2 I need to add the nodes as administrator to each other. I have put them into their own OU. However I was hoping to script this per powershell and a csv import.…
mikedopp
  • 229
  • 2
  • 7
  • 16
0
votes
0 answers

How to set up a lighttpd modular config for several vhosts

I have a question regarding lighttpd best practices for vhosts setups. I wanted to set up a modular config for several vhosts with splitted config files to be able to enable/disable specific vhosts easily. Platform is Debian 8.2 running lighttpd…
LBC
  • 91
  • 1
  • 1
  • 6
1
2 3