Click to See Complete Forum and Search --> : What do you think so far?
BoomerADF
11-27-2002, 02:16 AM
Not sure if this is where this goes but since it being made for web serving I will place it here.
http://www.hardocp.info/test.html
So far I just have the Apache and mySQl part done I still have alot to add such as SSL, proFTPD, PHP, mod_perl, firewalling etc.
Anyway what do you guys think so far?
bskahan
11-27-2002, 03:18 AM
looks good, maybe it could use more verbose explanation though, like what the compile option you pass to ./configure do.
Hi
Nice and simple HOW-TO for the eager beavers...where were you when I needed it last week:)
The HOW-TO would be more insightful if you could kindly put in comments about a particular choice ./configure --option.
Pre Install
# groupadd mysql
# useradd -g mysql mysql
Any particular reason for this? I've a working AMP and didn't do the above. It still works fine:)
Regards
theN
ps: the Contact Me in the footer of the above webpage has no mailto.
BoomerADF
11-27-2002, 12:16 PM
Originally posted by theN
Hi
Nice and simple HOW-TO for the eager beavers...where were you when I needed it last week:)
The HOW-TO would be more insightful if you could kindly put in comments about a particular choice ./configure --option.
Any particular reason for this? I've a working AMP and didn't do the above. It still works fine:)
Regards
theN
ps: the Contact Me in the footer of the above webpage has no mailto.
Ahhh yes comments would be good. I will have to add those later
As for the groupadd/user add they may be there allready.
Thx for the info guys.