| bio | website | eidenschink.eu |
|---|---|---|
| location | Germany | |
| age | 39 | |
| visits | member for | 2 years, 2 months |
| seen | Mar 7 at 19:19 | |
| stats | profile views | 30 |
All true wisdom is printed on T-Shirts.
|
Nov 30 |
comment |
Apache config file. Redirect permanent gives 403 error mod_alias is activated, isn't it? ("Redirect" = mod_alias stuff, "RewriteXY" = mod_rewrite stuff). |
|
May 31 |
comment |
Disk full, du tells different. How to further investigate? Bingo! :-) Thanks. |
|
May 3 |
comment |
Sharing apache's error_log with other users (non-root) Just try to find out if your apache logfiles are log-rotated. If no special file exists, maybe there's a line in /etc/logrotate.conf. This is just to make sure a daily logrotation does not re-set your changed file permissions. If there's no rotation, simply ignore this hint. Btw - what linux are you using? |
|
Apr 29 |
comment |
Create a Mysqldump How did you create the dump? With the command line tool mysqldump or with PhpMyAdmin, or? Please share exactly, what and how you did it. |
|
Apr 21 |
comment |
Cron job keeps running! Ok, then try curl instead of wget: curl -m 90 -o /tmp/curl.log www.example.com. |
|
Apr 15 |
comment |
How to set Postfix configuration to cach-all emails in domain but excluding some addresses? When you send mail you may receive it because you authenticated or sent within your local net: if this is permitted before the check_recipient_access restriction, it is possible. If you implemented the header_checks method, you have to add a similar line to a smtp_header_checks file. The first one is a filter while receiving mails, the latter a filter when mail is delivered. |
|
Apr 15 |
comment |
How to set Postfix configuration to cach-all emails in domain but excluding some addresses? Without further investigation why it doesn't work, I can also think of adding a line to the header_checks file. |
|
Apr 14 |
comment |
Plesk and MailScanner The delay for greylisting will just be for the first individual hit. It remembers the accepted to-from-combinations; and you can whitelist. To see how effective Zen is, do something like grep NOQUEUE /var/log/mail| grep -i spamhaus| wc -l |
|
Apr 11 |
comment |
How to interpret these munin stats of nginx? So if I would turn off keepalive completely I would see 0 waiting connections? Is it really completely related to keepalive connections? |
|
Apr 8 |
comment |
Shared storage for VMs without dedicated storage server Ewan, thanks so far for your answer. I can't setup shared storage, well, I can, but I don't want to dedicate one of the PM's to be a fileserver. Currently I'm looking more into DRBD, LVM and smth. like Proxmox as you guess in your second paragraph. |
|
Apr 5 |
comment |
Using LVM Snapshot To Backup Database Servers You can do it when you prepare the state of the DB before the "freeze" (see answers below) - I just want to add that the LVM snapshot should not be your only backup then because there is some more work involved when going to restore the data back. |
|
Apr 4 |
comment |
apache: several ssl vhosts on the same computer and same ip Your main problem is the one that Douglas gave in his answer. Your other options are: A wildcard SSL certificate or TLS Server name indication (see the nginx page nginx.org/en/docs/http/configuring_https_servers.html#sni - you could place nginx before apache). |
|
Mar 13 |
comment |
Debian Server with Postfix and Dovecot + Spam Management Do you talk about a server solution (as your title implies) or your client software? |
|
Mar 9 |
comment |
Munin node not listing any plugins on new Fedora 14 installation Take a look at the output of munin-node-configure on the node - do you get any "There were some errors" at the end? Does the "Used" column name any plugs with "yes"? |