hi all,
I am storing some important information about events in SEC contexts which i wanted to view from time to time through a web interface.
For this, I have designed a UI for displaying SEC contexts information.


everytime, when a user hit the button on the web page, it calls a perl script which (1.) deletes the old context.dump (2.) send an event to SEC to create a context.dump in /tmp/ through named PIPE (i have defined a rule inside SEC which creates this dump file) and (3.) parse the dump file and prepare/print an html response.

but problem here is, I am not allowed to remove the old context.dump file as Apache reports this error; / cannot remove `/tmp/contexts.dump': Operation not permitted, referer: http://myhost.com/cgi-bin/reporter.pl
/
and furthermore, Permission is denied to send input through named PIPE.
/ [error] [client 10.1.0.1] sh: /usr/local/etc/SEC_Input_Pipe: Permission denied, referer: http://myhost.com/cgi-bin/reporter.pl
/

My web page <////www///viewstatus.pl/>---Request call---> a perl script in same dir /<///www/fetchreport//.pl> /which further ---make system() call---> another perl script located in another dir /</usr/local/project/////generatereport.pl>/. this script actually is doing the sending a signal to SEC through named pipe and once the context.dump file is created, it parses the file and return back the data to the calling script /<///www/fetchreport//.pl> /---Return data---> which prepares a response in html ---Response back to html page--->.
--

Kind Reagrds/Mit freundlichen Grüßen

M Haris Farooque

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to