1834137 Members
2388 Online
110064 Solutions
New Discussion

Menu Through Web Browser

 
Rafael Mendonça Braga
Regular Advisor

Menu Through Web Browser

Hello There!

I want to create an Operation Menu at my HP-UX 11i server, that users can access it through a Web Browser.
Do you know if it's possible?
Somebody can tell me where can I find documentation about it?!

Thanks,

Rafael M. Braga
2 REPLIES 2
Alex Lavrov.
Honored Contributor

Re: Menu Through Web Browser

The easiest way to do it, it's to write some kind of CGI script. But you always can do it in more fancier way like php/jsp stuff. But if it's something simple, CGI will do the job.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
Bill Hassell
Honored Contributor

Re: Menu Through Web Browser

There's no tool to create a web based menu program in HP-UX. You would first have to get a web browser installed and configured (Apache is now available with newer 11.11 CDs or you can download it). Then, you have to decide how to build the web page. Web pages can be designed and edited with vi but unless you are really familiar with HTML and vi, this is not a simple task. Whether the CGI script is written as a shell program or with Perl, you'll need web authoring experience.


Bill Hassell, sysadmin