Lines Matching refs:to

8 Firstly you may need to add some paths to the LD_LIBRARY_PATH
9 environment for Netscape to find all the shared libs. This is best done
13 <path-to-netscape-server>/https-servername/start
18 <path-to-server>/https-servername/config
21 Add the following line to mime.types (you can do that by the administration server):
27 <path-to-server>/https-servername/config/obj.conf (for servers < 6) or
29 <path-to-server>/https-servername/config/magnus.conf file:
31 … Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="/path/to/phplibrary"
32 Init fn=php5_init errorString="Failed to initialize PHP!" [php_ini="/path/to/php.ini"]
36 Unix: "<path-to-server>/bin/libphp5.so".
37 Windows: "c:/path/to/php5/php5nsapi.dll"
48 # You can modify some entries in php.ini request specific by adding it to the Service
59 This is only needed if you want to configure a directory that only consists of
68 the style "x-httpd-php". All files in it will get executed as PHP. This is nice to
69 hide PHP usage by renaming files to .html
72 crashes with very large PHP scripts, it is recommended to raise it with the Admin Server
94 <Object ppath="d:\path\to\authenticated\dir\*">
102 You can use PHP to generate the error pages for "404 Not Found"
103 or similar. Add the following line to the object in obj.conf for
104 every error page you want to overwrite:
106 Error fn="php5_execute" code=XXX script="/path/to/script.php" [inikey=value inikey=value...]
110 If you want to place a page for all errors that could exist, leave
114 Another posibility is to generate self-made directory listings.
119 …Service fn="php5_execute" type="magnus-internal/directory" script="/path/to/script.php" [inikey=va…
130 to make subrequests on the webserver and insert the result in the webpage.
144 Add the following parameter to php5_init in magnus.conf: