Пропал доступ в iManage

Обсуждение технических вопросов по продуктам Novell

Пропал доступ в iManage

Сообщение Yuriy Levin » 26 май 2003, 15:31

После установки на сервер nw6 iPrint'a, вместо веб-интерфейса iManage появилась стартовая страница Apache. А доступ к веб-интерфейсу iManage так и не появился, дажн после удаления iPrint.

Вопрос: Как восстановить доступ к iManage и какие сервисы для этого используются? В частности, хотелось бы узнать, используется ли для веб-интерфейса Apache или какой-либо другой встроенный веб сервер.
Yuriy Levin
 
Сообщения: 60
Зарегистрирован: 09 дек 2002, 13:24
Откуда: Минск

Сообщение Михаил Григорьев » 27 май 2003, 09:35

Для iManage'ра используется апачь...

sys:apache/conf/adminserv.conf

Вот его содержание для NW6:

Единственное что нужно поправить это
Везде где найдёте CHERTS.chel.skbkontur.ru - написать свой
Везде где найдёте 192.168.200.3 написать свой IP

Код: Выделить всё
ServerType standalone
ServerRoot "sys:/apache"
PidFile logs/httpd.pid
ScoreBoardFile logs/apache_status
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
ThreadsPerChild 50
ThreadStackSize 81920
MaxRequestsPerChild 0
LoadModule lcgi_module modules/mod_lcgi.nlm
LoadModule nds_auth_module modules/mod_nds.nlm
LoadModule tls_module modules/mod_tls.nlm
ServerAdmin someone@somewhere.com
ServerName CHERTS.chel.skbkontur.ru

# Start Apache Services Port Configuration
Port 51080
Listen 192.168.200.3:51080
<IfModule mod_tls.c>
    SecureListen 192.168.200.3:51443 "SSL CertificateDNS"
</IfModule>
# End Apache Services Port Configuration

DocumentRoot "sys:/apache/nwdocs"
<Directory "/">
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    deny from all
</Directory>

<Directory "sys:/apache/nwdocs">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    allow from all
</Directory>

DirectoryIndex index.html
AccessFileName .htaccess
<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
</Files>

UseCanonicalName Off
TypesConfig conf/mime.types
DefaultType text/plain
HostnameLookups Off
ErrorLog logs/error_log
LogLevel warn
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

# Uncomment the following line to turn on access logging
# CustomLog logs/access_log common

ServerSignature On

Alias /icons/ "sys:/apache/icons/"
<Directory "sys:/apache/icons">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    allow from all
</Directory>

IndexOptions FancyIndexing
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*
AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core
AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^
DefaultIcon /icons/unknown.gif
ReadmeName README
HeaderName HEADER
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
AddEncoding x-compress Z
AddEncoding x-gzip gz tgz
AddLanguage da .dk
AddLanguage nl .nl
AddLanguage en .en
AddLanguage et .ee
AddLanguage fr .fr
AddLanguage de .de
AddLanguage el .el
AddLanguage he .he
AddCharset ISO-8859-8 .iso8859-8
AddLanguage it .it
AddLanguage ja .ja
AddCharset ISO-2022-JP .jis
AddLanguage kr .kr
AddCharset ISO-2022-KR .iso-kr
AddLanguage no .no
AddLanguage pl .po
AddCharset ISO-8859-2 .iso-pl
AddLanguage pt .pt
AddLanguage pt-br .pt-br
AddLanguage ltz .lu
AddLanguage ca .ca
AddLanguage es .es
AddLanguage sv .se
AddLanguage cz .cz
AddLanguage ru .ru
AddLanguage tw .tw
AddCharset Big5         .Big5    .big5
AddCharset WINDOWS-1251 .cp-1251
AddCharset CP866        .cp866
AddCharset ISO-8859-5   .iso-ru
AddCharset KOI8-R       .koi8-r
AddCharset UCS-2        .ucs2
AddCharset UCS-4        .ucs4
AddCharset UTF-8        .utf8
LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
AddType application/x-tar .tgz
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0

#
# The following line instructs Apache to load the jk module
#
LoadModule jk_module modules/mod_jk.nlm

JkWorkersFile "SYS:/tomcat/33/conf/jk/nwworkers.properties"
JkLogFile "SYS:/tomcat/33/logs/mod_jk.log"

#
# Log level to be used by mod_jk
#
JkLogLevel error

#
# Root context mounts for Tomcat
#
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13

# NetWare Web Manager config starts

