The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
26 views

OpenLDAP: How to hide config directory from tools like JXplorer, etc

I'm trying to set up an OpenLDAP server for test and demonstration purposes - my team need to be add LDAP connectivity to our product, so we want to have an LDAP server we can authenticate against. ...
-1
votes
0answers
14 views

Apache Config Details multihost config [closed]

Hey Guys I know my way around Apache, but i am not very advanced. In my case I need a configuration for Apache which will allow hosting for more virtual name based presentations where each virtual ...
0
votes
1answer
19 views

What do I need to change in /etc/apache2/sites-avaible/default?

As in when I check my website at domain.com to show the configuration of wordpress if it's unzipped cause right now when I check it it shows Index of / and my site is in /wordpress. Thanks for any ...
0
votes
1answer
45 views

Ubuntu server 12.04 bind9 dns query rejected

SOLUTION: I was editing the wrong named.conf, which was rejecting queries and binded to 127.0.0.1 AND port 953. I needed it at my external IP and at port 53. Thanks for you help gaise. btw, i have ...
0
votes
1answer
44 views

Incoming $_GET array is empty on my nginx

i have nginx configured like this: server { listen 80; listen [::]:80 default ipv6only=on; root /www/repos/havi/$subdomain; index index.php; server_name domain.com ...
1
vote
1answer
38 views

configure nginx to use an optional .htpasswd

Hello Serverfault members. I want my NginX to use an optional .htpasswd file. The reason is, that my config dynamically serves the webcontent. Based on $http_host. So I've tried the following: if ...
0
votes
0answers
18 views

Creating Entityhub in Apache Stanbol

We have an Apache Stanbol installation, along with Drupal 7 configured with the Stanbol Search API extension. We've created a new EntityHub entry via Apache Felix, and it appears in Stanbol, but when ...
0
votes
2answers
81 views

Varnish not passing user IP correctly to MediaWiki

I'm running a setup with Nginx, FastCGI, APC, Memcache and Varnish to host a MediaWiki installation. I'm having some issues with recent changes showing up as coming from 127.0.0.1 in the case of ...
4
votes
1answer
111 views

Nginx - multiple servers configuration

I have a cluster of 8 independent web servers, each of them running nginx. They are all hosting the same websites and are being synced with rsync. Also, each server has 8 different IP addresses ...
0
votes
0answers
66 views

Supermicro SmartOS setup issue with HDDs

I'm trying to setup SmartOS on my new Supermicro server (SYS-6027R-N3RF4+). I have 8 HDDs + 2 SSDs installed in the hot-swappable drive bays. I have not configured the Intel RAID controller on the ...
1
vote
1answer
195 views

Centos MySQL optimization 4gb ram

I am using Centos 6 64bit on vps with 4gb ram. 1 wordpress website and 2 wallpapers script websites. Wordrpess have 10k visits daily. Site is slow. My.cnf # Example mysql config file for large ...
0
votes
0answers
63 views

How do I reconfigure Apache to run as a different user on Mac OS X 10.8 Mountain Lion Server

I'm trying to get Mac OS X 10.8 Mountain Lion Server to run Apache as a different user (Other than _www). I've changed the lines in /private/etc/apache2/httpd.conf from User _www Group _www to ...
0
votes
1answer
88 views

rsyslog: “-” prepended to action path / ftp.* does not log

following config rules: auth,authpriv.* /var/log/auth.log *.*;auth,authpriv.none -/var/log/syslog #cron.* /var/log/cron.log daemon.* ...
2
votes
1answer
45 views

debian, diff, config default

I want to know if is posible to get the diff on the original versus the current config files of installed debian packages. If found an answers which shows up the modified config files, but I find no ...
0
votes
0answers
28 views

How can I config Nginx for run a Python script like PHP? [duplicate]

Possible Duplicate: Is there any equivalent to php5-cgi for python? I'm new with Nginx and Python (but it's necessary to use). When I need to run a python script (ex. index.py) I must try ...
0
votes
0answers
438 views

Install & configure mod_ssl on Amazon EC2 instance

I am trying to support HTTPS traffic with the mod_ssl module on my website. I am running an Amazon EC2 instance for my server. I have installed and configured the basic LAMP packages. However, when I ...
3
votes
1answer
70 views

Getting error “Invalid command 'echo'…” when restarting apache when trying to use SSLPassPhraseDialog

