View previous topic :: View next topic |
Author |
Message |
DiStefano n00b
Joined: 19 Jan 2004 Posts: 9
|
Posted: Mon Aug 07, 2006 9:37 pm Post subject: apache2 php4 & vhost-problem |
|
|
Hi,
I'm getting stuck on the following problem:
Apache2 is working with php4(hardened) (APACHE2_OPTS="-D PHP4"). All vhosts are serving *.php pages correct.
But i can't overwrite/set php_values with php_admin_value in the vhost-config.
apache2 -S gives me:
Code: | Syntax error on line 52 of /etc/apache2/vhosts.d/01_testserver_vhost.conf:
Invalid command 'php_admin_value', perhaps mis-spelled or defined by a module not included in the server configuration
|
I'm confused, because *.php is working for the vhosts.
Any sollution or hint would be appreciated. |
|
Back to top |
|
|
llongi Retired Dev
Joined: 15 Apr 2004 Posts: 459 Location: Switzerland
|
Posted: Tue Aug 08, 2006 11:03 am Post subject: |
|
|
Do you by any chance have the "concurrentmodphp" USE flag turned on? _________________ Best regards, Luca. |
|
Back to top |
|
|
DiStefano n00b
Joined: 19 Jan 2004 Posts: 9
|
Posted: Tue Aug 08, 2006 12:07 pm Post subject: |
|
|
CHTEKK wrote: | Do you by any chance have the "concurrentmodphp" USE flag turned on? |
No: "dev-lang/php-5.1.4-r4" and "dev-lang/php-4.4.2-r6" are compiled with -concurrentmodphp |
|
Back to top |
|
|
|