Listen 192.168.200.3:2211
<IfModule mod_tls.c>
    SecureListen 192.168.200.3:2200 "SSL CertificateDNS"
#   Listen 192.168.200.3:2200
</IfModule>

<VirtualHost CHERTS.chel.skbkontur.ru:2200>
    ServerAdmin mymailname@mail.server
    DocumentRoot sys:/webapps/WebAdmin
    ServerName CHERTS.chel.skbkontur.ru
    ErrorLog sys:/novonyx/suitespot/admin-serv/logs/errors.txt
    CustomLog sys:/novonyx/suitespot/admin-serv/logs/access.txt common
    DefaultType text/html
    BrowserMatch "MSIE" nokeepalive downgrade-1.0 force-response-1.0

    <Directory "/">
        Options FollowSymLinks
        AllowOverride None
        Order deny,allow
        deny from all
    </Directory>

    <Directory "sys:/webapps">
        Options FollowSymLinks
        AllowOverride None
        Order deny,allow
        Allow from all
    </Directory>

    <Directory "sys:/webapps/WebMan">
        Options Indexes FollowSymLinks
        AllowOverride None
        Order deny,allow
        Allow from all       
        AuthName "NetWare Web Manager" 
        AuthType Basic
        AuthNDSTree CHERTS_TREE
        AuthNDSContext O=CHERTS
        AuthNDSRequireSSL On
        require valid-user
    </Directory>

    DirectoryIndex index.html

    Alias /icons/ "sys:/novonyx/suitespot/bin/admin/admin/icons/"
    Alias /admin-serv/icons/ "sys:/novonyx/suitespot/bin/admin/admin/icons/"
    Alias /Novonyx/suitespot/manual/ "sys:/novonyx/suitespot/manual/"

    <Directory "sys:/novonyx/suitespot/bin/">
        Options None
        AllowOverride None
        Order deny,allow
        Allow from all
        AuthName "NetWare Web Manager" 
        AuthType Basic
        AuthNDSTree CHERTS_TREE
        AuthNDSContext O=CHERTS
        AuthNDSRequireSSL On
        require valid-user
    </Directory>

    <Directory "sys:/novonyx/suitespot/bin/admin/admin/icons">
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    <Directory "sys:/novonyx/suitespot/manual">
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    AddHandler lcgi-script nlm pl
    LCGIModuleMap sys:\nsn\lcgi\scrptpgs.nlm .asp .nsp /sp
    LCGIModuleMap sys:\nsn\lcgi\cgi2ucs.nlm .bas /nsn
    LCGIModuleMap sys:\perl\lcgi\cgi2perl.nlm .pl /perl

    AddEnvVar NETSITE_ROOT /Novonyx/suitespot
    AddEnvVar GLOBAL_ROOT /Novonyx/suitespot
    AddEnvVar ADMSERV_ROOT /Novonyx/suitespot/admin-serv/config
    AddEnvVar ADMIN_LOG /Novonyx/suitespot/admin-serv/logs/admin.log
    AddEnvVar COMMIT_LOG /Novonyx/suitespot/admin-serv/logs/commit.log
    AddEnvVar PATH_ROOT /https-CHERTS/bin/
    AddEnvVar PERL_ROOT /Novonyx/suitespot/bin/https/admin

    ScriptAliasMatch ^/([^\-]*)-[^/]*/(.*) "sys:/novonyx/suitespot/bin/$1/admin/$2"

    <LocationMatch "/.*/(bin|admin)">
        SetHandler lcgi-script
        Options None
        AllowOverride None
        Order deny,allow
        Allow from all
    </LocationMatch>

    #########################################################
    # Apache configuration for the /WebAdmin context starts.
    #########################################################
   
    #
    # The following line makes apache aware of the location of the /WebAdmin context
    #
    Alias /WebAdmin "SYS:/webapps/WebAdmin"
    Alias /WebMan "sys:/webapps/WebMan"
   
    #
    # The following line tells the plugin to inherit the mount points (/servlet
    # and *.jsp) from the base server
    #
    JkMountCopy On
   
    # The following lines mount all the servlets and jsps for the WebAdmin
    # context
    #
    JkMount /WebAdmin/ServersAdmin ajp13
