Questions tagged [defaults]

56 questions
1
vote
1 answer

Does c-referrer always start with "/"? Could anything else start with "/"?

I'm writing a program that deals with server generated logs. I need to catch the c-referrer and the uri-stem, regardless of what else is being logged or not and regardless of what log format is used. I've found this link, WC3 Extended Log Format…
nona urbiz
  • 187
  • 1
  • 1
  • 11
1
vote
0 answers

Server 2012 Remote Desktop Services, Foxit Reader as default

I have a Server 2012 RDS server I'm setting up. I have installed Foxit Reader. I then went to the registry and set the value of HKLM\Software\Classes\ .pdf to FoxitReader.Document. I also set up a group policy preference to set the value for…
1
vote
3 answers

Is it possible to set the default web site to redirect to a virtual directory in IIS

Can you set up a website to make a default redirect to a virtual directory? I tried to do this but it overrode every single website in my setup to that redirect. I want to be able to open http://mywebsite/ and have that redirect somewhere.
Spence
  • 680
  • 3
  • 10
  • 19
1
vote
0 answers

Set Independent Default Print Settings for Different Users

Problem: Our network deployed printers are set to default to print in black & white for cost savings. A few users want to print in color all the time, and are very annoyed at having to manually override the printer defaults every time. Question: Is…
1
vote
1 answer

How do you change the application path of an "Open with" application

I have a custom file type, for example ".xyz" and I have a portable type application that can open that custom file type. I set up the portable application as the default application for opening .xyz files using the open with dialog. But later on, I…
1
vote
1 answer

SPF default policy when "all" is missing

What is the policy that is applied when "all" is missing from an SPF record? For example as in v=spf1 a ip4:198.51.100.15.
Spack
  • 1,604
  • 15
  • 22
0
votes
1 answer

Set Adobe as default program via Group Policy?

My question is about default program via Group Policy. Basically what i need is - set Adobe as default windows PDF reader via Group Policy. I have been trying to do this for a while now, but haven't found a way yet. Any help is appreciated! [Useful…
0
votes
1 answer

phpinfo shows difference between Local and Master Values of default_charset

Here us there is a difference in the local default_charset than the master's. Is there a way to find the source of the change of each? Especially the local? So it shows the path of the file that is changing that value? My server details are: PHP…
Mike
  • 143
  • 1
  • 1
  • 3
0
votes
1 answer

domain default IP for use with reverse proxy

I have a registered domain with my name. I want to have multiple servers, with different names, hosted on the same physical host. This is easy to do using reverse proxy (I am currently using nginx). Problem is I need to configure DNS on my provider…
ZioByte
  • 296
  • 4
  • 17
0
votes
1 answer

Is there an Nginx command to using the default conf?

To use the Nginx default conf (sites-available/default) one needs to uncomment all relevant lines in that file. To avoid manual uncommenting each time I install a new server environment on a new machine, what I did was to make myself a copy of the…
Arcticooling
  • 1
  • 3
  • 7
  • 22
0
votes
1 answer

Is there anything special about the 10.42.*.* subnet?

A client I work for chose a 10.42.*.* subnet for some of their cloud work. Here we see a ubuntu service starting on the 10.42.*.* subnet. Here is another. Here we see the Docker scheduler Rancher has chosen 10.42.*.* as its default subnet. Why…
Hawkeye
  • 2,699
  • 9
  • 30
  • 35
0
votes
1 answer

Change default hyper v machine creation settings

I need to constantly create machines in hyper-v, but i am wasting to much time configuring settings like network adapters to with they connect, assigned CPU cores and ram in every single machine that I create. There is a way that, after running the…
kimo pryvt
  • 431
  • 5
  • 12
  • 24
0
votes
2 answers

how to change Mysql packet size?

I am using windows server 2003, using iis6. How to change the mysql packet size?? I cant find any my.cnf files in my server. Please help I tried to copy and paste from mysql sample file, when i rename it, i rename to ".my.cnf", but got errors.…
itsmyfault
0
votes
1 answer

how to "reset" the whole /etc/apache2/ to factory defaults in SLES 11?

i got a SLES 11 sp3 Server where the whole /etc/apache2 seems to be messed up. If like to reset the whole thing to what i call "SuSE's factory defaults" so i can start over. Any quick tip ?
Axel Werner
  • 156
  • 1
  • 12
0
votes
1 answer

Puppet variables, defaults, merging and a template

During the task of writing a module, I found out that I have a huge amount of configurable parts. To better organize the module (for the sake of read- and maintainability), I have chosen to split template files up. As those template parts/fragments…
kaiser
  • 1,251
  • 1
  • 16
  • 24