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
votes
1answer
28 views

apache 2 virtual host ssl configuration

Why is it that some of the directives in ssl configuration are placed withing a virtual host section? if one decides to just support one website in a server, couldn't all SSL configuration just be ...
0
votes
0answers
83 views

How to configure DHCP for Windows guests on Proxmox 2.2

How to configure my Proxmox Server so this one has a static IP and my guests get their IP address by DHCP. I managed to have DHCP for my guests but the Proxmox server is also in DHCP. Please find my ...
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 | ...
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 ...
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: ...
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 ...
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 ...
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 ...
3
votes
4answers
358 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
0answers
130 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
1answer
84 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
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 ...
0
votes
1answer
552 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
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
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. ...
-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 ...
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. ...
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/ ...
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
62 views

Is there a global config file for Unison synchronization tool?

I'd like all my unison profiles to have merge = Name * -> meld CURRENT1 CURRENT2 diff = /usr/bin/meld CURRENT1 CURRENT2 confirmmerge = true as options. I know I can add these options to each ...
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
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 ...
1
vote
1answer
116 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 ...
1
vote
1answer
171 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
159 views

How to install NewRelic on Plesk server, so it would automatically divide different domains into different apps?

I have a dedicated server, which hosts 30+ domains. I use Plesk 11 for hosting management, also user creation, databases etc. I would like to see NewRelic Lite reports per domain, and I think it is ...
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. ...
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
362 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 ...
0
votes
2answers
492 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 ...
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 ...
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 ...
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 ...
3
votes
4answers
221 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 ...
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 ...
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 ...
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 ...
0
votes
0answers
50 views

How to avoid redirection of Redmine?

I installed Redmine 2.1 on a Debian 6 machine using the installation guide. Afterwards I registered a domain, let's call it somedomain, to have a more expressive website url. Then I configured apache2 ...
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 ...
1
vote
1answer
161 views

trouble with oidentd on CentOS 6.3

I'm having a weird problem with the oident daemon on my VPS. When I try running it, I keep getting this error: [root@ldvps ~]# oidentd [line 4] This construct is valid only for user ...
0
votes
2answers
948 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
1answer
167 views

Someone used my postfix smtp (port 25) to send spam mails to me

This week, someone started to send spam-mails through my postfix-smtp access (I verified by logging in through telnet from an arbitrary pc and sending mails with any ids myself) on my server, with ...
0
votes
1answer
76 views

How do I limit sender domain for mail sent to specific forwarding addresses in Postfix?

I presently have a Postfix installation happily delivering mail (webmail/IMAP) for 100+ users at our company, broadly divided among several domains (sales, operations, management, etc). Recently, ...
0
votes
1answer
77 views

Server Recovery from Denial of Service

I'm looking at a server that might be misconfigured to handle Denial of Service. The database was knocked offline after the attack, and was unable to restart itself after it failed to restart when the ...

1 2 3 4 5 26