Questions tagged [options]

43 questions
2
votes
0 answers

Configure NGINX by passing CLI parameters instead of config file

I am looking for a way to change some config parameters dynamically before running NGINX. Perfectly by using command line parameters. I want to write a bash script that takes for example two parameters: root directory of files to be served, name…
Jimmix
  • 121
  • 5
2
votes
0 answers

Apache 2 responding with 301 redirect on OPTIONS request

I'm trying to get my Angular 2 application running and everything is going relatively smoothly until I hit the API for some data. Apache is responding with a 301 redirect when Angular's http module does that OPTIONS request, see…
The Maniac
  • 121
  • 3
2
votes
1 answer

How to install Windows service from command line while setting recovery options

I have a Windows service that I build on a build server and then install on multiple remote servers using Sysinternals PSExec and sc create. This was worked well to this point but I now have a need to set the recovery options for the service so the…
user36540
  • 175
  • 1
  • 4
2
votes
1 answer

How to avoid Apache "options * http/1.0"

I have apache server on a VPS. Sometimes the cpu loads is skyrocketing (more than 15), while there are no many visitors to the website (invision board forum). I checked the apache status, it shows a lot of vps.mydomain.com OPTIONS *…
Yousf
  • 229
  • 1
  • 5
  • 13
2
votes
3 answers

HTTP Headers - need to check OPTIONS

I've received the results of a pen test and there is some unwanted exposure in the HTTP OPTIONS where the fact that Frontpage Server Extensions was available (now removed) was reported. I need to run a check on the OPTIONS to see whether it has…
Chris
  • 164
  • 2
  • 9
2
votes
2 answers

How to get IIS6 to respond to the OPTIONS verb?

I have a WCF webservice hosted in IIS6 that another site will POST to in a cross domain manner using jquery. Because it is a cross domain POST, the browser first sends an OPTIONS verb with Access-Control-Request-Method: POST However, IIS6 does not…
puffpio
  • 201
  • 4
  • 6
1
vote
2 answers

Does linux accept a DNS reply that comes after configured timeout if it is in the middle of the next attempt?

/etc/resolv.conf is configured with: options timeout:1 attempts:5 rotate nameserver A nameserver B Both configured nameservers have a delay of 3 seconds. The following exchange of messages occurs: 00:00 - query #1 sent to A 00:01 - query #2 sent…
1
vote
2 answers

find files modified in an interval on unix

I am on linux and have tried to figure out the find command for a while to be able to list the directories modified in a 24 hour period a certain number of days ago, but I can't get it to work. Among other things I have tried: find -type d -mtime +1…
Zitrax
  • 794
  • 2
  • 11
  • 21
1
vote
1 answer

Options +/- interaction with All, which is default in 2.2 but not default in 2.4

I have a series of servers which I am upgrading from 2.0/2.2 to 2.4. The previous admins made rather a hash of various Options. I am confused because the 2.0/2.2 documentation say that Options All (which is "all but MultiViews") is the default,…
cathyf
  • 11
  • 2
1
vote
2 answers

Generate multiple Bash options from a text file?

I have a command that takes domain names as options. I have a long list of domain names to include and so I'd like to automate the parsing of that list of domains into the command. For example, the simplest usage would be command…
Tom Brossman
  • 301
  • 4
  • 13
1
vote
0 answers

Is there a way to emulate "OPTIONS * HTTP/1.0" calls to a server?

I know that OPTIONS calls are normal, and I have read up on how to exclude them from the logs, but there seems to be an inordinately large number of them, eg. 1525 of the last 10k requests were OPTION calls, many times a flood of them in a single…
1
vote
1 answer

What is D option in linux yum assisted install?

When I install something with yum installer on linux, I get something like this: Is this ok [y/d/N]: _ So... what is the "D" option?
1
vote
2 answers

RHEL6: Specify Rescue Method from initrd append options

I have a PXE menu configuration that I'm working on. It incorporates the RHEL6 Rescue option in order to perform repairs after booting from the network. The Rescue boot environment asks three basic questions to set itself up: Language, Keymap, and…
theillien
  • 445
  • 3
  • 13
  • 28
1
vote
1 answer

What is "Data Protection" option in WebBIOS 6.1-45-Rel of ServeRAID M5110e controller?

What is "Data Protection"`option in WebBIOS 6.1-45-Rel during creation of new Drive Group? Server is IBM x3650 M4 with ServeRAID M5110e controller. User's Guide (here http://www-947.ibm.com/support/entry/portal/docdisplay?lndocid=MIGR-5086126) does…
gapsf
  • 846
  • 1
  • 6
  • 12
1
vote
1 answer

IIS7 logging options - Difference between Server and Site level

I am setting up my first IIS 7.5 server and have come unstuck. Is there a difference between the server logging options and site logging options. I am assuming that the server logging options relate to creating a template for all sites to follow so…
mealies
  • 23
  • 3