This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
451
Off-topic / Re: Help with apache2
« on June 4th, 2012, 12:29 AM »
D'oh.. so if I understood correctly I should create a new group. Add the FTP user I created to that group and the root user too. Then I should set this group as owner of the only dirs I'd like to be accessible by the FTP user. The rest should be owned by root. Correct? :)
452
Off-topic / Re: Help with apache2
« on June 3rd, 2012, 11:57 PM »
Thanks! :)
I noticed a "weird" behavior with CHMOD. I moved my SMF install to my VPS and to get everything to work properly I had to CHMOD 777 /cache, /attachments, /avatars, /mgal_data... Not even 775 was good! With /cache to 775 I got the error that cache folder hadn't the right permissions.. the same for the others.. it's not normal!
Maybe because owner is not root but a user I created to use for FTP?
I noticed a "weird" behavior with CHMOD. I moved my SMF install to my VPS and to get everything to work properly I had to CHMOD 777 /cache, /attachments, /avatars, /mgal_data... Not even 775 was good! With /cache to 775 I got the error that cache folder hadn't the right permissions.. the same for the others.. it's not normal!
Maybe because owner is not root but a user I created to use for FTP?
453
Off-topic / Re: Help with apache2
« on June 3rd, 2012, 10:47 PM »
Are these packages used by exim4 or I can remove 'em?
m4{u} procmail{u} sendmail-base{u} sendmail-cf{u} sensible-mda{u}
m4{u} procmail{u} sendmail-base{u} sendmail-cf{u} sensible-mda{u}
455
Archived fixes / Re: Remove nested quotes is broken
« on June 3rd, 2012, 06:52 PM »
Regex seem funny, I should start learning how they work... :D
456
Off-topic / Re: CloudFlare
« on June 3rd, 2012, 06:47 PM »
I'm not payed to defend them ( :P ) but I have more than 10 websites with CF and I had issues only once or twice. I really like their system..
457
Off-topic / Re: CloudFlare
« on June 3rd, 2012, 06:19 PM »
Reports about downtimes, slownesses, or problems with "performance features" that cause problems?
458
Off-topic / Re: CloudFlare
« on June 3rd, 2012, 06:09 PM »
In fact I said that those things work well though ^_^
And yes maybe it's better to use a separate DNS service if you don't use their primary stuff, but you have for free their reliability, their infrastructure and you have your IP/hostname "masked".
And yes maybe it's better to use a separate DNS service if you don't use their primary stuff, but you have for free their reliability, their infrastructure and you have your IP/hostname "masked".
459
Off-topic / Re: CloudFlare
« on June 3rd, 2012, 04:17 PM »
Oh, I thought you were talking about the apache module!
Well I used CF for 3/4 months now.. I know how it works. :)
And also if you disable all the performance/CDN/compression stuff (that works well though) it's useful as a DNS manager.
Well I used CF for 3/4 months now.. I know how it works. :)
And also if you disable all the performance/CDN/compression stuff (that works well though) it's useful as a DNS manager.
460
Off-topic / Re: CloudFlare
« on June 3rd, 2012, 04:10 PM »Have fun with that. It may or may not be a good idea.
461
Off-topic / Re: CloudFlare
« on June 3rd, 2012, 03:17 PM »
Now that I'm on my VPS I managed to compile the mod_cloudflare Apache module properly. :)
462
Off-topic / Re: Help with apache2
« on June 3rd, 2012, 02:45 PM »
Is there a way to hide my hostname from the "Received: from" or "envelope-from", etc..?
463
Off-topic / Re: Help with apache2
« on June 3rd, 2012, 02:36 PM »
YEAHHH!! Managed to get exim4 to work (thanks Dragooon for the link)!! :D
I'm using my FQDN.. I gave up on Gmail as a relay for now.. :P
EDIT: Maybe I found the problem with Gmail and exim4.. if it's this is a stupid stupid stupid bug. In my Gmail password I have a $ symbol. In exim 'mainlog' I found these errors:
2012-06-03 14:28:15 xxxxxxxxx == username@gmail.com R=send_via_gmail T=gmail_smtp defer (0): expansion of "my_password_with_$_char" failed in gmail_login authenticator: unknown variable name "part_of_the_password_after_$"
I'm using my FQDN.. I gave up on Gmail as a relay for now.. :P
EDIT: Maybe I found the problem with Gmail and exim4.. if it's this is a stupid stupid stupid bug. In my Gmail password I have a $ symbol. In exim 'mainlog' I found these errors:
2012-06-03 14:28:15 xxxxxxxxx == username@gmail.com R=send_via_gmail T=gmail_smtp defer (0): expansion of "my_password_with_$_char" failed in gmail_login authenticator: unknown variable name "part_of_the_password_after_$"
464
I chose an italian company called Tophost. They're launching a new offer called Topserver (actually in public beta, but still doesn't appear on their site).
Currently I have 512 MB RAM, 20 Gbyte hard drive, 100 Mb/s bandwidth and a stock Ubuntu Server. It's native IPv6 and I have a unique IP. I pay ~6,50€ per month.
You can also have 1Gb or 2Gb of RAM and other Linux distributions.. you can have "snapshots" of you VPS (not included). No cPanel.
Currently I have 512 MB RAM, 20 Gbyte hard drive, 100 Mb/s bandwidth and a stock Ubuntu Server. It's native IPv6 and I have a unique IP. I pay ~6,50€ per month.
You can also have 1Gb or 2Gb of RAM and other Linux distributions.. you can have "snapshots" of you VPS (not included). No cPanel.
465
Off-topic / Re: Help with apache2
« on June 3rd, 2012, 11:29 AM »
I read a bit of documentation and I managed to setup a server (stock Ubuntu 11.10, which I upgraded to 12.04) with apache2, php5, MySQL, phpmyadmin, enable virtual servers, compile mods for apache.. in 2 days. It's pretty easy. But email servers are fu***ng complex. Sendmail is arabic, postfix is complicated (I set it up, I have no errors but I can't send mails.. I think it's a certificates issue.. gmail requires TLS..). I'm still trying with exim4 (Dragooon gave me a guide I'll try this afternoon).