Re: [us...@httpd] php5 installation

2009-12-26 Thread Peter Maguire
Thanks I will give it a go. Sent from my iPod On 25 Dec 2009, at 15:22, crypto...@cryptodan.net wrote: You can always use wamp via gOogle. Sent from my Verizon Wireless BlackBerry -Original Message- From: Peter Maguire wormpe...@yahoo.co.uk Date: Fri, 25 Dec 2009 14:48:18 To:

[us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Andrei Paul Nistor
Hello all. Question: Is it any way possible to access through the httpd server resources like objects or remote procedures that run on the server in binary form and dont get disposed after each call of the resources? I read lately alot about cgi and the apache server but i haven't found an

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread John den Haan
I figure SOAP might be what you need. - This message was sent using a mobile device. I apologize for any seplling errors that may result. Op 26 dec 2009 om 14:04 heeft Andrei Paul Nistor paul.nis...@gmail.com het volgende geschreven:\ Hello all. Question: Is it any way possible to

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Andrei Paul Nistor
I thought about using soap as an comunication protocol but in fact the remote procedures are php scripts or asp i need compiled code that can execute fast and share objects, the communication protocol isnt important it can be anything. With respect Andrei Paul Nistor On Sat, Dec 26, 2009 at 3:29

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Bogdan Cristea
On Saturday 26 December 2009 15:56:43 Andrei Paul Nistor wrote: I thought about using soap as an comunication protocol but in fact the remote procedures are php scripts or asp i need compiled code that can execute fast and share objects, the communication protocol isnt important it can be

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Morten Kirkegaard Poulsen
Hi Andrei, On Sat, 2009-12-26 at 16:01 +0200, Bogdan Cristea wrote: On Saturday 26 December 2009 15:56:43 Andrei Paul Nistor wrote: I thought about using soap as an comunication protocol but in fact the remote procedures are php scripts or asp i need compiled code that can execute

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Andrei Paul Nistor
This sounds something that I'm interested in i mean onc-rpc implemented in php and this could solve my problem. I would like to also help you guys if its that what I'm thinking about. If you could share the code it would be more than what i was asking for and i appreciate it alot. On Sat, Dec

[us...@httpd] HoloCMS

2009-12-26 Thread Peter Maguire
Hi I'm new new on this topic. How can you get HoloCMS to work with apache I also require a database to be installed Sent from my iPod - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] HoloCMS

2009-12-26 Thread Marcin 'Rambo' Roguski
How can you get HoloCMS to work with apache. According to their website you just need a working PHP and database access. Then copy the CMS files to a directory served by Apache, create database and set up CMS to use it and you're set. -- Never let your sense of morals prevent you from doing

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Octavian Râsnita
Hi Andrei, From: Andrei Paul Nistor paul.nis...@gmail.com Hello all. Question: Is it any way possible to access through the httpd server resources like objects or remote procedures that run on the server in binary form and dont get disposed after each call of the resources? I read lately

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Morten Kirkegaard Poulsen
than what i was asking for and i appreciate it alot. http://fabletech.com/php-sunrpc/php-sunrpc-20091226.tar.bz2 Please let me know if you have any problems. Best regards, Morten -- Morten Kirkegaard Poulsen m...@fabletech.com CTO, FableTech http://fabletech.com

Re: [us...@httpd] HTTPD Logwatch

2009-12-26 Thread John Iliffe
On Fri, 2009-25-12 at 12:23 +0100, André Warnier wrote: Kaustubh Deorukhkar wrote: I am naive user..but this is what comes to my mind...please see if this helps - create seperate logs per website... SetEnvIf Referer www\.mydomain1\.com site1_request CustomLog logs/mydomain1_log

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Nick Kew
On 26 Dec 2009, at 13:04, Andrei Paul Nistor wrote: Hello all. Question: Is it any way possible to access through the httpd server resources like objects or remote procedures that run on the server in binary form and dont get disposed after each call of the resources? Sure. You can

[us...@httpd] about apache.2.14 dependancy to db package..? needed?

2009-12-26 Thread David Taveras
Hello, When installing apache2.2 from binary packages in my OS ive seen that it is dependant of theBerkeley DB package. Is this actually needed by the apache core? or is it a result of enabling a certain module i can actually disable?? Where could i get the list of dependencies for a minimal