v0 wrote: > > jebba wrote: > > > > > > Code: > > /etc/init.d/mysqld start > > /etc/init.d/httpd start > > > > > > Pop your html/php files into /var/www/html > > > and how to make run the localhost when BLAG starts?
If I understand correctly: Code: /sbin/chkconfig --add mysqld /sbin/chkconfig --add httpd But sometimes that seems to get overwritten on updates, so perhaps also run: Code: /sbin/chkconfig --level 35 mysqld on /sbin/chkconfig --level 35 httpd on -------------------- m2f -------------------- Sent using Mail2Forum (http://www.mail2forum.com). Read this topic online here: http://forums.blagblagblag.org/viewtopic.php?p=25856#25856 -------------------- m2f --------------------
_______________________________________________ blag-users mailing list [email protected] https://www.autistici.org/mailman/listinfo/blag-users
