Peter Bogdanoff wrote:

> "You should avoid using .htaccess files completely if you have access
> to httpd main server config file. Using .htaccess files slows down
> your Apache http server. Any directive that you can include in a
> .htaccess file is better set in a Directory block, as it will have
> the same effect with better performance."
>
> http://httpd.apache.org/docs/current/howto/htaccess.html

Makes sense.  Thanks for the link.

I'll bet the performance difference is pretty low, though, probably not even noticeable until you reach a traffic level where moving to a dedicated server makes sense for other reasons.

I haven't used a dedicated server at DH myself, but I've used the instructions provided in the LiveCode package to set up my own servers here and they've worked out well.

What issues did you run into modding the Apache config file?

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  http://twitter.com/FourthWorldSys


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to