Using a solution to another answer, I added the following to my apache config: SSLPassPhraseDialog exec:/path/to/passphrase-script And in that script, I placed this: #!/bin/sh echo "put the ...
0
votes
1answer
243 views

oidentd properly configured yet not properly working on CentOS 6

I've been experiencing this problem with oidentd for a couple of days and I can't seem to be able to find a solution to this yet. oidentd seems to give me headaches every time I want to get it work on ...
0
votes
1answer
86 views

Nginx on-the-fly config reload leads to errors

I tried to run a "nginx -c /etc/nginx/nginx.conf" but I got: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in ...
0
votes
0answers
59 views

Static IP Configuration

We required a static IP for one of our servers to allow access from outside our network. Our ISP has provided this and pointed it to the internal IP address of the server. External access seems to ...
0
votes
1answer
77 views

check parameters in nginx location then return

I wanna check my url's and return "200 Response code" when the "CODE" parameter is "000000000000" for example for this request: ...
1
vote
1answer
90 views

Custom php ini files for IIS7

I have a Windows 2008 Web edition server setup with IIS7.5 and PHP 5.4.6 FastCGI installed. I would like to make use of the user INI files as described here: ...
0
votes
1answer
48 views

Apache: Run standard-PHP side by side with Fast-CGI

I'd like to run a server that 'delegates' certain requests to a C++-Script via FastCGI - how can I configure Apache to do so? It would just be enough to redirect requests to a specific page I could ...
0
votes
4answers
780 views

Can't SSH into a Vagrant Virtual Machine

Local Vagrant machine installed at ip address 10.0.0.23 and hostname lamp-vm. Using vagrant ssh I can connect just fine and do everything I need. This creates an ERROR - ssh vagrant@lamp-vm -v -v ...
1
vote
1answer
201 views

Need to install just libswresample.so.0 on Centos 6 - how? (for FFMPEG)

I'm trying to get ffmpeg running on a Centos 6 machine and it has been uphill the whole way. I thought I had got it but when I go to use ffmpeg I get the error: ffmpeg: error while loading shared ...
1
vote
0answers
44 views

Server specific usernames for each SSH connection in Chef with Knife

To set a default user for each ssh connection, I would normally adjust my .ssh/config file to Host *.server1.com User joe Host *.server2.com User mike I am now using Chef. The knife tool ...
1
vote
1answer
58 views

Multiple ServerRoot directives in single apache

i came across a apache httpd 2.2 configuration recently in which multiple ServerRoot-directives were defined, each followed by individual prefork Settings. Sort of like this: ServerRoot root1 ...
0
votes
1answer
294 views

Nginx /phpmyadmin dir for default host

I am having a problem with my nginx server. I am fairly new to nginx, so the config files aren't my strongest (yet) I have this default.conf in /etc/nginx/conf.d/: server { listen 80; ...
0
votes
2answers
610 views

Centos kernel .config file. Where can I find it?

I am rebuilding a custom kernel. I am on Windows, what is the quickest way to grab the .config file for the CentOS RHEL linux kernel (for make oldconfig). I can't find it preinstalled in the Linux ...
0
votes
1answer
34 views

Daemon/Software that takes changes from sql database and applies them to unix config files [closed]

I was wondering if there was a unix daemon available that would be capable of something like this: admin adds an IP entry to a DB; daemon finds change after wait interval and manipulates ...
1
vote
1answer
75 views

how can I git-revise configs in my /etc/ dir? (sudo has different keys..)

I'd like to keep some of the folders in my /etc/ dir git-revised, cause I'm quite new to server administration and am constantly messing around in my /etc/nginx/ and /etc/bind/ directories. I've ...
0
votes
1answer
145 views

nginx config for secure assets serving

I have a web app that has static content and can serve dynamic pages and secure content. Static content lies in /public folder and should be served directly by nginx. Dynamic content is served by ...
0
votes
0answers
37 views

Nginx won't start on account of sgci_params [duplicate]

Possible Duplicate: Nginx fails to parse config because of scgi_params I'm trying to install libtorrent, rtorrent and rutorrent. I'm at the stage of installing rutorrent, and their wiki ...
3
votes
2answers
151 views

VirtualHost not working - always shows default

