.htaccess in 2.1RC2

#1
Hi,

I had an existing .htaccess file that had two entries:
ErrorDocument 404 /morbidobesity/missing.phtml
php_value include_path ".:/php/includes:/home/www/includes"

which while the php_value didnt work with the fcgiphp but at least the server worked.

Now if The php_value line is not commented out I cant connect to the server.

changing it to
ErrorDocument 404 /morbidobesity/missing.phtml
;php_value include_path ".:/php/includes:/home/www/includes"

works...well at least I can access the server.

this was not causing this problem in 2.0.7 standard.

Other vhosts are not affected and still work normally.

Here is the error log entry when you attempt to access the vhost with the .htaccess

2005-08-18 18:28:24.221 [NOTICE] [AutoRestarter] child process with pid=18063 received signal=11, no core file is created!
2005-08-18 18:28:24.229 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 18063 !
2005-08-18 18:28:24.331 [NOTICE] [child: 18104] Successfully change current user to nobody
2005-08-18 18:28:24.332 [NOTICE] [Child: 18104] Core dump is disabled.
2005-08-18 18:28:24.332 [NOTICE] [AutoRestarter] new child process with pid=18104 is forked!
2005-08-18 18:28:24.332 [NOTICE] [Child: 18104] Setup swapping space...
2005-08-18 18:28:24.332 [NOTICE] [Child: 18104] LiteSpeed/2.1RC2 Standard starts successfully!
2005-08-18 18:28:24.418 [NOTICE] [AutoRestarter] child process with pid=18104 received signal=11, no core file is created!
2005-08-18 18:28:24.425 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 18104 !
2005-08-18 18:28:24.528 [NOTICE] [child: 18109] Successfully change current user to nobody
2005-08-18 18:28:24.529 [NOTICE] [Child: 18109] Core dump is disabled.
2005-08-18 18:28:24.529 [NOTICE] [Child: 18109] Setup swapping space...
2005-08-18 18:28:24.529 [NOTICE] [Child: 18109] LiteSpeed/2.1RC2 Standard starts successfully!
2005-08-18 18:28:24.529 [NOTICE] [AutoRestarter] new child process with pid=18109 is forked!
 

mistwang

LiteSpeed Staff
#2
Thank you for the bug report.

This issue should have been fixed in our code base, please avoid using any "php_*" directive in a .htaccess file for now.
 
Top