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.

learn more… | top users | synonyms

1
vote
2answers
109 views

Apache / httpd not starting automatically on boot

I have apache2 installed on Amazon Linux AMI release 2012.03. I'm able to start it manually just fine, without any errors using /etc/init.d/httpd start. However, it doesn't start automatically when ...
0
votes
1answer
229 views

How to configure RRAS VPN behind a DSL router on as single NIC 2008 R2

I already had this running once with an older server, but now I changed hardware and cannot get this running again (I'm more a dev than a admin). Here's my network setup: Internet | DSL Router | ...
3
votes
1answer
98 views

Is there any difference running dhcrelay with multiple process or single process?

I want to ask about dhcreay running mechanism. We can run dhcrelay with two command, then it will run as 2 process dhcrelay -i eth3 172.16.17.3 dhcrelay -i eth1 172.16.17.5 #ps ax | grep dhcre 26464 ...
3
votes
4answers
361 views

Nginx rewrite rule “^/([a-z0-9]{32})\.png$” not working (used to work on Apache)

I have these rewrite rules (I tried both with no avail): location ~* "^/([a-z0-9]{32})\.png$" { rewrite ^ /index.php?page=log&id=$1 last; } and location ~* ...
0
votes
1answer
155 views

Which Apache parameters responsible for high CPU usage and slower response?

Two dedicated separate servers running with identical configuration of hardware (Dual E5-2620 32GB) in similar environment (CentOS 6.3, Apache+PHP+MySQL) serving similar tasks, but behaving in ...
0
votes
1answer
39 views

Server Virtualization - Power on demand

I have a cluster of (virtual) development servers set up using virtual box. Each of these servers is for an independent product and their use tends to be focused on a few of them at any given time. ...
0
votes
0answers
17 views

EIGRP neighbors flapping [duplicate]

Possible Duplicate: EIGRP neighbors flapping I have a EIGRP topology set up in GNS3. It looks like this: The neighbor relationship between R7 and R8 is constantly flapping and I cannot ...
1
vote
1answer
36 views

Configuration lookup service

I have a server cluster and each instance needs to have some sense of the overall system state. Basically what I need is a lookup service that... stores basic service configuration, such as ...
3
votes
1answer
47 views

cannot restart php5-fpm

I've made some changes in the .ini files and wanted to restart php5-fpm. /etc/init.d/php5-fpm restart Jan 20 14:25:48.171577 [ERROR] bind() for address '/var/lib/php5-fpm/apps.sock' failed: ...
2
votes
2answers
86 views

sendmail config, making open relay

I'm trying to find a sendmail.mc that allows open relaying without username/password to any system (im testing some code that uses SMTP). Google'd, could not find and it has been a long while since I ...
0
votes
1answer
85 views

Cannot execute PHP file from domain name

Server run on Amazon Linux AMI** (similary to redhat) I follow the installation from Install PHP-FPM, Nginx, & MySQL on EC2 with Amazon Linux AMI It's work properly if I call directly from server ...
0
votes
0answers
132 views

Configure tomcat 5.5 stdout and stderr logging

I'm trying to configure tomcat 5.5 in our webapplication in order to NOT create a log file for each day but instead use always the same log file. In fact, in the logs/ dir, I have three kind of logs: ...
0
votes
0answers
81 views

Practical Nginx configuration based on user agent

Could you please suggest some practical nginx configuration relying on $http_user_agent to rewrite/proxy differently in these scenarios: All modern client browsers - I would render all html on the ...
2
votes
1answer
1k views

Apache configuration problem with <Directory> and <Location>

I'm stuck with a pretty nasty problem. I have a staging system here where only our customers and our company should have access to. This is done using the following configuration: <Directory ...
0
votes
1answer
557 views

nginx server directive is not allowed here

I know there are dupes of this out there, but I can't seem to solve this in my situation. I'm following this article on setting up nginx as reverse proxy with apache. And I get this error: nginx: ...
0
votes
1answer
77 views

ProFTPd MySQL query %u resolves to proftpd, not username

I am trying to use ProFTPd's MySQL configuration to set up FTP login to my server. I have a SQLNamedQuery that is used to get the user info from the database (see Setting up ProFTPd with default home ...
1
vote
3answers
2k views

Recommendations on VM memory allocation General/Hyper-V

I've got a basic question on VM setup. I'm using Hyper-V, but I think the question is pretty generic. This is for a home office, I want to get reasonably good performance on the VMs without a lot of ...
1
vote
1answer
186 views

Apache2/glassfish|tomcat: Redirecting some (but not all) requests on 80 to glassfish on port 8080, where is the admin screen?

Using that answer: How to redirect traffic on port 80 to Tomcat port 8080 whilst still allowing the server to send/receive on port 80 I've configured my apache2 server to redirect some requests to ...
1
vote
1answer
492 views

SharePoint 2010 Server Configuration Error -> “Cannot connect to database master”

I recieve the following error when I try to configure SharePoint 2010 Server: "Cannot connect to the database master at SQL server at [computer.domain]. The database might not exist, or the current ...
1
vote
2answers
32 views

Make Apache2 skip problematic configs?

Is there a way to make Apache2 skip configuration files or segments if they lead to errors? For example, if I have specified a <VirtualHost></> but the defined path doesn't exist anymore. ...
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 ...
-3
votes
1answer
78 views

Where to put system partition on 12 disk hardware raid setup

I'm going to rent a server with 12 SATA disks hardware raid(planned to be configured as raid5), and I'm wondering what's the best practice where to put system partition in that case and the most ...
1
vote
0answers
92 views

Apache configuration with proxy and location

I want to map these domains to these ports. How can I do it? http://test1.example.com/phpmyadmin/ example.com:80/phpmyadmin/ http://test1.example.com/app1/ example.com:8080/app1/ ...
3
votes
1answer
34 views

Autonegotiation on laptops for mobile users a must now?

I work in Unified Communications for a company with about 9000 desktops and laptops. I'm part of a team who is implementing and supporting things like Lync and Jabber Video and audio conferencing. ...
0
votes
0answers
60 views

configuration for proxy of only one subdomain

I'm using NGINX since a while, but it's still hard for me to figure out the right way to configure it - especially in this case since I can find dozens of different solutions, and cant see wich one is ...
1
vote
1answer
66 views

Can not access tomcat's default page

I am quite new to Tomcat. I use win XP. I have installed Tomcat 7.0.3, started it. I have started a browser, go to localhost:8080 and I can see the congratulations page, saying that tomcat is ...
2
votes
2answers
133 views

NGINX : internal redirection cycle : help needed on configuration

I am trying to setup a very simple nginx config to serve static content. Here is my configuration setting. I get HTTP 500 whenever I try to access a non-existant file instead of a 404. Please let ...
2
votes
2answers
173 views

NGINX redirect all domains to one, but not server's own public and private IP addresses

I haven't been able to find a question that matches my particular scenario so, hopefully this isn't a duplicate, if so I apologize. I have 4 web servers behind a load balancer. I want only ...
2
votes
2answers
365 views

nginx: Specify custom headers in rewritten location blocks

I'm trying to set some headers only for specific location blocks in nginx. The problem I have is that those location blocks contain rewrite statements, which apparently seem to drop the custom ...
1
vote
1answer
117 views

php5-fpm configuration pm - (node) Process manager settings nodes in more layman terms

I have the following configuration for php-fpm [www] listen = 127.0.0.1:9000 listen.allowed_clients = 127.0.0.1 user = www-data group = www-data pm = dynamic pm.max_children = 50 pm.start_servers = ...
-1
votes
1answer
97 views

how do i read php5-fpm configuration and how do i optimize my configuration? [closed]

This is my current php5-fpm configuration [www] listen = 127.0.0.1:9000 listen.allowed_clients = 127.0.0.1 user = www-data group = www-data pm = dynamic pm.max_children = 50 pm.start_servers = 25 ...
0
votes
1answer
70 views

Fresh Debian install / setup users per Babushka

I posted this question on the babushka google group , but I got since 5 days no response. I will try my luck here: What is the correct way to setup some users with Babushka on a shiny new Debian box ...
1
vote
1answer
175 views

supervisor.con on centos 6

I installed supervisor using easy_install, however, the conf file seems to be missing, and I really wanted to have a base to start my configuration. Does anyone know where can I find this file or an ...
1
vote
1answer
60 views

Samba share not usable by PHP-FPM?

I have a PHP-FPM and nginx setup that has been working perfectly on Ubuntu Desktop 12.04. The webserver's files are served from a directory called /www, which is set as the root of the server. ...
0
votes
2answers
963 views

How to configure Apache2 for Redmine properly?

I have a working Redmine installation on my Debian server, but I don't know how to configure Apache2 properly so that neither the content of the Redmine folder nor the Redmine start page will be ...
0
votes
2answers
497 views

Nginx + PHP - No input file specified for 1 server block. Other server block works fine

I am running Ubuntu Desktop 12.04 with nginx 1.2.6. PHP is PHP-FPM 5.4.9. This is the relevant part of my nginx.conf: http { include mime.types; default_type ...
0
votes
2answers
351 views

Joomla 1.5 with Postgresql 8.4

can anybody guide me to get to work Joomla 1.5.X with a postgres 8.4 database ? Thanks
7
votes
5answers
6k views

How do I run a local bash script on remote machines via ssh?

I am looking for a way to push configuration from one central machine to several remote machines without the need to install anything on the remote machines. The aim is to do something like you ...
0
votes
1answer
55 views

Configure APC for maximum hit rate

I'm currently running php5 with APC, the latter with default configuration. However after setting up munin to monitor APC, I'm surprised by the results: apc.shm_size: 30 apc.gc_ttl: 3600 apc.ttl: 0 ...
1
vote
1answer
95 views

Asterisk Connection not working

I have installed Asterisk on VirtualBox by following the steps from here. Everything went ok until I got to navigate to an IP to configure Asterisk using FreePBX: 10.0.2.15 (Shouldn't be something ...
3
votes
4answers
223 views

How to revert a configuration with puppet

I wrote a module which writes a configuration for rsyslog in /etc/rsyslog.d/60-custconfig.conf using puppet. When I add the module to the node, it works, but if I delete comment or delete the module ...
1
vote
1answer
59 views

why do I get this mail server configuration error?

<<The configuration of your mail servers and your DNS are not ok! The report of the test is: mail.mydomain.com. -> mydomain.com -> 78.47.63.148 -> ...
-2
votes
1answer
62 views

yum issue - error msg [closed]

i am using oracle linux server 6.2. yum does not work. a manual wget was already used according to https://blogs.oracle.com/OTNGarage/entry/how_to_subscribe_to_the . there is always something about ...
2
votes
2answers
42 views

Disabling Apache Directives That Don't Have an “Off” Value

I want certain Apache directives, like SSLCACertificateFile, to be enabled in some Locations, but disabled in others. For example, # Require client certificates for http://example.com/secure ...
0
votes
2answers
80 views

postfix email gateway

I am setting up a postfix email gateway. It will not hold any mail but will accept email for my domain and forward it to another internal mailserver and relay mail out from the internal server. One ...
0
votes
5answers
143 views

Apache routing vhosts to /var/www

One user at my site has reported that he reaches the content at /var/www when browsing to any of the vhosts at my server. As far as I’m aware, my Apache server does not contain a document root that ...
3
votes
3answers
2k views

Apache: VirtualHost *:80 — mixing * ports and non-* ports with a NameVirtualHost address is not supported

When I add the following line to /etc/apache2/apache2.conf, I get the error below after I restart apache: Include /usr/share/doc/apache2.2-common/examples/apache2/extra/httpd-vhosts.conf [Mon ...
2
votes
2answers
165 views

IIS 7: launch unique site instance per host name

Is it possible to configure IIS 7 so that a single site with multiple bindings (or wildcard bindings) will launch a unique instance for each unique host name? To explain why this is desirable, we ...
2
votes
2answers
679 views

NGINX: dynamic locations stored in DB

Is there a possibility to store nginx locations in DB instead of the config to serve them dynamically? The task is to create dynamic URLs for video files based on user's IP and video ID. The idea ...
1
vote
0answers
101 views

Why is Apache ignoring VirtualHost directive for first name in hosts file?

Standard pre-emptive disclaimer: host names, IP addresses, and directories are anonymised. Problem We have a server with Apache 2.2 (WAMP) listening on one IP and IIS listening on another. An ...

1 2 3 4 5 26