Questions tagged [settings]

77 questions
0
votes
1 answer

Windows 7 and UltraVNC

We are setting up an UltraVNC server on Windows 7. This box is to be controlled by a viewer from a device we have. The issue is that whenever we make a change, check something, change a password, check to use a new display driver, nothing sticks. We…
Terry
  • 1,073
  • 1
  • 11
  • 17
0
votes
0 answers

NGINX redirect accesses by IP to access by domain name dont work

Every time instead domain browser in address line display ip address of server. Please let me know how can I redirect it to my domain? I have following setting, but dont work. upstream app { server…
0
votes
1 answer

inherit proxy settings through wifi ap

Setup: I have a regular router connected to the internet and which serves as DHCP server for wired connections (it also has WiFi). To that router, I connect connect an Ubuntu 16.04 laptop via cable. In this Ubuntu I configure a proxy system wide…
sweiss
  • 1
  • 1
0
votes
1 answer

Setting up addon domain with co.cc

I have a x10hosting free account and created add-on(co.cc) domain, I have set up co.cc account to work for google apps , Now I want to point domain name to x10hosting account , On x10 hosting control panel shared Ip is 69.162.111.26. So I pointed my…
Xinus
  • 229
  • 5
  • 13
0
votes
1 answer

windows server 2003 language settings change

So my Windows Server 2003 is entirely in German. For practical reasons, I wanted to change the language for my account to English, however it prooved to be more problematic than I thought. I think in newer versions of Win Server, not even a reboot…
0
votes
2 answers

Underclocking/undervolting AMD Opteron Processors to lower TDP rating

How does one safely lower the TDP rating of Opteron CPUs? I am willing to sacrifice some power, but wish to keep stability. Background: I have a TYAN S4985 Motherboard with 4 quad-core Opteron 8380 processors in a very well-ventilated case. I bought…
0
votes
1 answer

Override BonCode Tomcat7 connector setting for a single site in IIS8

I have a Tomcat 7 instance behind IIS 8, connected with the BonCode connector installed for all sites — hence the BonCodeAJP13.settings file is under C:\Windows. I need to override some settings (i.e. the TomcatConnectErrorURL parameter), for a…
watery
  • 143
  • 12
0
votes
0 answers

my.cnf doesn't work in my server

now i am using percona server 5.6 on CentOS 6.5. I wanna change query cache setting. I tried to change setting /etc/my.cnf. but it didn't applied. To investigate whether my.cnf is read correctly,all my.cnf file was deleted and the reboot mysql. When…
0
votes
1 answer

MySQL, bind-address, Windows, Error 1067 my.ini

I trying to set alternate IP for gain access to MySQL Server (accessing from a PC with IP 192.168.1.20) in the file: my.ini MySQL starts without problem, when in the configuration file, in the section mysqld I…
joseluisbz
  • 103
  • 1
  • 1
  • 4
0
votes
1 answer

nginx root file - index.php

i'm setting up an webserver based on nginx and php-fpm. All is ok but my domain opens just directory on www.domain.com/ - it should open index.php as i got this in my config: location / { autoindex on; try_files $uri $uri/ /index.php; } It…
0
votes
1 answer

PHP upload system on Windows server checklist

i have an upload system in php, i want it to upload large files, some may get up to 200mb. This means that it will not only take a lot f bandwidth, server memory space but also a lot of time to upload these files. Now i have a system working, but it…
ragebunny
  • 113
  • 5
0
votes
2 answers

Emails reaching SPAM | SMTP Settings

We have a Ruby application hosted on an AWS Instance. We are sending emails from our application using the following setting in our code to send emails from our front end, ActionMailer::Base.smtp_settings = { :enable_starttls_auto => true, #this is…
Big Data
  • 114
  • 2
  • 11
0
votes
1 answer

Accessing a website's directory in IIS from File Zilla

I have my Asp.net website deployed in my IIS's Virtual directory. Usually a FTP software like File Zilla is used to upload files to a website's directory from a remote system. File Zilla asks for a Host name, Username, password to connect to the…
Shiridish
  • 233
  • 3
  • 9
0
votes
1 answer

MS Exchange 2010 - the setting up e-mail from another server/domain

I have problem with the setting up the Exchange 2010. It's first time for me. What i have to do: We have server with web server on it and we have exchange and domain there (company.xx). I created an USER and a mailbox for this user…
Washa
  • 3
  • 4
0
votes
1 answer

Amazon ec2 folder missing

To set permissions on the settings file On your Amazon EC2 instance, at a command prompt, use the following command to set permissions: sudo chmod 666 /var/www/html/sites/default/settings.php except I don't have a www folder in my…
CQM
  • 117
  • 8