[PHP-INST] problem: php-document in netscape is oly downloadable

2001-04-06 Thread Markus Mattes
We have successfully installed php3 and php4 under AIX4.3.3 with Apache1.3.19. Now we can see the php3-documents in the browser(NS4.7). In opposition to that the php4-documents are only downloadable. Is there any setting that is not described in the manual we have to do therewith the browser can

php-install Digest 6 Apr 2001 10:04:17 -0000 Issue 250

2001-04-06 Thread php-install-digest-help
php-install Digest 6 Apr 2001 10:04:17 - Issue 250 Topics (messages 2699 through 2700): Re: PHP installtion 2699 by: Myke Carter problem: php-document in netscape is oly downloadable 2700 by: Markus Mattes Administrivia: To subscribe to the digest, e-mail: [EMAIL

[PHP-INST] problem mail()

2001-04-06 Thread Ing. J. Gerardo Herrera Colin
when i try to send some information for a form uses a script with the function mail( ) never come the information may be configuartion its wrong where can configute it tanks for yur help -- Atte Ing Gerardo Herrera C. Morphos Sistemas [EMAIL PROTECTED] www.morphos.com -- PHP Install Mailing

[PHP-INST] Named virtuals with iPlanet Enterprise and Solaris

2001-04-06 Thread Tom Freeman
Does anyone know the way to make php4 running as NSAPI, work with named virtuals? It seems to work only if it is a real virtual (with its own IP) and not a named virtual. Any help is greatly appreciated Tom Freeman Web Analyst StellarRAD Systems an Everest Global Technologies Company p | 636

Re: [PHP-INST] problem: php-document in netscape is oly downloadable

2001-04-06 Thread Steve Brazill
To cover ANY version of PHP (and any other type of HTML file I might have embedded PHP code in), I made sure that all the possible file 'extensions' were mentioned in the appropriate config line in "httpd.conf" Addtype application/x-httpd-php .php .php3 .php4 .htm Markus Mattes wrote:

[PHP-INST] I'm having problems installing PHP with Apache on RedHat 7

2001-04-06 Thread sousa . hugo
Hi all. I'm using ReHat 7 with the latest versions of Apache and php (4). I've done all the steps to install php with apache but when I create code in php the webserver doesn't recognize the code, I only can code in HTML! Something is missig, can you tell me what? Thanks, regards, Hugo Sousa -

Re: [PHP-INST] I'm having problems installing PHP with Apache onRedHat 7

2001-04-06 Thread Joe Laffey
On Fri, 6 Apr 2001 [EMAIL PROTECTED] wrote: > Hi all. > I'm using ReHat 7 with the latest versions of Apache and php (4). > > I've done all the steps to install php with apache but when I create code > in php the webserver doesn't recognize the code, I only can code in HTML! > > Something is miss