Re: [Fink-users] php under apache

2002-03-09 Thread Stefan Cars
I would suggest a clean Apache and PHP installation (download from httpd.apache.org and php.net) and see what happens. / Stefan --- Stefan Cars Development Manager Globalwire Communications Mob: +46 (0)708 44 36 00 ___ Fink-users mailing

Re: [Fink-users] php under apache

2002-03-08 Thread Per Rundblom
Thanks. I had forgot the last two lines but they are unquoted now and it still won´t work. (The preinstalled apache server this time...) The server starts up ok, so it seems to find the lib, but it just wont read and execute the code... Other ideas? / per On torsdag, mars 7, 2002, at 11:28 ,

Re: [Fink-users] php under apache

2002-03-08 Thread Chris Devers
On Fri, 8 Mar 2002, Per Rundblom wrote: Thanks. I had forgot the last two lines but they are unquoted now and it still won´t work. (The preinstalled apache server this time...) The server starts up ok, so it seems to find the lib, but it just wont read and execute the code... Other ideas?

Re: [Fink-users] php under apache

2002-03-08 Thread Per Rundblom
Been there, done that... The problem is that it says that the syntax is OK. Just like when i run the preinstalled apache server everything looks allright, it just refuses to understand php!! Other ideas?? (thanks btw!) / per On fredag, mars 8, 2002, at 02:01 , Chris Devers wrote: On Fri, 8

Re: [Fink-users] php under apache

2002-03-08 Thread Chris Devers
On Fri, 8 Mar 2002, Per Rundblom wrote: Been there, done that... The problem is that [apachectl configtest] says that the syntax is OK. Just like when i run the preinstalled apache server everything looks allright, it just refuses to understand php!! Well that's still useful information

Re: [Fink-users] php under apache

2002-03-08 Thread Colin Rasor
On 3/8/02 3:37, Per Rundblom [EMAIL PROTECTED] wrote: It says: ls: illegal option -- h usage: ls [-1ACFLRSTWacdfgiklnoqrstux] [file ...] And without the h it says: No match / per On fredag, mars 8, 2002, at 12:37 , Colin Rasor wrote: On 3/7/02 15:10, Per Rundblom [EMAIL

[Fink-users] php under apache

2002-03-07 Thread Per Rundblom
Hi Could some one give me a hint about how a load the php-module under apache!? I have installed them bouth with fink, but a cant find the correct php-lib to add in /sw/etc/httpd/httpd.conf file? As far as I understand it should look somewhat like this: LoadModule libphp4_module

Re: [Fink-users] php under apache

2002-03-07 Thread Chris Devers
On Thu, 7 Mar 2002, Per Rundblom wrote: Could some one give me a hint about how a load the php-module under apache!? I have installed them bouth with fink, but a cant find the correct php-lib to add in /sw/etc/httpd/httpd.conf file? This isn't exactly what you're trying to do, but be aware

Re: [Fink-users] php under apache

2002-03-07 Thread Colin Ansel Rasor
On 3/7/02 15:10, Per Rundblom [EMAIL PROTECTED] wrote: Assuming that your mod tree is under lib/apache/1.3/ Do a ls -lah|egrep -I *mod_php.info Then read the info file it will most likely contain line that will help you load the module as a DSO. One thing to remember apache will give a syntax