Made *.mp3 parsed like *.php with apache+php

2001-02-05 Thread David Charro Ripa
Hi!

I put in srm.conf:

AddType application/x-httpd-php3 .mp3

But I can't use the POST method to call this kind of file.
I wan to parse files with extension .mp3 or .ps like .php



TIA

David




Re: How do I start | stop a daemon under debian

2000-09-06 Thread David Charro Ripa
man update-rc.d


Saludos

K-charro




Re: Looking for a Debian Hosting

2000-05-19 Thread David Charro Ripa
[ Francho ] wrote:

 I'm looking for a site to do a Debian Hosting (Apache, qmail+vpopmail, 
 Mysql , Bind, etc...).

 Any suggestion ???

www.f2s.com
This is free: apache, postgresql, php3, mail, high bandwidth, 20Mb, 2ยบ level 
domain
And if you pay: ssl and more

Another french isp have similar performances but with Mysql. I can't remember 
now.


Bye
Saludos ;-)

K-charro




Re: on PHP3 MySQL Packages

2000-02-23 Thread David Charro Ripa
 hello all,

hola  :-)

 is the PHP3 package in slink already compiled in to work with MySQL ?
 ive installed php3, php3-msql and mysql-base/server but when i try to
 connect to a .php3 script on my web server i get the following :

 Fatal error: Call to unsupported or undefined function mysql_connect()
 in /var/www/konik.php3 on line 7

I had the same problem with postgresql. I wrote in my php3 script this line

dl(pgsql.so)

and works fine.
Perhaps you need to load the mysql library, something like
dl(mysql.so)
These libraries must be in /usr/lib/php3/apache




Adios
K-charro