You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Grant Cooper <gr...@nucleus.com> on 2002/09/02 06:33:04 UTC

[users@httpd] php works, php3 doesn't work!!!

Help! I am trying to use this phpPolls package and I can open a web page
with php3 extensions. I'm not exactly sure what to change in httpd.conf. I
know my php extensions work but I don't think I set up php3 extensions.
First time I have ran into this.




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] php works, php3 doesn't work!!!

Posted by Grant Cooper <gr...@nucleus.com>.
I forgot to mention it try's to save the file. When I link to a php3
extension.

----- Original Message -----
From: "Grant Cooper" <gr...@nucleus.com>
To: <us...@httpd.apache.org>
Sent: Sunday, September 01, 2002 10:33 PM
Subject: [users@httpd] php works, php3 doesn't work!!!


> Help! I am trying to use this phpPolls package and I can open a web page
> with php3 extensions. I'm not exactly sure what to change in httpd.conf. I
> know my php extensions work but I don't think I set up php3 extensions.
> First time I have ran into this.
>
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] php works, php3 doesn't work!!!

Posted by Grant Cooper <gr...@nucleus.com>.
I checked, I have that. Could it be my browser. Some php3 extentions opened
while other didn't. I fixed the problem by changing all my extentions and
links in the code.

----- Original Message -----
From: "Rodolfo Segleau" <se...@mechanus.org>
To: <us...@httpd.apache.org>
Sent: Sunday, September 01, 2002 10:49 PM
Subject: Re: [users@httpd] php works, php3 doesn't work!!!


> > ----- Message from grant.cooper@nucleus.com ---------
> >     Date: Sun, 1 Sep 2002 22:33:04 -0600
> >     From: Grant Cooper <gr...@nucleus.com>
> > Reply-To: users@httpd.apache.org
> >  Subject: [users@httpd] php works, php3 doesn't work!!!
> >       To: users@httpd.apache.org
> >
> > Help! I am trying to use this phpPolls package and I can open a web page
> > with php3 extensions. I'm not exactly sure what to change in httpd.conf.
I
> > know my php extensions work but I don't think I set up php3 extensions.
> > First time I have ran into this.
> >
> >
>
> Grant,
>
>     In you httpd.conf, in the section where you are loading the php
module,
> make sure you have something like this:
>
> # AddType App for PHP
> AddType application/x-httpd-php .php .php3 .phtml
> AddType application/x-httpd-php-source .phps
>
>
>
> Cheers,
>
> Rodolfo
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] php works, php3 doesn't work!!!

Posted by Rodolfo Segleau <se...@mechanus.org>.
> ----- Message from grant.cooper@nucleus.com ---------
>     Date: Sun, 1 Sep 2002 22:33:04 -0600
>     From: Grant Cooper <gr...@nucleus.com>
> Reply-To: users@httpd.apache.org
>  Subject: [users@httpd] php works, php3 doesn't work!!!
>       To: users@httpd.apache.org
> 
> Help! I am trying to use this phpPolls package and I can open a web page
> with php3 extensions. I'm not exactly sure what to change in httpd.conf. I
> know my php extensions work but I don't think I set up php3 extensions.
> First time I have ran into this.
> 
> 

Grant, 

    In you httpd.conf, in the section where you are loading the php module, 
make sure you have something like this:

# AddType App for PHP
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps



Cheers, 

Rodolfo

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org