przemolicc at poczta.fm wrote: > Hello, > > I am trying to configure apache2 with reduced privileges according to > document: "Limiting service privileges in the Solaris 10 operating > system". I have done everything from the document but there is a problem with > apache start: > >
[...] > bash-3.00# su - webservd > $ ppriv -v $$ > 22854: -su > flags = <none> > E: file_link_any,proc_exec,proc_fork,proc_info,proc_session > I: file_link_any,proc_exec,proc_fork,proc_info,proc_session > P: file_link_any,proc_exec,proc_fork,proc_info,proc_session > L: > contract_event,contract_observer,file_chown,file_chown_self,file_dac_execute,file_dac_read,file_dac_search,file_dac_write,file_link_any,file_owner,file_setid,ipc_dac_read,ipc_dac_write,ipc_owner,net_icmpaccess,net_privaddr,proc_audit,proc_chroot,proc_exec,proc_fork,proc_info,proc_owner,proc_session,proc_setid,proc_taskid,sys_acct,sys_admin,sys_audit,sys_mount,sys_nfs,sys_resource > $ /lib/svc/method/http-apache2 start > (13)Permission denied: make_sock: could not bind to address [::]:80 > no listening sockets available, shutting down > Unable to open logs > > Can anybody tell me what is wrong ? > > > BTW how can I see output of "/lib/svc/method/http-apache2" ? > Try looking in /var/apache2/logs/error_log for more detailed messages. Also, check the permissions on /var/apache2/logs/*. -Wyllys