how I can put this in rc.conf?
And how I can see all system error ??
Code:
truss service apache22 start
/usr/local/sbin/apachectl start
truss service apache22 start
/usr/local/sbin/apachectl start
Use an editor. Handbook: 4.10 Text Editorsaadryaan94 said:how I can put this in rc.conf?
None of this should be added. If you want Apache to start automatically this is the correct way:Code:truss service apache22 start /usr/local/sbin/apachectl start
apache22_enable="YES"
Look in /var/log/messages.And how I can see all system error ??
/usr/bin/truss /usr/sbin/service apache22 forcestart