View Single Post
  #8   (View Single Post)  
Old 23rd July 2012
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by daemonfowl View Post
Then lighttpd-mysql to replace Apache ..
Of course, you can try this from the very beginning, however, I would caution you about being overly ambitious. As an example, if something breaks, how do you debug/fix the problem?

It is a lot easier to find the root cause when you have only made 2-3 changes in comparison to 37. I would recommend getting an initial configuration working with the default Apache 1.3 server first. Once you get that working, then substitute in more exotic choices.

When working through tasks for the first time, do only a few changes at a time, then assess whether it worked to that point. Doing lots of wholesale changes is harder to isolate the fundamental problem.
Quote:
Do I have to chmod/chown anything related ?
Looks like you need to do more research.
Quote:
(I have met what's needed according to INSTALL :
...& you expect that the documentation is going to tell you everything?

Welcome to Unix.

Last edited by ocicat; 23rd July 2012 at 11:30 PM. Reason: Clarity.
Reply With Quote