R
R
Roman Zakharov2011-09-14 07:58:36
PHP
Roman Zakharov, 2011-09-14 07:58:36

php_value in Zend Server CE 5.5?

Please tell me how to fix the situation. Installed Zend Server CE 5.5, configured everything, edited the configurations. There is little left to do to make the php_value flags in .htaccess work, but they cause a 500 error. I googled everything, I did not find the answer, the recommendations do not work.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
DevMan, 2011-09-14
@Caman

EMNIP, in ZendServer PHP works like CGI. Accordingly, php_value is out of place.

S
Sergey Beresnev, 2011-09-14
@sectus

In apache config
AllowOverride Options
or
AllowOverride All

K
kocherman, 2011-09-14
@kocherman

Very strange. Have a look at php.ini. Do you have errors turned off? If so, please enable them: What are the permissions on the directory where the .htaccess is located? Is it worth: ??
display_errors 1
error_reporting E_ALL

AllowOverride All

A
Andrey Burov, 2011-09-14
@BuriK666

php_value in .htaccess only works if PHP is running as mod_php (apache module)

W
WebSpider, 2011-09-14
@WebSpider

In php >= 5.3.0 there is such a thing . Can she help?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question