Changes between Version 71 and Version 72 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
- Timestamp:
- Jul 15, 2013, 11:39:17 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
v71 v72 373 373 {{{ 374 374 375 ProxyPass /status "http://<host>:<port>/public_html/"376 <Location /status>377 Order allow,deny378 Allow from all379 </Location>380 381 375 ProxyPass /userManagement "http://<host>:<port>/login/userManagement" 382 376 <Location /userManagement> … … 390 384 391 385 2. For SSL services (in /etc/apache2/sites-available/default-ssl) we need: 392 386 /scheduler only if we want to have it as a separate link, anyway it can be accessed trough ControlPanel and will open as a default page 393 387 {{{ 394 388 ProxyPass /schedule/ "http://<host>:<port>/login/ShowScheduler" … … 397 391 Allow from all 398 392 </Location> 399 393 }}} 394 {{{ 400 395 ProxyPass /loginService/ http://<host>:<port>/login/ 401 396 <Location /loginService>