Re: [Mod-fcgid-users] auto_prepend issue please help

2010-08-25 Thread Martin Korous
I am using

FCGIWrapper /path/to/wrapper .php

in this wrapper is
/usr/bin/php-cgi -c /path/to/own/php.ini

see examples in documentation
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.xml#examples

Martin


Tears ! wrote:
> Dear Martin,
>
> Then what is the other way ?
>
> Regards,
>
> Umar
>
> On Tue, Aug 24, 2010 at 5:57 PM, Martin Korous  > wrote:
>
> Hello,
>
> php_value is only for php running as an apache module.
>
> Martin Korous
>
> Tears ! wrote:
> > Dear users
> >
> > I am already using mod_php in my apache server. Now I have
> configured
> > mod_fcgid.
> >
> > I have configured different .php file as auto_preped for my
> > virtualhost. But php_value auto_prepend not working through
> mod_fcgid,
> > Would you please help me how i can solve this issue.
> >
> > 
> >   php_value auto_prepend_file server.php
> >   ServerAdmin u...@example.org 
> >
> >   DocumentRoot "/home/www/example"
> >   ServerName www.example.org 
> 
> > 
> >
> > --
> > Umar Draz
> > Network Administrator
> >
> 
> >
> >
> 
> --
> > Sell apps to millions through the Intel(R) Atom(Tm) Developer
> Program
> > Be part of this innovative community and reach millions of
> netbook users
> > worldwide. Take advantage of special opportunities to increase
> revenue and
> > speed time-to-market. Join now, and jumpstart your future.
> > http://p.sf.net/sfu/intel-atom-d2d
> >
> 
> >
> > ___
> > Mod-fcgid-users mailing list
> > Mod-fcgid-users@lists.sourceforge.net
> 
> > https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users
> >
>
>
> 
> --
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook
> users
> worldwide. Take advantage of special opportunities to increase
> revenue and
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> ___
> Mod-fcgid-users mailing list
> Mod-fcgid-users@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users
>
>
>
>
> -- 
> Umar Draz
> Network Administrator
> 
>
> --
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users 
> worldwide. Take advantage of special opportunities to increase revenue and 
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> 
>
> ___
> Mod-fcgid-users mailing list
> Mod-fcgid-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users
>   


--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
___
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users


Re: [Mod-fcgid-users] auto_prepend issue please help

2010-08-24 Thread Tears !
Dear Martin,

Then what is the other way ?

Regards,

Umar

On Tue, Aug 24, 2010 at 5:57 PM, Martin Korous  wrote:

> Hello,
>
> php_value is only for php running as an apache module.
>
> Martin Korous
>
> Tears ! wrote:
> > Dear users
> >
> > I am already using mod_php in my apache server. Now I have configured
> > mod_fcgid.
> >
> > I have configured different .php file as auto_preped for my
> > virtualhost. But php_value auto_prepend not working through mod_fcgid,
> > Would you please help me how i can solve this issue.
> >
> > 
> >   php_value auto_prepend_file server.php
> >   ServerAdmin u...@example.org 
> >   DocumentRoot "/home/www/example"
> >   ServerName www.example.org 
> > 
> >
> > --
> > Umar Draz
> > Network Administrator
> > 
> >
> >
> --
> > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> > Be part of this innovative community and reach millions of netbook users
> > worldwide. Take advantage of special opportunities to increase revenue
> and
> > speed time-to-market. Join now, and jumpstart your future.
> > http://p.sf.net/sfu/intel-atom-d2d
> > 
> >
> > ___
> > Mod-fcgid-users mailing list
> > Mod-fcgid-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users
> >
>
>
>
> --
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users
> worldwide. Take advantage of special opportunities to increase revenue and
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> ___
> Mod-fcgid-users mailing list
> Mod-fcgid-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users
>



-- 
Umar Draz
Network Administrator
--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d___
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users


Re: [Mod-fcgid-users] auto_prepend issue please help

2010-08-24 Thread Marc Aymerich
On Tue, Aug 24, 2010 at 1:29 PM, Tears !  wrote:

> Dear users
>
> I am already using mod_php in my apache server. Now I have configured
> mod_fcgid.
>
> I have configured different .php file as auto_preped for my virtualhost.
> But php_value auto_prepend not working through mod_fcgid, Would you please
> help me how i can solve this issue.
>
>
you can use htaccess file for setting php_value, but I think that htscanner
is needed.



> 
>   php_value auto_prepend_file server.php
>   ServerAdmin u...@example.org
>   DocumentRoot "/home/www/example"
>   ServerName www.example.org
> 
>
> --
> Umar Draz
> Network Administrator
>
>
> --
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users
> worldwide. Take advantage of special opportunities to increase revenue and
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> ___
> Mod-fcgid-users mailing list
> Mod-fcgid-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users
>
>


-- 
Marc
--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d___
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users


Re: [Mod-fcgid-users] auto_prepend issue please help

2010-08-24 Thread Martin Korous
Hello,

php_value is only for php running as an apache module.

Martin Korous

Tears ! wrote:
> Dear users
>
> I am already using mod_php in my apache server. Now I have configured
> mod_fcgid.
>
> I have configured different .php file as auto_preped for my
> virtualhost. But php_value auto_prepend not working through mod_fcgid,
> Would you please help me how i can solve this issue.
>
> 
>   php_value auto_prepend_file server.php
>   ServerAdmin u...@example.org 
>   DocumentRoot "/home/www/example"
>   ServerName www.example.org 
> 
>
> -- 
> Umar Draz
> Network Administrator
> 
>
> --
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users 
> worldwide. Take advantage of special opportunities to increase revenue and 
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> 
>
> ___
> Mod-fcgid-users mailing list
> Mod-fcgid-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users
>   


--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
___
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users