Questions tagged [defaults]

56 questions
0
votes
1 answer

Windows 8 Workstations Default Programs

I'm trying to set up default programs for all windows 8 workstations, UAC is disabled via GPO and hence the default programs for opening pdf files, mp3s etc default to the metro apps. This results in users unable to play these files since metro apps…
Antix
  • 383
  • 1
  • 6
  • 19
0
votes
1 answer

How do you set a directory's default file?

Can I configure one specific directory on my webserver to use an atypical default file such as "default.php" instead of "index.php"? Do I have to create a ".htaccess" file in that dir?
Robin Rodricks
  • 560
  • 2
  • 12
  • 27
0
votes
2 answers

How to change default settings of linksys or other router?

The problem is that after power outage the router sometimes loses its configuration. Is there a way to store settings so they will survive any power outage? Or do you know any routers that by default have Wi-Fi disabled and don't allow connections…
Nux
  • 571
  • 3
  • 12
  • 21
0
votes
2 answers

Setting defaults in sudoers

I'm trying to set the Defaults in an appropriate way for the pdebuild usage. I've got the command alias defined: Cmnd_Alias PBUILDER = /usr/sbin/pbuilder, /usr/bin/pdebuild, /usr/bin/debuild-pbuilder and I'm trying to set the defaults only for…
viraptor
  • 1,296
  • 6
  • 21
  • 41
0
votes
1 answer

How to change grub defaults?

I've got Ubuntu 10.04 and Grub 0.97, I've created /etc/default/grub (according to example in menu.lst): defoptions= howmany=all But every-time when update-grub is executed quite splash is appended as kernel parameter. I cannot find out why this…
Ency
  • 1,231
  • 1
  • 19
  • 27
0
votes
1 answer

So it's the first virtual host that will apply when no ServerName is actually matched in apache?

This is what I just found by test, but I don't see any such information on default behavior of apache's virtual host. Can someone confirm or deny this?
apache
  • 3,227
  • 7
  • 27
  • 25
0
votes
1 answer

Apache2 Default HTTPS 443 Vhost

I'm currently trying to make a default vhost for HTTPS to block traffic from unauthorized domains. However, when I define a default 443 vhost, ALL other HTTPS vhosts inherit this as well and prevents normal access. I've been scratching my head for…
0
votes
0 answers

Is it possible to configure default email filters for users?

We have about 500 students and 50 personel. We use Outlook email. Students and personel have different domains. Students' domain contains "edu." but personels domain doesn't. Is it possible to configure default email filters for personel so that all…
0
votes
1 answer

Setup A Default Redirect In Nginx

I need a way to redirect clients when no existing path is defined. When I put a return 301 config in, nginx seems to ignore any location configs. It redirects everything. The hostname in the redirection needs to be dynamic (come from the client).…
Coldburn
  • 1
  • 1
0
votes
1 answer

Correct default SSL config on apache

I have a number of virtuals hosts serving sites from apache. Each site has it's own config file and many have SSL certificates setup. 00_default.conf file points to a static 404 type page This all works well... My problem is if…
-1
votes
1 answer

Apache serving when 000-default.conf is disabled

Apache is still serving from 000-default even after I removed from site-enabled using a2dissite 000-default.conf My apache version is 2.4.7 and I am running ubuntu. Apache is still behaving the same way as I have configured previously.
1 2 3
4