logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: Question: Apache home page
Author
Fredfree



Joined: 14 Mar 2013
Posts: 2
Location: UK, London

PostPosted: Thu 14 Mar '13 23:46    Post subject: Question: Apache home page Reply with quote

I'm really new to Apache, so please forgive my layman terminology to something that probably has a simple answer.

I'm looking for a "portal" type software and method that I can use to combine a number of "internal" web pages to a single web page and present these pages as embedded parts using tabs that has some good authentication capabilities. I'd then like to open this up as a public facing web page.

I.e. https://localhost/phpsysinfo, https://localhost/ajaxplorer, and a number of https://192.168.x.xxx:808x, etc... -> https://localhost/portal

Is there software or an HTML template I can use to achieve this with the ability to customise the look and feel without having to build one from scratch?

Appreciate any help offered.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Mon 18 Mar '13 16:47    Post subject: Reply with quote

a) do it from scratch
b) use ugly frames. O_o
c) create a server side script that reads / parses the other pages and create a new one from it. At least I know that phpsysinfo can provide a xml output.
Back to top
Fredfree



Joined: 14 Mar 2013
Posts: 2
Location: UK, London

PostPosted: Tue 19 Mar '13 1:20    Post subject: Reply with quote

Seems using an OSS portal software did the trick for me, runs relatively light for my use case. Www.liferay.com

Thanks for the reply though.
Back to top


Reply to topic   Topic: Question: Apache home page View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner