Configuration is a general term that can refer to the arrangement of functional units according to their nature and characteristics. Also, it can refer to software configuration which more suitable for server-related topics.
0
votes
1answer
73 views
Juju/Puppet service's configuration files
I wrote my own service and I'd like to deploy it via Juju/Puppet scripts. Main goal is to automate whole process of deploying it and I've found out Juju/Puppet should be the best.
Do I have to ...
0
votes
1answer
277 views
Get Squid to pass X-Requested-With header
I have configured a squid 3.1 proxy server.
Everything works great except for the X-Requested-With header.
I can't manage to figure out how to pass that header to the site I'm attempting to open via ...
1
vote
1answer
462 views
IIS 7.5 Unable to write configuration file
I have a fault regarding IIS 7.5 on Win Server 2008 R2, whenever I try to change any site bindings or start an application pool I get the error below:
Filename: ...
1
vote
1answer
132 views
Change properties of tomcat on-the-fly
When we make some changes to .properties file in tomcat, the server should be restarted.
The question is why the server needs to be restarted ?
What should I do if I want to make on-the-fly changes ...
1
vote
2answers
70 views
Do you keep track of the programs you compile under unix or linux
Do you keep track of the programs you compile and install?
If yes, what do you keep, the configure output, the install output?
Is there some "best practice" regarding this matter?
0
votes
1answer
98 views
Bacula: how to run a script after 2 jobs are finished?
There is a Run After parameter in Bacula configs. But what if I need to wait for several jobs to finish and then run my script?
0
votes
0answers
180 views
Freeradius configuration file variables
I need to add script execution in authorize section of freeradius config.
This script uses command-line arguments with mysql server credentials.
I'm using %{config:section.subsection.item} to get ...
0
votes
1answer
231 views
Configuring HAProxy for Stick Sessions
I have installed Pound (for SSL off-load) and HAproxy on Debian 6 Squeeze. I am trying to understand the HAProxy documentation to set up sticky sessions as this load balancer will go in front of a web ...
3
votes
2answers
217 views
Ubuntu 11.04 and OpenLDAP - where is the config?
I've been asked to setup a multimaster LDAP environment on Ubuntu 11.04 - instead of a single master server. I cloned the master server and recreated it into two VMs. I am trying to follow the ...
0
votes
1answer
118 views
SVN, TRAC and web with Nginx and Apache
I have SVN, TRAC and Web server installed in my server.
SVN and TRAC services are configured on Apache, listening 81 port, http://localhost:81/svn (with basic http auth) and http://localhost:81/trac.
...
2
votes
1answer
152 views
How to optimally configure memcache running on 16 cores 144G ram server?
Memcache is the only important app running on the server
Server has 16 cores and 144G RAM
Memcache is given 135G
Memcache runs at 32 threads
Gigabit network, test shows at least 300Mbit/s ...
0
votes
1answer
170 views
PERC 5/i Enable alarm on disks failures
I'm trying to enable one the alarm of my server's raid controller PERC 5/i.
Using this documentation, under the chapter Audible Alarm Warnings, it's explained that enabling an audible alarm is ...
2
votes
1answer
317 views
BIND9 Forwarding by view
Hi I think this is a simple issue, I'd like to forward only to certain IPs in the LAN network, for example I have 2 acl lists:
acl "office1" {
192.168.1.15; // With internet access
};
acl ...
2
votes
1answer
98 views
Best way to keep configuration for server reinstallation?
I have a server running Ubuntu 12.04 which has grown messy over the years. I have fiddled with various packages, desktop environments (for VNC) etc. and I would like to reinstall it to start again, ...
-3
votes
2answers
71 views
Shall we run the php script on .net server? [closed]
I just want to know that ,shall we run the php script on .net server or to run a php script on a .net server what configuration we required?
Suppose i have a website developed in php environment and ...
0
votes
0answers
53 views
Nginx rewrite causes duplicate urls
I am making a website where all pages will be re wrote to access php files. How can I make it so that the url http://example.com/test/ and http://example.com/example/ will rewrite to access /index.php ...
0
votes
1answer
54 views
Modifying Maven POM to Get File Locally
My mvn build is trying to grab the following file from an online repository.
http://BAD_WEBSITE/repositories/smpsnapshots/org/jboss/aop/jboss-aop/
2.0.0-SNAPSHOT/maven-metadata.xml
However, that ...
1
vote
1answer
192 views
Cent OS ifcfg configuration for ranges of IP's with different netmask
I have 1 set of 30 public IP's with a netmask of 255.255.255.0 and another set of 30 IP's with a netmask of 255.255.255.128. Both sets of IP's also have different gateways. How can I virtually assign ...
0
votes
0answers
54 views
Mass autoconfigure Outlook on ERP Citrix servers for “no support for e-mail” / .msg viewing only?
We are in a Citrix environment and our ERP program will use Outlook on the ERP Citrix servers to view msg files received from customers. Is there a way we can mass autoconfigure Outlook to do "no ...
0
votes
1answer
97 views
replacement drive cage for power edge R710
Hi I'm performance tuning a DB server its a Dell R710 there is a very significant I/O bottleneck. Unfortunately the server was purchased with the 6 x 3.5 inch sata configuration which doesn't give me ...
3
votes
1answer
492 views
What is the default RAID-50 stripe size on a Dell EqualLogic PS6510?
We have a Dell EqualLogic PS6510 RAID Array. I have full access to the web-based "PS Group Manager" app, as well as the "SAN Headquarters" app. I have hunted high and low, and searched Google for ...
1
vote
3answers
209 views
Subversion all or nothing access to repo tree
I'm having some problems setting up access to my Subversion repositories on a Linux server.
The problem is that I can only seem to get an all-or-nothing structure going. Either everyone gets read ...
1
vote
1answer
284 views
Lighttpd and PHP generates error “No input file specified” after server.document-root is moved
I would like to use Lighttpd and PHP to provide a lightweight standalone web server on Windows. I downloaded all the latest builds yesterday and after an hour everything was working fine.
Today, I ...
0
votes
1answer
205 views
IIS: Cookieless session-id encoded as url parameter instead of middle of the url?
When IIS (7.5) is set to store the session-id cookieless, it stores it in the middle of the url like this:
http://yourserver/folder/(S(0nbx3kusz4pfjvq0bu3ab4zo))/default.aspx
Is it possible to ...
0
votes
1answer
273 views
MySQL slow query log logging all queries
We have a MySQL 5.1.52 Percona Server 11.6 instance that suddenly started logging every single query to the slow query log. The long_query_time configuration is set to 1, yet, suddenly we're seeing ...
0
votes
0answers
155 views
Configure tomcat behind loadbalancer to respond on HTTP and HTTPS
I have 2 tomcat machines behind a load balancer on Amazon EC2. Until now The load balancer was configured to respond only on https. So in order to access our services you would go to https://url. ...
0
votes
1answer
103 views
Nginx config rewriting subdomain name to 1st URI segment
I'm unable to do the following nginx.conf rewrite:
test.mysite.info
to:
mysite.info/test
here's what i've tried:
server {
server_name test.mysite.info;
rewrite ^ ...
0
votes
1answer
97 views
Connecting to external MySQL server from phpMyAdmin
How can I connect to external MySQL server to which I have granted access for my IP. What I have is:
A website FTP link (like: ftp.domain.com)
MySQL username and password
Granted access to the ...
1
vote
1answer
104 views
Implications of Multiple JobTracker nodes in a Hadoop cluster?
I get the impression that one can, potentially, have multiple JobTracker nodes configured to share the same set of MR (TaskTracker) nodes. I know that, conventionally, all the nodes in a Hadoop ...
1
vote
1answer
477 views
Nginx rewrite to eliminate “www” not working
I've looked at many SE threads and done various google searches and can't figure out why i can't redirect www.mysite.com to mysite.com on my nginx server.
The 1st server block does the ...
1
vote
1answer
103 views
Pretty URLs with Apache proxying [closed]
I'm running some webcams (with embedded servers) on my business network that are accessible via the web, and I want to make "pretty" URLs that Apache can route to the ports that they run on so my wife ...
-1
votes
3answers
405 views
mailman web UI on localhost with apache2
I'm interested only in running mailman on localhost and would like access to the web interface, as per https://help.ubuntu.com/community/Mailman, but am getting 404, after following Michaels ...
0
votes
1answer
155 views
PHP not interpreted using PHP5.4 + Apache2.2
Does anyone here know why my PHP code is not being interpreted? Apache is running smoothly with localhost, but when I try to execute localhost/info.php containing
(<?php
phpinfo();
?>) ...
...
1
vote
3answers
147 views
Is this a possible/good RAID setup?
Earlier this week, one drive in our office's 2-year-old RAID5 array (4x 750GB Seagate drives, HP ProLiant 110 with Smart Array controller, running Windows Server 2003) failed. From what I know, RAID5 ...
2
votes
1answer
259 views
ScriptAlias makes requests match too many Location blocks. What is going on?
We wish to restrict access on our development server to those users who have a valid SSL Client certificate. We are running Apache 2.2.16 on Debian 6.
However, for some sections (mainly git-http, ...
0
votes
0answers
31 views
MediaWiki - Disable image undeletion
I'm using the latest version of mediawiki (1.19.1) and I'm looking for a way to completely disable the files undeletion.
When a user uploads a file, he has the opportunity to delete it and later on ...
1
vote
1answer
72 views
Sendmail access_db configuration. How is it used and how to write it
I am reading about the access_db feature of sendmail. Apparently it looks promising as a preventive way to stop spamming.
I have several questions related to how access_db is used. So basically I ...
0
votes
1answer
333 views
Changing the Nginx Group
In our dev environment, I'm migrating some of our Apache sites to Nginx. What I'd like to do is ensure that my developers who all belong to the same group (webgroup) have full access to the files ...
0
votes
0answers
83 views
Tomcat asyncTimeout and APR connector
The value that i set to Tomcat's asyncTimeout connector property is ignored when using the APR connector org.apache.coyote.http11.Http11AprProtocol on Windows no matter what (default is used which is ...
1
vote
2answers
848 views
vhost file not bring recognised by apache
Hi sorry total noob to Apache and Macs here... feel the answer is really obvious but I've been looking for ages without success
I have the following lines in ...
0
votes
1answer
1k views
How to disable LOCAL INFILE in MySql 5.5 Ubuntu 12.04
Cannot disable LOCAL INFILE ( for security reasons ) in mysql Ver 14.14 Distrib 5.5.25a, for debian-linux-gnu (i686) using readline 6.2 on ubuntu 12.04;
Here is my /etc/mysql/my.cnf
[client]
port ...
0
votes
0answers
77 views
tomcat 6 (connector) listen on socket file
Well, the title says all.
I want Tomcat to listen on a socket file since it's much cheaper than a network socket.
I'll proxy requests to Tomcat.
How do I tell a Connector to listen on a socket file?
...
1
vote
0answers
83 views
Apache2 new SSL vhost causing major performance issue
I recently was tasked with installing an SSL cert on our existing server which has been using http protocol only for the existing vhost. I created the new *:443 NameVirtualHost vhost config for the ...
0
votes
1answer
501 views
WampServer Remotely Access phpMyAdmin
I know that there are scads of articles on the web regarding remotely accessing phpMyAdmin, but none of the articles I see have worked (not even this).
I would like to configure Apache to allow ...
0
votes
2answers
50 views
Redirecting domain to a folder
I have a domain www.mydomain.com. It is hosted on Apache.
When I hit this domain, it takes me to the Apache default page.
Now my domain works as follows:
www.domain.com/support
...
0
votes
3answers
111 views
Tomcat's Index page showing on site when browsed by IP
I have a Tomcat 5.0.27-2 server (I know... old) and Apache 2.0.46-77 server running and serving apps up just fine currently. The problem we are experiencing is that if I navigate to ...
3
votes
4answers
4k views
Pros and cons of installing ESXi on a SSD vs USB flash drive?
I'm debating on doing an ESXi 4.1/5.0 installation on a USB stick or a pair of 32GB SATA II SSDs (RAID1 mirror). According to VMWare's documentation, when ESXi is booting it looks for a 4GB space for ...
0
votes
1answer
70 views
Hadoop Configuration Files - Who Needs What?
As I am setting up Hadoop, one question keeps popping in my mind but I can't find the answer.
Which Hadoop configuration files need to be copied to which nodes. For example, I'm making changes to the ...
1
vote
1answer
261 views
Service modules_dep on CentOS 6.3
I'm trying to determine the minimum services for correct server operation and I am getting annoyed by the modules_dep daemon.
What is this service used for?
Thank you in advance
EDIT: ps ax output
...
0
votes
1answer
62 views
Changing Apache files from a GUI [closed]
This is probable very basic, but is there a GUI for editing Apache files. By this I mean that, so far, I've been using terminal with ssh to change the files. I often make mistakes as it is hard to ...

