Hi everyone,
I am trying to compile Apache with Curl support, but when I accomplish this, I run into another issue which affects everyone that is using the Gallery product on their websites. I can compile apache with no difficulty, and even with Curl, but everytime I recompile Apache, using the WHM "update apache" section, the gallery stops working!
Basically, users are presented with the 500 internal server error page.
The error log reveals the following error in the apache error log:
Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server.
The Gallery software intalls in the .htaccess file the following:
php_value post_max_size 20971520
php_value upload_max_filesize 20971520
php_value magic_quotes_gpc off
php_value session.save_handler files
php_value register_globals off
It's entirely possible that I'm not checking in the needed apache option under the build page. Does anyone know which option I need to choose, in order to compile apache to support the php_value function? I thought it was just a part of PHP itself, but that doesn't appear to be the case.
PHP itself works, as all other PHP code on websites is processed.
I'd like to be able to compile new options into apache, such as curl, but I can't until I can do it without affecting the gallery software.
Does anyone have any experience with this?
Thanks!
Alan
I am trying to compile Apache with Curl support, but when I accomplish this, I run into another issue which affects everyone that is using the Gallery product on their websites. I can compile apache with no difficulty, and even with Curl, but everytime I recompile Apache, using the WHM "update apache" section, the gallery stops working!
Basically, users are presented with the 500 internal server error page.
The error log reveals the following error in the apache error log:
Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server.
The Gallery software intalls in the .htaccess file the following:
php_value post_max_size 20971520
php_value upload_max_filesize 20971520
php_value magic_quotes_gpc off
php_value session.save_handler files
php_value register_globals off
It's entirely possible that I'm not checking in the needed apache option under the build page. Does anyone know which option I need to choose, in order to compile apache to support the php_value function? I thought it was just a part of PHP itself, but that doesn't appear to be the case.
PHP itself works, as all other PHP code on websites is processed.
I'd like to be able to compile new options into apache, such as curl, but I can't until I can do it without affecting the gallery software.
Does anyone have any experience with this?
Thanks!
Alan