Current time: 04-20-2024, 06:43 AM Hello There, Guest! (LoginRegister)


Post Reply 
php-problems
Author Message
rsmithgs Offline
Junior Member
*

Posts: 176
Joined: Apr 2007
Reputation: 1
Post: #11
RE: php-problems
Sorry I'm half asleep but did I just read you chmod 777 the /etc/apache2 directory?!?!?!
03-01-2008 11:13 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #12
RE: php-problems
Hi

you did not get the point?

if you use php with fastcgi then forget everything about php-settings in the apache config because mod_php is NOT loaded then - that's why it isn't working, or better: it's working but the module is not loaded.

If you switch to mod_php then your apache-inline-php-config style will be available again but security flows away.

See some older discussions about this in the forum.
03-01-2008 11:48 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Meatwad Offline
Junior Member
*

Posts: 46
Joined: Feb 2008
Reputation: 0
Post: #13
RE: php-problems
@rsmithgs: no, i didn't ;-)
@joximu: yeah, i got this. but i thought, there would be some other solution. i also searched the forum but i couln't find a solution... is there really no solution? not even with .htaccess or so?
03-02-2008 01:40 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #14
RE: php-problems
no.

just think like this:
apache and php have nothing to do with each other. so the php_admin_value/php_admin_flag from vhost and the settings in .htaccess they are only for a php which is integrated into apache (as mod_php).
php fastcgi runs totally separated - with other user permissions and knows nothing about some apache settings.

For further questions regarding this, plese consult google

/J
(This post was last modified: 03-02-2008 04:20 AM by joximu.)
03-02-2008 04:20 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Meatwad Offline
Junior Member
*

Posts: 46
Joined: Feb 2008
Reputation: 0
Post: #15
RE: php-problems
ok, i googled now, but there still isn't any solution for my problem. i can't change the php.ini, cause it takes over all changes for the whole customer. in addition: when i'd set the domain to "change" the php.ini is overwritten.

ini_set() is disabled.

there must be a solution...i juts can't believe. there should be hundred of others with the same problem.
(This post was last modified: 03-03-2008 12:24 AM by Meatwad.)
03-03-2008 12:22 AM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #16
RE: php-problems
as Joxi said: you are using fcgi. So you have ONLY ONE php.ini for a domain/customer.

You have to use mod_php. I think you have now solutions enough!
03-03-2008 12:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Meatwad Offline
Junior Member
*

Posts: 46
Joined: Feb 2008
Reputation: 0
Post: #17
RE: php-problems
well, ok...
thanks
03-03-2008 12:29 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)