updated file permissions
This commit is contained in:
parent
379a43252e
commit
ea47bf0a16
10
lam/INSTALL
10
lam/INSTALL
|
@ -27,10 +27,12 @@ Installation Instructions for LAM
|
||||||
* Copy files into the html-file scope of the webserver. For example
|
* Copy files into the html-file scope of the webserver. For example
|
||||||
/apache/htdocs.
|
/apache/htdocs.
|
||||||
|
|
||||||
* Set appropriate file permissions for /lam/sess and /lam/config (with subdirectories).
|
* Set appropriate file permissions:
|
||||||
Both directories must have write permissions set for the specified apache
|
- /lam/sess: write permission for apache user
|
||||||
web user. The perl files in /lam/lib must be set executable. (See also
|
- /lam/tmp: write permission for apache user
|
||||||
docs/readme.lamdeamon.pl)
|
- /lam/config (with subdirectories): write permission for apache user
|
||||||
|
- /lam/lib: perl files must be set executable (See also
|
||||||
|
docs/readme.lamdeamon.pl)
|
||||||
|
|
||||||
* Configure config.cfg and create a configuration profile.
|
* Configure config.cfg and create a configuration profile.
|
||||||
Copy config.cfg_sample to config.cfg and set the master password and default
|
Copy config.cfg_sample to config.cfg and set the master password and default
|
||||||
|
|
Loading…
Reference in New Issue