mysql
ronnie gauthier
ronnieg
Mon May 17 11:45:54 PDT 2004
>From my httpd.conf,
# Dynamic Shared Object (DSO) Support
#load modules here
<IfDefine HAVE_PHP>
AddModule mod_php.c
</IfDefine>
<IfDefine HAVE_PHP3>
AddModule mod_php3.c
</IfDefine>
<IfDefine HAVE_PHP4>
AddModule mod_php4.c
</IfDefine>
# AddType: allows you to tweak mime.types without actually editing it, or to
# make certain files to be certain types.
#
# The following is for PHP4 (conficts with PHP/FI, below):
<IfModule mod_php4.c>
AddType application/x-httpd-php .php4 .php3 .phtml .php
AddType application/x-httpd-php-source .phps
</IfModule>
# The following is for PHP3:
<IfModule mod_php3.c>
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
</IfModule>
# The following is for PHP/FI (PHP2):
<IfModule mod_php.c>
AddType application/x-httpd-php .phtml
</IfModule>
On 25 Mar 2003 08:00:15 -0800 - Ted Ozolins <ted1 at telus.net> wrote the following
Re: Re: mysql
>On Tue, 2003-03-25 at 06:29, Net Llama! wrote:
>
>>
>> i realize that this doesn't solve your problem at all, but postgreSQL is
>> an order of magnitude easier to setup & admin than mysql, in my
>> experience. unless you really, really need mysql, i'd suggest using
>> postgreSQL (which is far more mature & full featureed anyway).
>>
>
>Your probably right. I have mysql playing fairly well now but I'm not
>impressed. Nothing should have been that deficult to setup. Now I'll
>have to fight with apache/php and php-nuke. I've setup apache to start
>at boot-up and that works nicely. I have mod_php installed (as well as
>php) yet when I point my browser (mozilla) at localhost and at
>anything.php I get a screen full of php script rather than the expected
>web_page. Way_more_RTFM'n ahead<G> I'm sure I've overlooked some setup
>feature somewhere.
>
>--
>Ted Ozolins (VE7TVO)
>Westbank, B. C.
>
>Powered by Slackware 8.1, sent with Evolution
>
>_______________________________________________
>Linux-users mailing list
>Linux-users at linux-sxs.org
>Unsubscribe/Suspend/Etc ->
>http://www.linux-sxs.org/mailman/listinfo/linux-users
More information about the Linux-users
mailing list