Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: users

Cherokee dosent takes over the php.ini

 

 

Cherokee users RSS feed   Index | Next | Previous | View Threaded


psykosnake at onlinehome

Sep 23, 2009, 2:28 PM

Post #1 of 11 (769 views)
Permalink
Cherokee dosent takes over the php.ini

Hello,
i changed the allow_url_include Off to On but cherokke is ignoring this
change.
In my info.php it still shows me allow_url_include Off.
Someone knows a solution?
_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


stefan at konink

Sep 23, 2009, 2:32 PM

Post #2 of 11 (741 views)
Permalink
Re: Cherokee dosent takes over the php.ini [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

psykosnake [at] onlinehome schreef:
> Hello,
> i changed the allow_url_include Off to On but cherokke is ignoring this
> change.
> In my info.php it still shows me allow_url_include Off.
> Someone knows a solution?

killall php-cgi
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREKAAYFAkq6k/kACgkQYH1+F2Rqwn2WAwCfQ1oAxehKULSyJuypP2XsGxib
3TMAnjGxKlfpCLwCXeFLPKTZ8i/K/hOo
=BMro
-----END PGP SIGNATURE-----
_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


okhayat at yahoo

Sep 23, 2009, 2:32 PM

Post #3 of 11 (742 views)
Permalink
Re: Cherokee dosent takes over the php.ini [In reply to]

You have to kill all php-cgi instances and restart Cherokee.

# killall php-cgi
# invoke-rc.d cherokee restart (on Debian / Ubuntu)
or
# service cherokee restart (on RedHat and likes)

- Ossama



----- Original Message ----
From: "psykosnake [at] onlinehome" <psykosnake [at] onlinehome>
To: cherokee [at] lists
Sent: Thursday, September 24, 2009 12:28:54 AM
Subject: [Cherokee] Cherokee dosent takes over the php.ini

Hello,
i changed the allow_url_include Off to On but cherokke is ignoring this
change.
In my info.php it still shows me allow_url_include Off.
Someone knows a solution?
_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee




_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


info at ppvg

Sep 23, 2009, 2:33 PM

Post #4 of 11 (737 views)
Permalink
Re: Cherokee dosent takes over the php.ini [In reply to]

Hello,

> i changed the allow_url_include Off to On but cherokke is ignoring this
> change.
> In my info.php it still shows me allow_url_include Off.
> Someone knows a solution?

Did you kill all your php-cgi processes?
_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


aperez at skarcha

Sep 23, 2009, 2:40 PM

Post #5 of 11 (741 views)
Permalink
Re: Cherokee dosent takes over the php.ini [In reply to]

Hi!

On Wed, Sep 23, 2009 at 11:28 PM, psykosnake [at] onlinehome
<psykosnake [at] onlinehome> wrote:

> i changed the allow_url_include Off to On but cherokke is ignoring this
> change.
> In my info.php it still shows me allow_url_include Off.
> Someone knows a solution?

Ensure you edited the correct php.ini... I have more than one:

$ grep -r "allow_url_include" /etc/php5/*
/etc/php5/apache2/php.ini:allow_url_include = Off
/etc/php5/cgi/php.ini:allow_url_include = Off
/etc/php5/cli/php.ini:allow_url_include = Off

The cgi one is which you must edit.

And, of course, restart php-cgi processes.

--
Saludos:
Antonio Pérez
_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


stefan at konink

Sep 23, 2009, 2:40 PM

Post #6 of 11 (742 views)
Permalink
Re: Cherokee dosent takes over the php.ini [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Ossama Khayat schreef:
> You have to kill all php-cgi instances and restart Cherokee.

No need to restart cherokee.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREKAAYFAkq6lcYACgkQYH1+F2Rqwn2EYQCdHS1I2W/ZeskN1eZB7Ltd07Qk
2GIAn0yuFcaeFzd4pCJ9JtrkuGf1/Dk9
=eOqH
-----END PGP SIGNATURE-----
_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


okhayat at yahoo

Sep 23, 2009, 4:05 PM

Post #7 of 11 (737 views)
Permalink
Re: Cherokee dosent takes over the php.ini [In reply to]

----- Original Message ----
From: Stefan de Konink <stefan [at] konink>
[...]
Subject: Re: [Cherokee] Cherokee dosent takes over the php.ini

Ossama Khayat schreef:
> > You have to kill all php-cgi instances and restart Cherokee.
> No need to restart cherokee.
[...]

I'm running 0.99.24, built from source, on Debian Squeeze (Testing) and I when I killall php-cgi the server stops. I have to start cherokee after I do killall.

- Ossama




_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


stefan at konink

Sep 23, 2009, 4:14 PM

Post #8 of 11 (736 views)
Permalink
Re: Cherokee dosent takes over the php.ini [In reply to]

Why?

Stefan

Op 24 sep 2009 om 01:05 heeft Ossama Khayat <okhayat [at] yahoo> het
volgende geschreven:\

> ----- Original Message ----
> From: Stefan de Konink <stefan [at] konink>
> [...]
> Subject: Re: [Cherokee] Cherokee dosent takes over the php.ini
>
> Ossama Khayat schreef:
>>> You have to kill all php-cgi instances and restart Cherokee.
>> No need to restart cherokee.
> [...]
>
> I'm running 0.99.24, built from source, on Debian Squeeze (Testing)
> and I when I killall php-cgi the server stops. I have to start
> cherokee after I do killall.
>
> - Ossama
>
>
>
>
> _______________________________________________
> Cherokee mailing list
> Cherokee [at] lists
> http://lists.octality.com/listinfo/cherokee
_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


okhayat at yahoo

Sep 23, 2009, 4:25 PM

Post #9 of 11 (736 views)
Permalink
Re: Cherokee dosent takes over the php.ini [In reply to]

No idea at all. I just do 'killall php-cgi' and I have to manually start cherokee again.


Ossama



----- Original Message ----
From: Stefan de Konink <stefan [at] konink>
To: Ossama Khayat <okhayat [at] yahoo>
Cc: "cherokee [at] lists" <cherokee [at] lists>
Sent: Thursday, September 24, 2009 2:14:11 AM
Subject: Re: [Cherokee] Cherokee dosent takes over the php.ini

Why?

Stefan




_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


xiong.chiamiov at gmail

Sep 24, 2009, 4:05 PM

Post #10 of 11 (732 views)
Permalink
Re: Cherokee dosent takes over the php.ini [In reply to]

On Wed, Sep 23, 2009 at 2:32 PM, Ossama Khayat <okhayat [at] yahoo> wrote:

> # invoke-rc.d cherokee restart (on Debian / Ubuntu)
> or
> # service cherokee restart (on RedHat and likes)
>

... or you could teach him non-distro-specific ways of accomplishing the
same thing:

# /etc/init.d/cherokee restart
>

That is, afaik, the same in every Linux distro, with the exception of Arch
and Slackware, which use rc.d instead of init.d, similar to BSD.

Not a big deal, nor on topic in any way, but it just bothers me when people
learn RedHat (for instance), rather than Linux.

--
James Pearson
--
The best way to predict the future is to invent it.
- Alan Kay


okhayat at yahoo

Sep 24, 2009, 4:16 PM

Post #11 of 11 (737 views)
Permalink
Re: Cherokee dosent takes over the php.ini [In reply to]

>From: James Pearson <xiong.chiamiov [at] gmail>
>[...]
>... or you could teach him non-distro-specific ways of accomplishing the same thing:
>
># /etc/init.d/cherokee restart
>
>That is, afaik, the same in every Linux distro, with the exception of Arch and Slackware, which use rc.d instead of init.d, similar to BSD.
>
>Not a big deal, nor on topic in any way, but it just bothers me when people learn RedHat (for instance), rather than Linux.

OK ;-) Don't be annoyed. I just wanted to help and forgot to mention the "standard" way.

regards,
Ossama




_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee

Cherokee users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.