LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   Apache Migration/Compatibility (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=24)
-   -   How do I add this Apache type directive? (http://www.litespeedtech.com/support/forum/showthread.php?t=420)

bfons 04-27-2006 11:35 AM

How do I add this Apache type directive?
 
The spell checker for Squirrelmail is not working and per the INSTALL file, I may need to add this:

APACHE CONF EXAMPLE:
<Directory /webroot/squirrelmail/plugins/squirrelspell>
php_admin_value safe_mode 0
</Directory>


What would the syntax be for my LS conf file?

TIA,

Brian

mistwang 04-27-2006 11:41 AM

You need to add a context for that directory, and set "php_admin_value" there.
For example: if directory /webroot/squirrelmail/plugins/squirrelspell/ was accessed with url "/squirrelmail/plugins/squirrelspell/" then define a context with URI: squirrelmail/plugins/squirrelspell/, location: /webroot/squirrelmail/plugins/squirrelspell/, and set "php_addmin_value safe_mode 0" in "Apache style configuration"


All times are GMT -7. The time now is 08:45 AM.