Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Entrambe le parti precedenti la revisioneRevisione precedenteProssima revisione | Revisione precedente | ||
otrs_installazione_mutiple_instance [2009/01/15 11:56] – marco | otrs_installazione_mutiple_instance [2014/07/03 14:57] (versione attuale) – modifica esterna 127.0.0.1 | ||
---|---|---|---|
Linea 11: | Linea 11: | ||
Because the modules of OTRS should not be executed with root rights, a new user for OTRS will be added in the next step. The home directory of this new user should be /opt/otrs. If your webserver is not running with the same user rights like the new otrs users (this is the case on most systems), you have to add the new otrs user to the group of the web server user: | Because the modules of OTRS should not be executed with root rights, a new user for OTRS will be added in the next step. The home directory of this new user should be /opt/otrs. If your webserver is not running with the same user rights like the new otrs users (this is the case on most systems), you have to add the new otrs user to the group of the web server user: | ||
- | linux:/opt# useradd -d /opt/otrs/ -c 'OTRS user' otrs | + | |
- | linux:/opt# usermod -G nogroup otrs | + | linux:/opt# usermod -G nogroup otrs |
- | linux:/opt# | + | linux:/opt# |
Now some demo config files of OTRS have to be copied. The system will later use the copied files. The files are located in / | Now some demo config files of OTRS have to be copied. The system will later use the copied files. The files are located in / | ||
- | linux:/opt# cd otrs/ | + | |
- | linux:/ | + | linux:/ |
- | linux:/ | + | linux:/ |
- | linux:/ | + | linux:/ |
Linea 60: | Linea 60: | ||
Modificato / | Modificato / | ||
+ | |||
+ | # agent, admin and customer frontend | ||
+ | ScriptAlias /otrs/ "/ | ||
+ | ScriptAlias /tsanasa3/ "/ | ||
+ | ScriptAlias /tsamg/ "/ | ||
+ | Alias /otrs-web/ "/ | ||
+ | Alias / | ||
+ | Alias /tsamg-web/ "/ | ||
< | < |