I have been trying to get this work for hours now. I am trying to set up virtual hosts with Apache on my VPS. I have the following virtual host file in my sites-available folder : <VirtualHost ...
1
vote
1answer
38 views

Apache sending error file after every request

We've got a problem with my apache2 here, which seems kind of hard to debug... or: to understand in the first place. Our environment is Debian Wheezy + Apache2 + mod_perl + Mason. The problem is, ...
-4
votes
1answer
92 views

etckeeper user and system diffs [closed]

I'm looking for a way to keep user and system-made changes to /etc using etckeeper seperate automatically. Basically different commits for user and system. I'm sure many other sysadmins could benefit ...
2
votes
3answers
287 views

Using Chef to backup Windows Servers configs - AD,DNS,IIS,DHCP, Exchange the lot

I have been looking at Chef as a tool for backing up config my windows servers. But from what I can see this is geared more towards *nix doesnt look like there are many scripts for backing windwos ...
0
votes
0answers
83 views

Mass Subdomain Creation Corrupts Config Files

Mass Subdomain Creation Corrupts Config Files The Configuration: CENTOS 6 Plesk 10.4.4 The Action: I ran an automated job that would create 414 subdomains in succession via the Plesk user ...
0
votes
1answer
152 views

Apache configurations for php “AddType text/html php” or “AddType application/x-httpd-php php .php”

I am taking over an application server and discover that it contain the following settings: AddType text/html php Although it works, but my understanding is that it should set as following: ...
2
votes
1answer
107 views

Organizing and hosting static files (downloads) with Apache?

I am trying to re-organize our web server and segregate download-able files from the HTML/content of the site. I have setup a "data" directory like so: /data /public /pdf, /image, /audio, ...
3
votes
3answers
2k views

How do I avoid “already used by another worker” warning in an Apache2 reverse proxy config?

I added server matching ProxyPass and ProxyPassReverse entries, but I was getting "already used by another worker" [warn] messages upon start up. I have a proposed solution that's good enough for ...
0
votes
1answer
108 views

Virtual server (VM) running Ubuntu re-configures itself?

I'm helping to administer a VM running Ubuntu with Media Temple. The hostname was changed, and sendmail was removed and replaced with exim4. To change the hostname 'sudo hostname newhostname' was ...
0
votes
1answer
444 views

CentOS apache startup config file security error

I am setting up a NetDisco machine on CentOS, which entails adding an include to the apache httpd.conf file. When I start apache by running "httpd" from a root command prompt, the process launches. ...
0
votes
1answer
206 views

How to config Apache to get error 502 Bad Gateway for testing?

I'm developing a website with ajax allow many queries insert many many row to database in the same time. It's run ok on localhost, but when I deploy onto server (free Amazon server), it's often get ...
1
vote
1answer
207 views

nginx configure can't find upload module's config while it's definitely there?

I'm trying to install nginx from source, with nginx upload module included. However I'm running to this weird error: ./configure --with-http_ssl_module --with-http_flv_module ...
1
vote
2answers
424 views

Regular Expression matching in ssh config

I have a bunch of servers with the names srv1.domain.com, srv2.domain.com, ..., srv50.domain.com I want to be able to connect to these servers by ssh srv1 I don't want to put 50 configuration ...
3
votes
3answers
985 views

How to monitor the port state on ASA 5505

On a Cisco router when you unplug a cable from an interface I normal see debug "int fa0/3 line up" etc Is there some command to see this on an ASA 5505? I'm SSH'ing into it, do I need to use console ...
1
vote
2answers
570 views

Exim4 configuration to use several external ip for mail sending

i've got exim4 on ubuntu server and i-ve got a pool of 20 external IP's. Is that possible to configure exim4 to use this ip-s rotating to send mail? I think i could do this with iproute / iptables ...
2
votes
3answers
2k views

Apache tuning with very high-load LAMP server

I have a LAMP server that can be serving ~400 requests per second at times, the server configuration is: CPU: Intel Quad Core Xeon X3430 (4 x 2.40 GHz, 8MB Cache) RAM: 16 GB REG ECC DDR3 HD: 500 GB ...
0
votes
1answer
365 views

Nginx rewrite doesn't work without a subdomain?

I'm trying to rewrite a particular url, but it doesn't seem to work unless a subdomain is included as part of the url. For example, given the following: server { server_name .example.com ; ...

1 2 3