#    JkMount /WebMan/servlet/* ajp13
    JkMount /WebMan/*.jsp ajp13
    JkMount /WebMan/WebMan ajp13
    JkMount /WebMan/WebManTop ajp13
    JkMount /WebMan/Options ajp13
    JkMount /WebMan/AdminSettings ajp13
    JkMount /WebMan/AdminLogSettings ajp13
    JkMount /WebMan/ReadErrorLog ajp13
    JkMount /WebMan/ReadAccessLog ajp13
   
    #
    # The following line prohibits users from directly accessing WEB-INF
    #
    <Location "/WebAdmin/WEB-INF/">
        AllowOverride None
        deny from all
    </Location>
    #
    # Use Directory too. Location doesn't work unless case matches
    #
    <Directory "SYS:/webapps/WebAdmin/WEB-INF/">
        AllowOverride None
        deny from all
    </Directory>
   
    #
    # The following line prohibits users from directly accessing WEB-INF
    #
    <Location "/WebMan/WEB-INF/">
        AllowOverride None
        deny from all
    </Location>
    #
    # Use Directory too. Location doesn't work unless case matches
    #
    <Directory "SYS:/webapps/WebMan/WEB-INF/">
        AllowOverride None
        deny from all
    </Directory>

    #
    # The following line prohibits users from directly accessing META-INF
    #
    <Location "/WebAdmin/META-INF/">
        AllowOverride None
        deny from all
    </Location>
    #
    # Use Directory too. Location doesn't work unless case matches
    #
    <Directory "SYS:/webapps/WebAdmin/META-INF/">
        AllowOverride None
        deny from all
    </Directory>
   
    #######################################################
    # configuration for the /WebAdmin context ends.
    #######################################################

    include "SYS:/NSearch/WEB-INF/NSAdmApache.conf"
    Redirect /iManager/ https://192.168.200.3:2200/eMFrame/iManager.html
    Redirect /iManager https://192.168.200.3:2200/eMFrame/iManager.html
    Include "SYS:/webapps/eMFrame/WEB-INF/eMFrame-apache.conf"
    ##### Begin Novell iManager configuration #####
    include "SYS:/webapps/eMFrame/WEB-INF/eMFrame-apache.conf"
    ##### End Novell iManager configuration #####
</VirtualHost>

# NetWare Web Manager config ends

# This is to work around a bug in IE that doesn't handle the server shutting
# down keepalive requests on secure sockets
<VirtualHost _default_:51443>
    BrowserMatch "MSIE" nokeepalive downgrade-1.0 force-response-1.0
</VirtualHost>


include "SYS:/NSearch/WEB-INF/NSSrchApache.conf"

# NetWare WebAccess Config
Include sys:/webapps/webaccess/web-inf/nwwaApache.conf

# Include XTier configuration file
Include sys:/netstorage/xsrv.conf


Проверьте запускается ли апачь и что есть на порте 2200
Аватара пользователя
Михаил Григорьев
 
Сообщения: 1462
Зарегистрирован: 04 июн 2002, 12:22
Откуда: Челябинск

Сообщение Yuriy Levin » 27 май 2003, 17:11

Я пробовал восстанавливать конфирурацию, но не получилось. Apache работает, но показывает не те страницы, а при обращении с указанием порта (192.168.2.2:2200) просто не отвечает.

Можно ли все восстановить, например, переустановив apache или iManage?
Yuriy Levin
 
Сообщения: 60
Зарегистрирован: 09 дек 2002, 13:24
Откуда: Минск

Сообщение Урал » 22 авг 2004, 14:28

Получилось ли восстановить доступ? У меня с самого начала не
запускается iManage. Насколько раз переустанавливал NW 6.5, без толку.
Не найден сервис, и все тут.
Урал
 
Сообщения: 389
Зарегистрирован: 14 июн 2002, 18:34

Обычно, если ставишь на чистый диск,

Сообщение Boris Morozov » 22 авг 2004, 20:42

то все хорошо заводится. А вот если делать апгрейды с предыдущих версий или после установки менять IP адреса, имя сервера и.т.д, то очень легко ломается.
Пройдитесь аккуратно по конфигураторам апача и все заведется.
Если что-то менялось, то надо пройтись поиском по всему диску SYS и привести все в соответствие.
Boris Morozov
 
Сообщения: 1333
Зарегистрирован: 05 июн 2002, 22:24
Откуда: Минск

Сообщение TimurM » 23 авг 2004, 18:24

Если все остальное работает (кроме указанного), попробуй все по порядку, сначала поставь iManager, потом iPrint
*Thomas*
TimurM
 
Сообщения: 8
Зарегистрирован: 23 авг 2004, 12:27


Вернуться в Novell

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 160

cron