Hi,
Yes, I'm using gitolite on my servers with great success, but on Dathorn I'm only using git for publishing with my single public key. If you want to go the gitolite road, I would recommend you...
Type: Posts; User: ZYV; Keyword(s):
Hi,
Yes, I'm using gitolite on my servers with great success, but on Dathorn I'm only using git for publishing with my single public key. If you want to go the gitolite road, I would recommend you...
Hi,
Basically, all you need is git installed in your home directory and put it on your PATH. There is no compiler available on the servers, so you have to compile on an identical system and upload...
The requirement of keeping a hanging process to handle requests is inherent to the Websockets technology and I doubt there is even a way to have this to play nice with the shared hosting environment....
Storage upgrade is very welcome indeed! Thanks!
Also note, that many PHP scripts use 'persistent' connections by default. I do not know the details on how PHP is set up with Dathorn, but I assume that a new processes is forked for each request, at...
Hi!
Thanks for the quick reply, it explained it all. I have fetched the email manually from the old server, got quite a few duplicates (huh?), but also the mail that was missing.
I understand...
Andrew, could you please tell when are you switching the DNS to the new machine? Does this happen only when the migration is completed? Do you lower the TTL beforehand?
It does seem to me, that...
Thanks, I will then submit a TT when it's my server's turn...
Depends on the accuracy that you want to achieve.
For once, you can just do reverse lookups and if the PTR records are set up correctly here goes your list.
Also, some misconfigured Apache...
Hi Andrew!
Is it possible to also put the new shared IPs in the migration announcements? I have a number of domains where I manage the zones completely on my own and only use Dathorn's shared IPs...
Hi!
I am very happy about this announcement. To my mind, the step from renting / co-locating the servers to having a facility of one's own is a big one and can probably be compared to the step...
All you need is to combine whois and host -a. There are providers on the Internet that provide a whois API if you don't want to parse the output yourself, but I guess that's paid for.
I'm using mailman for small low-traffic lists hosted at Dathorn (~50-100 subscribers, 1-5 messages per day); these are work lists, so no random subscribers, but I've never had any issues with Dathorn...
Hi!
I guess I've raised this point some time ago, but I can't find the old thread anymore, thus I decided to create a new one. I'm using Mailman for my mailing lists and long ago I noticed that...
Looks great to me now! Thanks.
Don't I like it? This literally drives me nuts! Are they taking me for an idiot that have never ever seen a blade in his life? When I see this, I always feel the urge to send some photos of my sexy...
Hi!
Just wanted to congratulate Andrew and the team with the new design. I'm not used to how the forums look like yet, but the website certainly does look awesome! I like that it looks clean,...
Hi!
Are there any plans here at Dathorn to celebrate World's IPV6 day so far?
Thanks!
Can't this be worked around at WHM DNS tools level? I was under impression that you can somehow define templates per account in there.
I tend to agree with you, but to my mind it is mostly the profile of a typical client that would want to use these technologies that is more of a problem :-)
I've lost track of what is being used...
Hi!
Since it is not possible to post replies in the Announcements section, I decided to go an and create a discussion thread for this announcement here:
...
I am not quite sure what is the point of taking the accounts when you can just order one if you need it?
The scripts are run as your user, so even if you change the permissions on some items to more restrictive (i.e. 444), there is no way you can prevent your scripts from writing because all it takes is...
Again, hosting on GAE is free. Do check it out.
On the other hand, you can always buy a decommisioned xserve on eBay and install it in your toilet. You have no issues with obtaining a reasonably...
You can use <Directory> and <File> tags to apply the restrictions from the .htaccess in the root to the subfolders centrally. Check out the documentation on the subject.