Re: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread Chuck \"PUP\" Payne

I was install awstats on my work sever. I wanted to add a page so that the
manages could see the stats.

Some how my httpd.conf got zapped, I think because somehow all my virtual
servers had stop working. So I took a back up and edit it. I got them all
back on line but PHP has stop load, every time I click on link that is .php
file. I whats to down load it.

I have check and I do have

AddType application/x-httpd-php .php .phtml .php3 this install

And 

AddType application/x-httpd-php-source .phps

I am SuSE Linux (7.3) and I am running Apache. I have reboot my box I have
looked everywhere I can, but no luck.


on 4/9/02 3:33 AM, James Cox at [EMAIL PROTECTED] wrote:

> Chuck,
> 
> what exactly is your situation? what has happened, step by step? what OS are
> you on?
> 
> Thanks,
> 
> James
> --
> James Cox :: [EMAIL PROTECTED] :: Landonize It! http://landonize.it/
> Was I helpful?  http://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO/
> 
> -Original Message-
> From: Chuck "PUP" Payne [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 09, 2002 8:31 AM
> To: Mika Tuupola
> Cc: PHP General
> Subject: Re: [PHP] Help I killed PHP on mysever...
> 
> 
> No, I have reinstall. So much I about to throw my box. PHP just wont load
> now everything I have work now it lost.
> 
> Chuck
> 
> on 4/9/02 3:28 AM, Mika Tuupola at [EMAIL PROTECTED] wrote:
> 
>> On Tue, 9 Apr 2002, Chuck "PUP" Payne wrote:
>> 
>>> I have done something stupid and not PHP won't work. Everytime you
>>> click on a link that is .php it wants  you to download the file. What
>>> have I done and how can I fix it.
>> 
>> This happens when you recompile and reinstall php as a module
>> and didn't restart your webserver.
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread James Cox

Chuck,

what exactly is your situation? what has happened, step by step? what OS are
you on?

Thanks,

James
--
James Cox :: [EMAIL PROTECTED] :: Landonize It! http://landonize.it/
Was I helpful?  http://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO/

-Original Message-
From: Chuck "PUP" Payne [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 8:31 AM
To: Mika Tuupola
Cc: PHP General
Subject: Re: [PHP] Help I killed PHP on mysever...


No, I have reinstall. So much I about to throw my box. PHP just wont load
now everything I have work now it lost.

Chuck

on 4/9/02 3:28 AM, Mika Tuupola at [EMAIL PROTECTED] wrote:

> On Tue, 9 Apr 2002, Chuck "PUP" Payne wrote:
>
>> I have done something stupid and not PHP won't work. Everytime you
>> click on a link that is .php it wants  you to download the file. What
>> have I done and how can I fix it.
>
> This happens when you recompile and reinstall php as a module
> and didn't restart your webserver.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread Chuck \"PUP\" Payne

No, I have reinstall. So much I about to throw my box. PHP just wont load
now everything I have work now it lost.

Chuck

on 4/9/02 3:28 AM, Mika Tuupola at [EMAIL PROTECTED] wrote:

> On Tue, 9 Apr 2002, Chuck "PUP" Payne wrote:
> 
>> I have done something stupid and not PHP won't work. Everytime you
>> click on a link that is .php it wants  you to download the file. What
>> have I done and how can I fix it.
> 
> This happens when you recompile and reinstall php as a module
> and didn't restart your webserver. 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread Mika Tuupola

On Tue, 9 Apr 2002, Chuck "PUP" Payne wrote:

> I have done something stupid and not PHP won't work. Everytime you
> click on a link that is .php it wants  you to download the file. What
> have I done and how can I fix it.

This happens when you recompile and reinstall php as a module
and didn't restart your webserver. 

-- 
Mika Tuupola  http://www.appelsiini.net/~tuupola/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Help I killed PHP on mysever...

2002-04-08 Thread Chuck \"PUP\" Payne

You know I can't find mod_php4.c where should that be?

on 4/9/02 2:51 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED]
wrote:

> Refer to my earlier post about your AddType entries.. If they are not there,
> before you add them, check for a file on your system called mod_php4.conf..
> If you find it, it will have the required entries in it already.. If this is
> the case, make sure your modules section in httpd.conf is configured
> properly to add mod_php.. If your talking about the magidesign.com server
> then it looks like your module config is fine.. Just check for the AddType
> lines then..
> 
> Later,
> Bob
> 
> "Chuck "Pup" Payne" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>> SuSE 7.3(linux) Apache.
>> on 4/9/02 2:43 AM, Martin Towell at [EMAIL PROTECTED] wrote:
>> 
>>> um - pray
>>> 
>>> which OS and web server are you running?
>>> 
>>> -Original Message-
>>> From: Chuck "PUP" Payne [mailto:[EMAIL PROTECTED]]
>>> Sent: Tuesday, April 09, 2002 4:33 PM
>>> To: PHP General
>>> Subject: [PHP] Help I killed PHP on mysever...
>>> 
>>> 
>>> I have done something stupid and not PHP won't work. Everytime you click
> on
>>> a link that is .php it wants  you to download the file. What have I done
> and
>>> how can I fix it.
>>> 
>>> Chuck Payne
>>> 
>> 
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Help I killed PHP on mysever...

2002-04-08 Thread phplists

Refer to my earlier post about your AddType entries.. If they are not there,
before you add them, check for a file on your system called mod_php4.conf..
If you find it, it will have the required entries in it already.. If this is
the case, make sure your modules section in httpd.conf is configured
properly to add mod_php.. If your talking about the magidesign.com server
then it looks like your module config is fine.. Just check for the AddType
lines then..

Later,
Bob

"Chuck "Pup" Payne" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> SuSE 7.3(linux) Apache.
> on 4/9/02 2:43 AM, Martin Towell at [EMAIL PROTECTED] wrote:
>
> > um - pray
> >
> > which OS and web server are you running?
> >
> > -Original Message-
> > From: Chuck "PUP" Payne [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, April 09, 2002 4:33 PM
> > To: PHP General
> > Subject: [PHP] Help I killed PHP on mysever...
> >
> >
> > I have done something stupid and not PHP won't work. Everytime you click
on
> > a link that is .php it wants  you to download the file. What have I done
and
> > how can I fix it.
> >
> > Chuck Payne
> >
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Help I killed PHP on mysever...

2002-04-08 Thread Miguel Cruz

On Tue, 9 Apr 2002, Chuck "PUP" Payne wrote:
> I have done something stupid and not PHP won't work. Everytime you click on
> a link that is .php it wants  you to download the file. What have I done and
> how can I fix it.

Are you running Apache? Maybe you commented out or deleted this line in 
your httpd.conf file:

   AddType application/x-httpd-php .php

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Help I killed PHP on mysever...

2002-04-08 Thread Chuck \"PUP\" Payne

SuSE 7.3(linux) Apache.
on 4/9/02 2:43 AM, Martin Towell at [EMAIL PROTECTED] wrote:

> um - pray
> 
> which OS and web server are you running?
> 
> -Original Message-
> From: Chuck "PUP" Payne [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 09, 2002 4:33 PM
> To: PHP General
> Subject: [PHP] Help I killed PHP on mysever...
> 
> 
> I have done something stupid and not PHP won't work. Everytime you click on
> a link that is .php it wants  you to download the file. What have I done and
> how can I fix it.
> 
> Chuck Payne
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Help I killed PHP on mysever...

2002-04-08 Thread Martin Towell

um - pray

which OS and web server are you running?

-Original Message-
From: Chuck "PUP" Payne [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 4:33 PM
To: PHP General
Subject: [PHP] Help I killed PHP on mysever...


I have done something stupid and not PHP won't work. Everytime you click on
a link that is .php it wants  you to download the file. What have I done and
how can I fix it.

Chuck Payne


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php