tech.kulish.com - This site
cars.kulish.com - Auto Info
family.kulish.com - Invite only
gallery.kulish.com - General pics
webmail.kulish.com - Kulish Webmail
pastebin.kulish.com - Local Pastebin
mediaserv.kulish.com - Kulish Media
tech.kulish.com - This site
cars.kulish.com - Auto Info
family.kulish.com - Invite only
gallery.kulish.com - General pics
webmail.kulish.com - Kulish Webmail
pastebin.kulish.com - Local Pastebin
mediaserv.kulish.com - Kulish Media
Debian Lenny and Squeeze
2x Realtek 8169
1x Reaktek 8169, 1x nForce
Fisher-Price My First Managed Switch
Testing:
iptraf
cat /proc/net/bonding/bond0
Update to index.php in observium to work with nginx.
Change from:
$_SERVER['PATH_INFO'] = (isset($_SERVER['PATH_INFO']) ? $_SERVER['PATH_INFO'] : $_SERVER['ORIG_PATH_INFO']);
Change to:
$_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];
nginx site configuration:
server {
listen 80;
server_name hostname.kulish.com;access_log /var/log/nginx/hostname.kulish.com.acc.log;
error_log /var/log/nginx/hostname.kulish.com.err.log;root /www/observium/html;
index index.php;error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/www;
}location / {
try_files $uri $uri/ @observium;
}location @observium {
rewrite ^(.+)$ /index.php/$1/ last;
}}
# General php settings
include php.conf;# We need to exclude robots.txt specifically
include drop.conf;
Status update of the web engine migration.
All items are pending further testing.
Tech.kulish.com
Fully functional (including links to other/outside domains)
PROBLEM: Could not ssh to server via key (or password, only enabled for testing).
RESOLUTION: After restarting the daemon, checking configs, copying the key again, etc..
I found a strange permissions issue with the .ssh directory
When I issued ls -la from the homedir, everything looks ok.
user@server:~ ls -la
--SNIP--
drwx------ 2 user group 4096 Oct 5 07:58 .ssh
--SNIP--
Then I cd into .ssh and issue ls -la. Note “..”
It’s drw-rw-rw- and that’s not right (no pun intended).
All SSL Certs have been renewed at CA Cert.