Re: [PHP] Help me! What is wrong?

2001-02-20 Thread Simon Garner

From: "Ana Carolina Blanco Abascal" <[EMAIL PROTECTED]>

> Help!!! Every thing seems to work ok but I just can't make apache
> recognize php3 files
> I check that mod_php3.c is load with /usr/local/apache/bin/httpd -l
> This is what my httpd.conf file has
> 
> LoadModulephp3_modulelibexec/libphp3.so
> 
> 
>   
> AddModulemod_php3.c
>


Lose the IfDefine. Just put:

LoadModule php3_modulelibexec/libphp3.so
AddModulemod_php3.c




> 
> AddType application/x-httpd-php3 .php3
> AddType application/x-httpd-php3 .html
> AddType application/x-httpd-php3 -source .phps


Change this to:

AddType application/x-httpd-php3 .php3 .html
AddType application/x-httpd-php3-source .phps




> 
> My info.html looks like this:
> Configure command at
> ./configure '--with-pgsql=/usr/local/pgsql'
> '--with-config-file-path=/usr/local/apache/conf'
>'--with-apache=/usr/src/apache_1.3.11' '--enable-track-vars'
> '--with-gd=/usr/local' '--with-ttf=/usr/local'
>php3.ini file path is set to:
> /usr/local/apache/conf
> 
> Loaded modules:
> mod_php3, mod_ssl, mod_setenvif, mod_so, mod_auth,
> mod_access, mod_alias, mod_userdir, mod_actions, mod_imap, mod_asis,
> 
> mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status,
> mod_negotiation, mod_mime, mod_log_config, mod_env, mod_vhost_alias,
> 
> http_core
> 
> Please I need some advise!!!
> Thanks Ana Carolina


Howcome you are installing PHP3, not PHP4? Just curious...


Cheers

Simon Garner


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Help me! What is wrong?

2001-02-20 Thread Ana Carolina Blanco Abascal

I just don't get it, It is loading mod_php.c, I allready change that I put the
AddModule without a . I can use php code inside of html file but I
can't load php3 files. Any ideas

"Hoover, Josh" wrote:

> I think this might be a problem...
>
> 
> AddModule   mod_php3.c
> 
>
> Shouldn't the  be say PHP3 rather than SSL?
>
> Josh Hoover
> KnowledgeStorm, Inc.
>
> Searching for a new IT solution for your company? Need to improve your
> product marketing?
> Visit KnowledgeStorm at www.knowledgestorm.com to learn how we can simplify
> the process for you.
> KnowledgeStorm - Your IT Search Starts Here



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


RE: [PHP] Help me! What is wrong?

2001-02-20 Thread Hoover, Josh

I think this might be a problem...


AddModule   mod_php3.c


Shouldn't the  be say PHP3 rather than SSL?

Josh Hoover
KnowledgeStorm, Inc.

Searching for a new IT solution for your company? Need to improve your
product marketing? 
Visit KnowledgeStorm at www.knowledgestorm.com to learn how we can simplify
the process for you.
KnowledgeStorm - Your IT Search Starts Here