[SLE] SUSE 6.4/php
Greetings; Started exploring php with apache on 6.4 stock installation and have run into a nubie snag. The Suse supplied test page (localhost) supplies info that php is up and running, but generating the typical test script <hello world> results in no joy, similar to other php scripts. Is there something that I am missing in the conifig to setting up php with suse's apache install. TIA Chris -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Hi, On Mon, 26 Jun 2000, Chris Herrnberger wrote:
Started exploring php with apache on 6.4 stock installation and have run into a nubie snag. The Suse supplied test page (localhost) supplies info that php is up and running, but generating the typical test script <hello world> results in no joy, similar to other php scripts.
Is there something that I am missing in the conifig to setting up php with suse's apache install.
Does your test page end on ".php3" or ".phtml"? This is a requirement. Bye, LenZ -- ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer@suse.de Schanzaeckerstr. 10 http://www.suse.de/~grimmer/ 90443 Nuernberg, Germany There are two sides to a question, politicians take both. -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
We need some advice for a system that we may get to build. It should run through a browser. An automated task in C/C++ and PERL would collect numerical data, process it and convert the result into GIF or PNG images. This collection and processing task might run once a day or several times per day depending on the source of data. The image files will be very small. We have heard that MySQL would be a good choice since it is fast and we do not need transactions. The other part of the architecture is for users via intranet or web browser and consists of a series of pages that are like templates to display a set of images (data) selected by time period. Currently we have a simple mockup using JavaScript and DHTML which works well with canned pages. We are thinking to use Apache. We may eventually want to allow users to add annotation that could be entered into the database but this application will primarily be a one way pipe. Questions: 1) What other software can you suggest? 2) Are there any descriptions or examples as web pages, books or etc., of architectures similar to this? 3) What tutorials, courses or books suggestions can you offer on software components like Apache, MySQL and etc.? 4) The potential development platforms are SuSE, Mandrake and FreeBSD - any tradeoff comments? The deliverable platform is the same but we may also need to run on Sun Solaris. Comments? 5) Does SuSE contract consultant/mentoring for projects like this? Typical costs? We can build it ourselves I think but would benefit from Apache, MySQL and etc. advice. Thanks, Ed Scott ed.scott@jpl.nasa.gov -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Apache+MySQL+PHP... a perfect combination. Its not hard to find examples of gif creation with PHP+gd. PHP is also great because it is a very freindly language. It can be learned in a matter of hours and put to use. another possibility, if you like java, is the Enhydra application server. I'd use php though..:) -- Rocky McGaugh rmcgaugh@atipa.com On Thu, 29 Jun 2000, Ed Scott wrote:
We need some advice for a system that we may get to build. It should run through a browser. An automated task in C/C++ and PERL would collect numerical data, process it and convert the result into GIF or PNG images. This collection and processing task might run once a day or several times per day depending on the source of data. The image files will be very small. We have heard that MySQL would be a good choice since it is fast and we do not need transactions.
The other part of the architecture is for users via intranet or web browser and consists of a series of pages that are like templates to display a set of images (data) selected by time period. Currently we have a simple mockup using JavaScript and DHTML which works well with canned pages. We are thinking to use Apache. We may eventually want to allow users to add annotation that could be entered into the database but this application will primarily be a one way pipe.
Questions:
1) What other software can you suggest? 2) Are there any descriptions or examples as web pages, books or etc., of architectures similar to this? 3) What tutorials, courses or books suggestions can you offer on software components like Apache, MySQL and etc.? 4) The potential development platforms are SuSE, Mandrake and FreeBSD - any tradeoff comments? The deliverable platform is the same but we may also need to run on Sun Solaris. Comments? 5) Does SuSE contract consultant/mentoring for projects like this? Typical costs? We can build it ourselves I think but would benefit from Apache, MySQL and etc. advice.
Thanks,
Ed Scott ed.scott@jpl.nasa.gov
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (4)
-
chris123@netcom.ca
-
edscott@worldnet.att.net
-
grimmer@suse.de
-
rmcgaugh@atipa.com