From users-es@opengroupware.org Sat Oct 2 00:47:02 2004 From: users-es@opengroupware.org (Juan Carlos Alarcon Suescun) Date: Sat, 2 Oct 2004 01:47:02 +0200 (CEST) Subject: [OGo-Users-ES] Instalacion en Fedora Core 2 In-Reply-To: <1094143430.6772.4.camel@debi.debian> Message-ID: <20041001234702.77852.qmail@web50205.mail.yahoo.com> Saludos Lista, No con pocos problemas logre que Ogo funcionara sobre FC2, compile ngobjweb_2.0.49.so, el modulo cargo sin problemas, el archivo de configuracion de apache cambio un poco porque estoy trabajando con apache 2.0.49. Sin embargo el clasico mensaje "WOHttpAdaptor: ACCESS DENIED: SetHandler ngobjweb-adaptor SetAppPort 20000 SetHandler ngobjweb-adaptor SetAppPort 23000 Alias /OpenGroupware.woa/WebServerResources/ /opt/opengroupware.org/WebServerResources/ Alias /ArticleImages /opt/opengroupware.org/news Alias /zidestore/so/images /opt/opengroupware.org/WOApps/ZideStore.woa/WebServerResources Order allow,deny Allow from all JuanCarlosAlarcon www.qualtic.com COLOMBIA ______________________________________________ Renovamos el Correo Yahoo!: ˇ100 MB GRATIS! Nuevos servicios, más seguridad http://correo.yahoo.es From users-es@opengroupware.org Mon Oct 4 22:24:59 2004 From: users-es@opengroupware.org (CYBERIA - Carlos Urrego) Date: Mon, 4 Oct 2004 16:24:59 -0500 Subject: [OGo-Users-ES] Internal Server Error Message-ID: <000001c4aa58$9c747ba0$3200a8c0@cyberia.corp> This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C4AA2E.B39E73A0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0002_01C4AA2E.B3A180E0" ------=_NextPart_001_0002_01C4AA2E.B3A180E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Buenas tardes =20 Actualmente me encuentro instalando opengroupware, en un servidor con sistema operativo linux Redhat 9.0 en una direccion ip privada = 192.168.0.61 asignada por dhcp, siguiendo los pasos explicados en el howto http://sukka.jct.ac.il/~yedidia/ogo_rh.html. pero tengo el siguiente = error =20 =20 Internal Server Error The server encountered an internal error or misconfiguration and was = unable to complete your request. Please contact the server administrator, root@localhost and inform them = of the time the error occurred, and anything you might have done that may = have caused the error. More information about this error may be available in the server error = log. _____ =20 Apache/2.0.40 Server at GroupWare Port 80 Este error apareci=F3 al modificar el archivo httpd.conf para agregar = lo siguiente: =20 =20 o ####################################### o # mod_ngobjweb Apache 2 Configuration o ####################################### o =20 o LoadModule ngobjweb_module /opt/opengroupware.org/WebServer/ngobjweb_2.0.40.so o #OpenGroupware WebUI o =20 o SetHandler ngobjweb-adaptor o SetAppPort 20000 o =20 o =20 o Alias /OpenGroupware.woa/WebServerResources/ /opt/opengroupware.org/WebServerResources/ o =20 o #ZideStore o =20 o SetHandler ngobjweb-adaptor o SetAppPort 23000 o =20 o Alias /zidestore/so/images /opt/opengroupware.org/WOApps/ZideStore.woa/WebServerResources=20 o =20 =20 =20 o Todo los pasos de compilaci=F3n de e = instalaci=F3n de ngobjweb fueron realizados exitosamente citados a continuaci=F3n , = incluyendo la verificaci=F3n de versi=F3n del apache, la biblioteca = ngobjweb_2.0.40.so esta ubicada en el directorio correcto. =20 * Using mod_ngobjweb for Apache 2=20 * Download it from OpenGroupware web site=20 * Open the tar-gzipped file by typing tar -zxvf opengroupware.org-mod_ngobjweb-latest.tar.gz=20 * cd to the created dir - cd opengroupware.org-mod_ngobjweb=20 * Compile it by typing make (Note: You need httpd-devel package installed for it) - fetch it in this way : up2date httpd-devel=20 * NOTE: If you get errors in the make procedure try this.=20 * create a directory fot this apache module - type : mkdir /opt/opengroupware.org/WebServer=20 * Move the compiled library to the right place in this way : mv ngobjweb*.so /opt/opengroupware.org/WebServer=20 * Add this to the end of your /etc/httpd/conf/httpd.conf =20 Los servicios fueron reiniciados correctamente. Si alguien ha tenido el mismo error o sabe como resolverlo, h=E1ganmelo = saber por favor Como informaci=F3n adicional sobre el problema Adjunto los siguientes = archivos el log del Ogo ogo.og El log de error de apache error_log Y el archivo de configuraci=F3n de apache httpd.conf =20 =20 De antemano much=EDsimas gracias Carlos Eduardo. =20 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.772 / Virus Database: 519 - Release Date: 01/10/2004 ------=_NextPart_001_0002_01C4AA2E.B3A180E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Buenas tardes

 

Actualmente me encuentro instalando = opengroupware, en un servidor con sistema operativo linux Redhat 9.0 en una direccion ip = privada 192.168.0.61 asignada por dhcp, siguiendo los pasos explicados en el = howto http://sukka.jct.ac.= il/~yedidia/ogo_rh.html. pero tengo el siguiente error

 

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable = to complete your request.

Please contact the server administrator, root@localhost and inform them of the = time the error occurred, and anything you might have done that may have = caused the error.

More information about this error may be available in the server error = log.


Apache/2.0.40 Server at GroupWare Port = 80

 Este error = apareci=F3 al modificar el archivo httpd.conf para agregar lo = siguiente:

 

 

o           =
;          =
#######################################
o           =
;          # =
mod_ngobjweb Apache 2 Configuration
o           =
;          =
#######################################
o           =
;          =
 
o           =
;          =
LoadModule ngobjweb_module =
/opt/opengroupware.org/WebServer/ngobjweb_2.0.40.so
o           =
;          =
#OpenGroupware WebUI
o           =
;          =
 
o           =
;          =
SetHandler ngobjweb-adaptor
o           =
;          =
SetAppPort 20000
o           =
;          =
 
o           =
;          =
 
o           =
;          =
Alias /OpenGroupware.woa/WebServerResources/ =
/opt/opengroupware.org/WebServerResources/
o           =
;          =
 
o           =
;          =
#ZideStore
o           =
;          =
 
o           =
;          =
SetHandler ngobjweb-adaptor
o           =
;          =
SetAppPort 23000
o           =
;          =
 
o           =
;          =
Alias /zidestore/so/images =
/opt/opengroupware.org/WOApps/ZideStore.woa/WebServerResources =
o           =
;          =
 

 

 

o           =
;          =
 Todo los pasos de =
compilaci=F3n de e instalaci=F3n de ngobjweb fueron realizados =
exitosamente citados a continuaci=F3n , incluyendo la verificaci=F3n de =
versi=F3n del apache, la biblioteca ngobjweb_2.0.40.so =
esta ubicada en el =
directorio correcto.

 

  • Using mod_ngobjweb for Apache 2 =
    • Download it from OpenGroupware web site
    • Open the tar-gzipped file by typing = tar -zxvf opengroupware.org-mod_ngobjweb-latest.tar.gz =
    • cd to the created dir - cd = opengroupware.org-mod_ngobjweb
    • Compile it by typing make (Note: You need httpd-devel package = installed for it) - fetch it in this way : up2date httpd-devel
    • NOTE: If you get errors in the make procedure try = this.
    • create a directory fot this apache = module - type : mkdir /opt/opengroupware.org/WebServer
    • Move the compiled library to the right = place in this way : mv ngobjweb*.so /opt/opengroupware.org/WebServer
    • Add this to the end of your /etc/httpd/conf/httpd.conf

 

Los servicios fueron reiniciados = correctamente.

Si alguien ha tenido el mismo error o sabe = como resolverlo, h=E1ganmelo saber por favor

Como informaci=F3n adicional sobre el = problema Adjunto los siguientes archivos

el log del Ogo    ogo.og

       &nbs= p;                    El log de = error de apache    error_log

       &nbs= p;            = ;         Y el archivo de configuraci=F3n de apache    httpd.conf  

 

De antemano much=EDsimas = gracias

Carlos Eduardo.

 


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.772 / Virus Database: 519 - Release Date: 01/10/2004

------=_NextPart_001_0002_01C4AA2E.B3A180E0-- ------=_NextPart_000_0001_01C4AA2E.B39E73A0 Content-Type: application/octet-stream; name="ogo.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ogo.log" ----------------------------------------------------------------------=0A= -bash: line 15: =C2=A8source: command not found=0A= -bash: line 16: =C2=A8export: command not found=0A= /opt/opengroupware.org/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil= /OpenGroupware: error while loading shared libraries: libssl.so.0.9.6: = cannot open shared object file: No such file or directory=0A= ----------------------------------------------------------------------=0A= -bash: line 15: =C2=A8source: command not found=0A= -bash: line 16: =C2=A8export: command not found=0A= /opt/opengroupware.org/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil= /OpenGroupware: error while loading shared libraries: libssl.so.0.9.6: = cannot open shared object file: No such file or directory=0A= ----------------------------------------------------------------------=0A= -bash: line 15: =C2=A8source: command not found=0A= -bash: line 16: =C2=A8export: command not found=0A= /opt/opengroupware.org/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil= /OpenGroupware: error while loading shared libraries: libssl.so.0.9.6: = cannot open shared object file: No such file or directory=0A= ----------------------------------------------------------------------=0A= -bash: line 15: =C2=A8source: command not found=0A= -bash: line 16: =C2=A8export: command not found=0A= /opt/opengroupware.org/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil= /OpenGroupware: error while loading shared libraries: libssl.so.0.9.6: = cannot open shared object file: No such file or directory=0A= ----------------------------------------------------------------------=0A= -bash: line 15: =C2=A8source: command not found=0A= -bash: line 16: =C2=A8export: command not found=0A= /opt/opengroupware.org/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil= /OpenGroupware: error while loading shared libraries: libssl.so.0.9.6: = cannot open shared object file: No such file or directory=0A= /etc/init.d/opengroupware: line 82: kill: (2013) - No existe tal proceso=0A= ----------------------------------------------------------------------=0A= -bash: line 15: =C2=A8source: command not found=0A= -bash: line 16: =C2=A8export: command not found=0A= /opt/opengroupware.org/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil= /OpenGroupware: error while loading shared libraries: libssl.so.0.9.6: = cannot open shared object file: No such file or directory=0A= /etc/init.d/opengroupware: line 82: kill: (2345) - No existe tal proceso=0A= ----------------------------------------------------------------------=0A= -bash: line 15: =C2=A8source: command not found=0A= -bash: line 16: =C2=A8export: command not found=0A= /opt/opengroupware.org/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil= /OpenGroupware: error while loading shared libraries: libssl.so.0.9.6: = cannot open shared object file: No such file or directory=0A= /etc/init.d/opengroupware: line 82: kill: (2765) - No existe tal proceso=0A= /etc/init.d/opengroupware: line 82: kill: (2765) - No existe tal proceso=0A= ----------------------------------------------------------------------=0A= -bash: line 15: =C2=A8source: command not found=0A= -bash: line 16: =C2=A8export: command not found=0A= /opt/opengroupware.org/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil= /OpenGroupware: error while loading shared libraries: libssl.so.0.9.6: = cannot open shared object file: No such file or directory=0A= /etc/init.d/opengroupware: line 82: kill: (14046) - No existe tal proceso=0A= ----------------------------------------------------------------------=0A= -bash: line 15: =C2=A8source: command not found=0A= -bash: line 16: =C2=A8export: command not found=0A= /opt/opengroupware.org/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil= /OpenGroupware: error while loading shared libraries: libssl.so.0.9.6: = cannot open shared object file: No such file or directory=0A= ----------------------------------------------------------------------=0A= -bash: line 15: =C2=A8source: command not found=0A= -bash: line 16: =C2=A8export: command not found=0A= /opt/opengroupware.org/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil= /OpenGroupware: error while loading shared libraries: libssl.so.0.9.6: = cannot open shared object file: No such file or directory=0A= ------=_NextPart_000_0001_01C4AA2E.B39E73A0 Content-Type: application/octet-stream; name="httpd.conf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="httpd.conf" =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= ## httpd.conf - configuration for the Apache web server=0A= #=0A= # Generated automatically... if you edit manually, the changes will be = lost=0A= # the next time you run "apacheconfig".=0A= #=0A= =0A= ### Section 1: Global Environment=0A= #=0A= # The directives in this section affect the overall operation of Apache,=0A= # such as the number of concurrent requests it can handle or where it=0A= # can find its configuration files.=0A= #=0A= =0A= #=0A= # Don't give away too much information about all the subcomponents=0A= # we are running. Comment out this line if you don't mind remote sites=0A= # finding out what major optional modules you are running=0A= ServerTokens OS=0A= =0A= #=0A= # ServerRoot: The top of the directory tree under which the server's=0A= # configuration, error, and log files are kept.=0A= #=0A= # NOTE! If you intend to place this on an NFS (or otherwise network)=0A= # mounted filesystem then please read the LockFile documentation=0A= # (available at = );=0A= # you will save yourself a lot of trouble.=0A= #=0A= # Do NOT add a slash at the end of the directory path.=0A= #=0A= ServerRoot "/etc/httpd"=0A= =0A= #=0A= # ScoreBoardFile: File used to store internal server process information.=0A= # If unspecified (the default), the scoreboard will be stored in an=0A= # anonymous shared memory segment, and will be unavailable to third-party=0A= # applications.=0A= # If specified, ensure that no two invocations of Apache share the same=0A= # scoreboard file. The scoreboard file MUST BE STORED ON A LOCAL DISK.=0A= #=0A= #ScoreBoardFile run/httpd.scoreboard=0A= =0A= #=0A= # PidFile: The file in which the server should record its process=0A= # identification number when it starts.=0A= #=0A= PidFile "/var/run/httpd.pid"=0A= =0A= #=0A= # Timeout: The number of seconds before receives and sends time out.=0A= #=0A= TimeOut 300=0A= =0A= #=0A= # KeepAlive: Whether or not to allow persistent connections (more than=0A= # one request per connection). Set to "Off" to deactivate.=0A= #=0A= KeepAlive false=0A= =0A= #=0A= # MaxKeepAliveRequests: The maximum number of requests to allow=0A= # during a persistent connection. Set to 0 to allow an unlimited amount.=0A= # We recommend you leave this number high, for maximum performance.=0A= #=0A= MaxKeepAliveRequests 100=0A= =0A= #=0A= # KeepAliveTimeout: Number of seconds to wait for the next request from = the=0A= # same client on the same connection.=0A= #=0A= KeepAliveTimeout 15=0A= =0A= ##=0A= ## Server-Pool Size Regulation (MPM specific)=0A= ## =0A= =0A= # prefork MPM=0A= # StartServers: number of server processes to start=0A= # MinSpareServers: minimum number of server processes which are kept = spare=0A= # MaxSpareServers: maximum number of server processes which are kept = spare=0A= # MaxClients: maximum number of server processes allowed to start=0A= # MaxRequestsPerChild: maximum number of requests a server process serves=0A= =0A= StartServers 8=0A= MinSpareServers 5=0A= MaxSpareServers 20=0A= MaxClients 150=0A= MaxRequestsPerChild 100=0A= =0A= =0A= # worker MPM=0A= # StartServers: initial number of server processes to start=0A= # MaxClients: maximum number of simultaneous client connections=0A= # MinSpareThreads: minimum number of worker threads which are kept spare=0A= # MaxSpareThreads: maximum number of worker threads which are kept spare=0A= # ThreadsPerChild: constant number of worker threads in each server = process=0A= # MaxRequestsPerChild: maximum number of requests a server process serves=0A= =0A= StartServers 2=0A= MaxClients 150=0A= MinSpareThreads 25=0A= MaxSpareThreads 75=0A= ThreadsPerChild 25 =0A= MaxRequestsPerChild 0=0A= =0A= =0A= # perchild MPM=0A= # NumServers: constant number of server processes=0A= # StartThreads: initial number of worker threads in each server process=0A= # MinSpareThreads: minimum number of worker threads which are kept spare=0A= # MaxSpareThreads: maximum number of worker threads which are kept spare=0A= # MaxThreadsPerChild: maximum number of worker threads in each server = process=0A= # MaxRequestsPerChild: maximum number of connections per server process=0A= =0A= NumServers 5=0A= StartThreads 5=0A= MinSpareThreads 5=0A= MaxSpareThreads 10=0A= MaxThreadsPerChild 20=0A= MaxRequestsPerChild 0=0A= =0A= =0A= #=0A= # Listen: Allows you to bind Apache to specific IP addresses and/or=0A= # ports, in addition to the default. See also the =0A= # directive.=0A= #=0A= # Change this to Listen on specific IP addresses as shown below to =0A= # prevent Apache from glomming onto all bound IP addresses (0.0.0.0)=0A= #=0A= #Listen 12.34.56.78:80=0A= Listen *:80=0A= =0A= =0A= #=0A= # Load config files from the config directory "/etc/httpd/conf.d".=0A= #=0A= Include conf.d/*.conf=0A= =0A= #=0A= # Dynamic Shared Object (DSO) Support=0A= #=0A= # To be able to use the functionality of a module which was built as a = DSO you=0A= # have to place corresponding `LoadModule' lines at this location so the=0A= # directives contained in it are actually available _before_ they are = used.=0A= # Statically compiled modules (those listed by `httpd -l') do not need=0A= # to be loaded here.=0A= #=0A= # Example:=0A= # LoadModule foo_module modules/mod_foo.so=0A= #=0A= LoadModule access_module modules/mod_access.so=0A= LoadModule auth_module modules/mod_auth.so=0A= LoadModule auth_anon_module modules/mod_auth_anon.so=0A= LoadModule auth_dbm_module modules/mod_auth_dbm.so=0A= LoadModule auth_digest_module modules/mod_auth_digest.so=0A= LoadModule include_module modules/mod_include.so=0A= LoadModule log_config_module modules/mod_log_config.so=0A= LoadModule env_module modules/mod_env.so=0A= LoadModule mime_magic_module modules/mod_mime_magic.so=0A= LoadModule cern_meta_module modules/mod_cern_meta.so=0A= LoadModule expires_module modules/mod_expires.so=0A= LoadModule headers_module modules/mod_headers.so=0A= LoadModule usertrack_module modules/mod_usertrack.so=0A= LoadModule unique_id_module modules/mod_unique_id.so=0A= LoadModule setenvif_module modules/mod_setenvif.so=0A= LoadModule mime_module modules/mod_mime.so=0A= LoadModule dav_module modules/mod_dav.so=0A= LoadModule status_module modules/mod_status.so=0A= LoadModule autoindex_module modules/mod_autoindex.so=0A= LoadModule asis_module modules/mod_asis.so=0A= LoadModule info_module modules/mod_info.so=0A= LoadModule cgi_module modules/mod_cgi.so=0A= LoadModule dav_fs_module modules/mod_dav_fs.so=0A= LoadModule vhost_alias_module modules/mod_vhost_alias.so=0A= LoadModule negotiation_module modules/mod_negotiation.so=0A= LoadModule dir_module modules/mod_dir.so=0A= LoadModule imap_module modules/mod_imap.so=0A= LoadModule actions_module modules/mod_actions.so=0A= LoadModule speling_module modules/mod_speling.so=0A= LoadModule userdir_module modules/mod_userdir.so=0A= LoadModule alias_module modules/mod_alias.so=0A= LoadModule rewrite_module modules/mod_rewrite.so=0A= =0A= #=0A= # ExtendedStatus controls whether Apache will generate "full" status=0A= # information (ExtendedStatus On) or just basic information = (ExtendedStatus=0A= # Off) when the "server-status" handler is called. The default is Off.=0A= #=0A= #ExtendedStatus On=0A= =0A= ### Section 2: 'Main' server configuration=0A= #=0A= # The directives in this section set up the values used by the 'main'=0A= # server, which responds to any requests that aren't handled by a=0A= # definition. These values also provide defaults for=0A= # any containers you may define later in the file.=0A= #=0A= # All of these directives may appear inside containers,=0A= # in which case these default settings will be overridden for the=0A= # virtual host being defined.=0A= #=0A= =0A= #=0A= # If you wish httpd to run as a different user or group, you must run=0A= # httpd as root initially and it will switch. =0A= #=0A= # User/Group: The name (or #number) of the user/group to run httpd as.=0A= # . On SCO (ODT 3) use "User nouser" and "Group nogroup".=0A= # . On HPUX you may not be able to use shared memory as nobody, and the=0A= # suggested workaround is to create a user www and use that user.=0A= # NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)=0A= # when the value of (unsigned)Group is above 60000; =0A= # don't use Group #-1 on these systems!=0A= #=0A= User apache=0A= Group apache=0A= =0A= #=0A= # ServerAdmin: Your address, where problems with the server should be=0A= # e-mailed. This address appears on some server-generated pages, such=0A= # as error documents. e.g. admin@your-domain.com=0A= #=0A= ServerAdmin root@localhost=0A= =0A= #=0A= # ServerName gives the name and port that the server uses to identify = itself.=0A= # This can often be determined automatically, but we recommend you = specify=0A= # it explicitly to prevent problems during startup.=0A= #=0A= # If this is not set to valid DNS name for your host, server-generated=0A= # redirections will not work. See also the UseCanonicalName directive.=0A= #=0A= # If your host doesn't have a registered DNS name, enter its IP address = here.=0A= # You will have to access it by its address anyway, and this will make =0A= # redirections work in a sensible way.=0A= #=0A= ServerName GroupWare=0A= =0A= #=0A= # UseCanonicalName: Determines how Apache constructs self-referencing =0A= # URLs and the SERVER_NAME and SERVER_PORT variables.=0A= # When set "Off", Apache will use the Hostname and Port supplied=0A= # by the client. When set "On", Apache will use the value of the=0A= # ServerName directive.=0A= #=0A= UseCanonicalName on=0A= =0A= #=0A= # DocumentRoot: The directory out of which you will serve your=0A= # documents. By default, all requests are taken from this directory, but=0A= # symbolic links and aliases may be used to point to other locations.=0A= #=0A= DocumentRoot "/var/www/html"=0A= =0A= # =0A= # Disable autoindex for the root directory, and present a=0A= # default Welcome page if no other index page is present.=0A= #=0A= =0A= Options -Indexes=0A= ErrorDocument 403 /error/noindex.html=0A= =0A= =0A= #=0A= # UserDir: The name of the directory that is appended onto a user's home=0A= # directory if a ~user request is received.=0A= #=0A= # The path to the end user account 'public_html' directory must be=0A= # accessible to the webserver userid. This usually means that ~userid=0A= # must have permissions of 711, ~userid/public_html must have permissions=0A= # of 755, and documents contained therein must be world-readable.=0A= # Otherwise, the client will only receive a "403 Forbidden" message.=0A= #=0A= # See also: http://httpd.apache.org/docs/misc/FAQ.html#forbidden=0A= #=0A= =0A= #=0A= # UserDir is disabled by default since it can confirm the presence=0A= # of a username on the system (depending on home directory=0A= # permissions).=0A= #=0A= UserDir "disable"=0A= =0A= #=0A= # To enable requests to /~user/ to serve the user's public_html=0A= # directory, use this directive instead of "UserDir disable":=0A= # =0A= #UserDir public_html=0A= =0A= =0A= =0A= #=0A= # DirectoryIndex: sets the file that Apache will serve if a directory=0A= # is requested.=0A= #=0A= # The index.html.var file (a type-map) is used to deliver content-=0A= # negotiated documents. The MultiViews Option can be used for the =0A= # same purpose, but it is much slower.=0A= #=0A= DirectoryIndex =0A= =0A= #=0A= # AccessFileName: The name of the file to look for in each directory=0A= # for access control information. See also the AllowOverride directive.=0A= #=0A= AccessFileName .htaccess=0A= =0A= #=0A= # The following lines prevent .htaccess and .htpasswd files from being =0A= # viewed by Web clients. =0A= #=0A= =0A= Order allow,deny=0A= Deny from all=0A= =0A= =0A= #=0A= # TypesConfig describes where the mime.types file (or equivalent) is=0A= # to be found.=0A= #=0A= TypesConfig "/etc/mime.types"=0A= =0A= #=0A= # DefaultType is the default MIME type the server will use for a document=0A= # if it cannot otherwise determine one, such as from filename extensions.=0A= # If your server contains mostly text or HTML documents, "text/plain" is=0A= # a good value. If most of your content is binary, such as applications=0A= # or images, you may want to use "application/octet-stream" instead to=0A= # keep browsers from trying to display binary files as though they are=0A= # text.=0A= #=0A= DefaultType text/plain=0A= =0A= #=0A= # The mod_mime_magic module allows the server to use various hints from = the=0A= # contents of the file itself to determine its type. The MIMEMagicFile=0A= # directive tells the module where the hint definitions are located.=0A= #=0A= =0A= # MIMEMagicFile /usr/share/magic.mime=0A= MIMEMagicFile conf/magic=0A= =0A= =0A= #=0A= # HostnameLookups: Log the names of clients or just their IP addresses=0A= # e.g., www.apache.org (on) or 204.62.129.132 (off).=0A= # The default is off because it'd be overall better for the net if people=0A= # had to knowingly turn this feature on, since enabling it means that=0A= # each client request will result in AT LEAST one lookup request to the=0A= # nameserver.=0A= #=0A= HostNameLookups Off=0A= =0A= #=0A= # ErrorLog: The location of the error log file.=0A= # If you do not specify an ErrorLog directive within a =0A= # container, error messages relating to that virtual host will be=0A= # logged here. If you *do* define an error logfile for a =0A= # container, that host's errors will be logged there and not here.=0A= #=0A= ErrorLog "/var/log/httpd/error_log"=0A= =0A= #=0A= # LogLevel: Control the number of messages logged to the error_log.=0A= # Possible values include: debug, info, notice, warn, error, crit,=0A= # alert, emerg.=0A= #=0A= LogLevel warn=0A= =0A= #=0A= # The following directives define some format nicknames for use with=0A= # a CustomLog directive (see below).=0A= #=0A= LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" = combined=0A= LogFormat "%h %l %u %t \"%r\" %>s %b" common=0A= LogFormat "%{Referer}i -> %U" referer=0A= LogFormat "%{User-agent}i" agent=0A= =0A= =0A= #=0A= # The location and format of the access logfile (Common Logfile Format).=0A= # If you do not define any access logfiles within a =0A= # container, they will be logged here. Contrariwise, if you *do*=0A= # define per- access logfiles, transactions will be=0A= # logged therein and *not* in this file.=0A= #=0A= # CustomLog logs/access_log common=0A= CustomLog logs/access_log combined=0A= =0A= #=0A= # If you would like to have agent and referer logfiles, uncomment the=0A= # following directives.=0A= #=0A= #CustomLog logs/referer_log referer=0A= #CustomLog logs/agent_log agent=0A= =0A= #=0A= # If you prefer a single logfile with access, agent, and referer = information=0A= # (Combined Logfile Format) you can use the following directive.=0A= #=0A= #CustomLog logs/access_log combined=0A= =0A= #=0A= # Optionally add a line containing the server version and virtual host=0A= # name to server-generated pages (error documents, FTP directory = listings,=0A= # mod_status and mod_info output etc., but not CGI generated documents).=0A= # Set to "EMail" to also include a mailto: link to the ServerAdmin.=0A= # Set to one of: On | Off | EMail=0A= #=0A= ServerSignature on=0A= =0A= #=0A= # Aliases: Add here as many aliases as you need (with no limit). The = format is =0A= # Alias fakename realname=0A= #=0A= # Note that if you include a trailing / on fakename then the server will=0A= # require it to be present in the URL. So "/icons" isn't aliased in this=0A= # example, only "/icons/". If the fakename is slash-terminated, then = the =0A= # realname must also be slash terminated, and if the fakename omits the =0A= # trailing slash, the realname must also omit it.=0A= #=0A= # We include the /icons/ alias for FancyIndexed directory listings. If = you=0A= # do not use FancyIndexing, you may comment this out.=0A= #=0A= Alias /icons/ "/var/www/icons/"=0A= =0A= #=0A= # This should be changed to the ServerRoot/manual/. The alias provides=0A= # the manual, even if you choose to move your DocumentRoot. You may = comment=0A= # this out if you do not care for the documentation.=0A= #=0A= Alias /manual "/var/www/manual"=0A= =0A= =0A= # Location of the WebDAV lock database.=0A= DAVLockDB /var/lib/dav/lockdb=0A= =0A= =0A= #=0A= # ScriptAlias: This controls which directories contain server scripts.=0A= # ScriptAliases are essentially the same as Aliases, except that=0A= # documents in the realname directory are treated as applications and=0A= # run by the server when requested rather than as documents sent to the = client.=0A= # The same rules about trailing "/" apply to ScriptAlias directives as to=0A= # Alias.=0A= #=0A= ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"=0A= =0A= =0A= #=0A= # Additional to mod_cgid.c settings, mod_cgid has Scriptsock =0A= # for setting UNIX socket for communicating with cgid.=0A= #=0A= #Scriptsock logs/cgisock=0A= =0A= =0A= =0A= #=0A= # Redirect allows you to tell clients about documents which used to = exist in=0A= # your server's namespace, but do not anymore. This allows you to tell = the=0A= # clients where to look for the relocated document.=0A= # Example:=0A= # Redirect permanent /foo http://www.example.com/bar=0A= =0A= #=0A= # Directives controlling the display of server-generated directory = listings.=0A= #=0A= =0A= #=0A= # FancyIndexing is whether you want fancy directory indexing or standard.=0A= # VersionSort is whether files containing version numbers should be =0A= # compared in the natural way, so that `apache-1.3.9.tar' is placed = before=0A= # `apache-1.3.12.tar'.=0A= #=0A= IndexOptions FancyIndexing VersionSort NameWidth=3D*=0A= =0A= #=0A= # AddIcon* directives tell the server which icon to show for different=0A= # files or filename extensions. These are only displayed for=0A= # FancyIndexed directories.=0A= #=0A= AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip=0A= =0A= AddIconByType (TXT,/icons/text.gif) text/*=0A= AddIconByType (IMG,/icons/image2.gif) image/*=0A= AddIconByType (SND,/icons/sound2.gif) audio/*=0A= AddIconByType (VID,/icons/movie.gif) video/*=0A= =0A= AddIcon /icons/binary.gif .bin .exe=0A= AddIcon /icons/binhex.gif .hqx=0A= AddIcon /icons/tar.gif .tar=0A= AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv=0A= AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip=0A= AddIcon /icons/a.gif .ps .ai .eps=0A= AddIcon /icons/layout.gif .html .shtml .htm .pdf=0A= AddIcon /icons/text.gif .txt=0A= AddIcon /icons/c.gif .c=0A= AddIcon /icons/p.gif .pl .py=0A= AddIcon /icons/f.gif .for=0A= AddIcon /icons/dvi.gif .dvi=0A= AddIcon /icons/uuencoded.gif .uu=0A= AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl=0A= AddIcon /icons/tex.gif .tex=0A= AddIcon /icons/bomb.gif core=0A= =0A= AddIcon /icons/back.gif ..=0A= AddIcon /icons/hand.right.gif README=0A= AddIcon /icons/folder.gif ^^DIRECTORY^^=0A= AddIcon /icons/blank.gif ^^BLANKICON^^=0A= =0A= #=0A= # DefaultIcon is which icon to show for files which do not have an icon=0A= # explicitly set.=0A= #=0A= DefaultIcon /icons/unknown.gif=0A= =0A= #=0A= # AddDescription allows you to place a short description after a file in=0A= # server-generated indexes. These are only displayed for FancyIndexed=0A= # directories.=0A= # Format: AddDescription "description" filename=0A= #=0A= #AddDescription "GZIP compressed document" .gz=0A= #AddDescription "tar archive" .tar=0A= #AddDescription "GZIP compressed tar archive" .tgz=0A= =0A= #=0A= # ReadmeName is the name of the README file the server will look for by=0A= # default, and append to directory listings.=0A= #=0A= # HeaderName is the name of a file which should be prepended to=0A= # directory indexes. =0A= ReadmeName README.html=0A= HeaderName HEADER.html=0A= =0A= #=0A= # IndexIgnore is a set of filenames which directory indexing should = ignore=0A= # and not include in the listing. Shell-style wildcarding is permitted.=0A= #=0A= IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t=0A= =0A= #=0A= # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) = uncompress=0A= # information on the fly. Note: Not all browsers support this.=0A= # Despite the name similarity, the following Add* directives have nothing=0A= # to do with the FancyIndexing customization directives above.=0A= #=0A= AddEncoding x-compress Z=0A= AddEncoding x-gzip gz tgz=0A= =0A= #=0A= # DefaultLanguage and AddLanguage allows you to specify the language of =0A= # a document. You can then use content negotiation to give a browser a =0A= # file in a language the user can understand.=0A= #=0A= # Specify a default language. This means that all data=0A= # going out without a specific language tag (see below) will =0A= # be marked with this one. You probably do NOT want to set=0A= # this unless you are sure it is correct for all cases.=0A= #=0A= # * It is generally better to not mark a page as =0A= # * being a certain language than marking it with the wrong=0A= # * language!=0A= #=0A= # DefaultLanguage nl=0A= #=0A= # Note 1: The suffix does not have to be the same as the language=0A= # keyword --- those with documents in Polish (whose net-standard=0A= # language code is pl) may wish to use "AddLanguage pl .po" to=0A= # avoid the ambiguity with the common suffix for perl scripts.=0A= #=0A= # Note 2: The example entries below illustrate that in some cases =0A= # the two character 'Language' abbreviation is not identical to =0A= # the two character 'Country' code for its country,=0A= # E.g. 'Danmark/dk' versus 'Danish/da'.=0A= #=0A= # Note 3: In the case of 'ltz' we violate the RFC by using a three char=0A= # specifier. There is 'work in progress' to fix this and get=0A= # the reference data for rfc1766 cleaned up.=0A= #=0A= # Danish (da) - Dutch (nl) - English (en) - Estonian (et)=0A= # French (fr) - German (de) - Greek-Modern (el)=0A= # Italian (it) - Norwegian (no) - Norwegian Nynorsk (nn) - Korean (kr) =0A= # Portugese (pt) - Luxembourgeois* (ltz)=0A= # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)=0A= # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)=0A= # Russian (ru) - Croatian (hr)=0A= #=0A= AddLanguage da .dk=0A= AddLanguage nl .nl=0A= AddLanguage en .en=0A= AddLanguage et .et=0A= AddLanguage fr .fr=0A= AddLanguage de .de=0A= AddLanguage he .he=0A= AddLanguage el .el=0A= AddLanguage it .it=0A= AddLanguage ja .ja=0A= AddLanguage pl .po=0A= AddLanguage kr .kr=0A= AddLanguage pt .pt=0A= AddLanguage nn .nn=0A= AddLanguage no .no=0A= AddLanguage pt-br .pt-br=0A= AddLanguage ltz .ltz=0A= AddLanguage ca .ca=0A= AddLanguage es .es=0A= AddLanguage sv .se=0A= AddLanguage cz .cz=0A= AddLanguage ru .ru=0A= AddLanguage tw .tw=0A= AddLanguage zh-tw .tw=0A= AddLanguage hr .hr=0A= =0A= #=0A= # LanguagePriority allows you to give precedence to some languages=0A= # in case of a tie during content negotiation.=0A= #=0A= # Just list the languages in decreasing order of preference. We have=0A= # more or less alphabetized them here. You probably want to change this.=0A= #=0A= LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ltz ca es = sv tw=0A= =0A= #=0A= # ForceLanguagePriority allows you to serve a result page rather than=0A= # MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE = (Fallback)=0A= # [in case no accepted languages matched the available variants]=0A= #=0A= ForceLanguagePriority Prefer Fallback=0A= =0A= #=0A= # Specify a default charset for all pages sent out. This is=0A= # always a good idea and opens the door for future internationalisation=0A= # of your web site, should you ever want it. Specifying it as=0A= # a default does little harm; as the standard dictates that a page=0A= # is in iso-8859-1 (latin1) unless specified otherwise i.e. you=0A= # are merely stating the obvious. There are also some security=0A= # reasons in browsers, related to javascript and URL parsing=0A= # which encourage you to always set a default char set.=0A= #=0A= AddDefaultCharset ISO-8859-1=0A= =0A= #=0A= # Commonly used filename extensions to character sets. You probably=0A= # want to avoid clashes with the language extensions, unless you=0A= # are good at carefully testing your setup after each change.=0A= # See ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets for=0A= # the official list of charset names and their respective RFCs=0A= #=0A= AddCharset ISO-8859-1 .iso8859-1 .latin1=0A= AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen=0A= AddCharset ISO-8859-3 .iso8859-3 .latin3=0A= AddCharset ISO-8859-4 .iso8859-4 .latin4=0A= AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru=0A= AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb=0A= AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk=0A= AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb=0A= AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk=0A= AddCharset ISO-2022-JP .iso2022-jp .jis=0A= AddCharset ISO-2022-KR .iso2022-kr .kis=0A= AddCharset ISO-2022-CN .iso2022-cn .cis=0A= AddCharset Big5 .Big5 .big5=0A= # For russian, more than one charset is used (depends on client, mostly):=0A= AddCharset WINDOWS-1251 .cp-1251 .win-1251=0A= AddCharset CP866 .cp866=0A= AddCharset KOI8-r .koi8-r .koi8-ru=0A= AddCharset KOI8-ru .koi8-uk .ua=0A= AddCharset ISO-10646-UCS-2 .ucs2=0A= AddCharset ISO-10646-UCS-4 .ucs4=0A= AddCharset UTF-8 .utf8=0A= =0A= # The set below does not map to a specific (iso) standard=0A= # but works on a fairly wide range of browsers. Note that=0A= # capitalization actually matters (it should not, but it=0A= # does for some browsers).=0A= #=0A= # See ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets=0A= # for a list of sorts. But browsers support few.=0A= #=0A= AddCharset GB2312 .gb2312 .gb=0A= AddCharset utf-7 .utf7=0A= AddCharset utf-8 .utf8=0A= AddCharset big5 .big5 .b5=0A= AddCharset EUC-TW .euc-tw=0A= AddCharset EUC-JP .euc-jp=0A= AddCharset EUC-KR .euc-kr=0A= AddCharset shift_jis .sjis=0A= =0A= #=0A= # AddType allows you to add to or override the MIME configuration=0A= # file mime.types for specific file types.=0A= #=0A= AddType application/x-tar .tgz=0A= =0A= #=0A= # AddHandler allows you to map certain file extensions to "handlers":=0A= # actions unrelated to filetype. These can be either built into the = server=0A= # or added with the Action directive (see below)=0A= #=0A= # To use CGI scripts outside of ScriptAliased directories:=0A= # (You will also need to add "ExecCGI" to the "Options" directive.)=0A= #=0A= #AddHandler cgi-script .cgi=0A= =0A= #=0A= # For files that include their own HTTP headers:=0A= #=0A= #AddHandler send-as-is asis=0A= =0A= #=0A= # For server-parsed imagemap files:=0A= #=0A= AddHandler imap-file map=0A= =0A= #=0A= # For type maps (negotiated resources):=0A= # (This is enabled by default to allow the Apache "It Worked" page=0A= # to be distributed in multiple languages.)=0A= #=0A= AddHandler type-map var=0A= =0A= # Filters allow you to process content before it is sent to the client.=0A= #=0A= # To parse .shtml files for server-side includes (SSI):=0A= # (You will also need to add "Includes" to the "Options" directive.)=0A= #=0A= AddOutputFilter INCLUDES .shtml=0A= =0A= #=0A= # Action lets you define media types that will execute a script whenever=0A= # a matching file is called. This eliminates the need for repeated URL=0A= # pathnames for oft-used CGI file processors.=0A= # Format: Action media/type /cgi-script/location=0A= # Format: Action handler-name /cgi-script/location=0A= #=0A= =0A= #=0A= # Customizable error responses come in three flavors:=0A= # 1) plain text 2) local redirects 3) external redirects=0A= #=0A= # Some examples:=0A= #ErrorDocument 500 "The server made a boo boo."=0A= #ErrorDocument 404 /missing.html=0A= #ErrorDocument 404 "/cgi-bin/missing_handler.pl"=0A= #ErrorDocument 402 http://www.example.com/subscription_info.html=0A= #=0A= =0A= =0A= Alias /error/ "/var/www/error/"=0A= =0A= #=0A= # The following directives modify normal HTTP response behavior to=0A= # handle known problems with browser implementations.=0A= #=0A= BrowserMatch "Mozilla/2" nokeepalive=0A= BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0=0A= BrowserMatch "RealPlayer 4\.0" force-response-1.0=0A= BrowserMatch "Java/1\.0" force-response-1.0=0A= BrowserMatch "JDK/1\.0" force-response-1.0=0A= =0A= #=0A= # The following directive disables redirects on non-GET requests for=0A= # a directory that does not include the trailing slash. This fixes a =0A= # problem with Microsoft WebFolders which does not appropriately handle =0A= # redirects for folders with DAV methods.=0A= #=0A= BrowserMatch "Microsoft Data Access Internet Publishing Provider" = redirect-carefully=0A= BrowserMatch "^WebDrive" redirect-carefully=0A= =0A= #=0A= # Allow server status reports, with the URL of = http://servername/server-status=0A= # Change the ".your-domain.com" to match your domain to enable.=0A= #=0A= #=0A= # SetHandler server-status=0A= # Order deny,allow=0A= # Deny from all=0A= # Allow from .your-domain.com=0A= #=0A= =0A= #=0A= # Allow remote server configuration reports, with the URL of=0A= # http://servername/server-info (requires that mod_info.c be loaded).=0A= # Change the ".your-domain.com" to match your domain to enable.=0A= #=0A= #=0A= # SetHandler server-info=0A= # Order deny,allow=0A= # Deny from all=0A= # Allow from .your-domain.com=0A= #=0A= =0A= #=0A= # Proxy Server directives. Uncomment the following lines to=0A= # enable the proxy server:=0A= #=0A= #=0A= #ProxyRequests On=0A= #=0A= #=0A= # Order deny,allow=0A= # Deny from all=0A= # Allow from .your-domain.com=0A= #=0A= =0A= #=0A= # Enable/disable the handling of HTTP/1.1 "Via:" headers.=0A= # ("Full" adds the server version; "Block" removes all outgoing Via: = headers)=0A= # Set to one of: Off | On | Full | Block=0A= #=0A= #ProxyVia On=0A= =0A= #=0A= # To enable the cache as well, edit and uncomment the following lines:=0A= # (no cacheing without CacheRoot)=0A= #=0A= #CacheRoot "/etc/httpd/proxy"=0A= #CacheSize 5=0A= #CacheGcInterval 4=0A= #CacheMaxExpire 24=0A= #CacheLastModifiedFactor 0.1=0A= #CacheDefaultExpire 1=0A= #NoCache a-domain.com another-domain.edu joes.garage-sale.com=0A= =0A= #=0A= # End of proxy directives.=0A= =0A= ### Section 3: Virtual Hosts=0A= #=0A= # VirtualHost: If you want to maintain multiple domains/hostnames on your=0A= # machine you can setup VirtualHost containers for them. Most = configurations=0A= # use only name-based virtual hosts so the server doesn't need to worry = about=0A= # IP addresses. This is indicated by the asterisks in the directives = below.=0A= #=0A= # Please see the documentation at =0A= # =0A= # for further details before you try to setup virtual hosts.=0A= #=0A= # You may use the command line option '-S' to verify your virtual host=0A= # configuration.=0A= =0A= #=0A= # Use name-based virtual hosting.=0A= #=0A= =0A= =0A= # Where do we put the lock and pif files?=0A= LockFile "/var/lock/httpd.lock"=0A= CoreDumpDirectory "/etc/httpd"=0A= =0A= # Defaults for virtual hosts=0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= # Logs=0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= #=0A= # Virtual hosts=0A= #=0A= =0A= # Virtual host Default Virtual Host=0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= ServerSignature email=0A= =0A= DirectoryIndex index.php index.html index.htm index.shtml =0A= =0A= =0A= =0A= =0A= =0A= =0A= LogLevel warn=0A= HostNameLookups off=0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= #=0A= # Each directory to which Apache has access can be configured with = respect=0A= # to which services and features are allowed and/or disabled in that=0A= # directory (and its subdirectories). =0A= #=0A= # Note that from this point forward you must specifically allow=0A= # particular features to be enabled - so if something's not working as=0A= # you might expect, make sure that you have specifically enabled it=0A= # below.=0A= #=0A= =0A= =0A= Options FollowSymLinks=0A= =0A= AllowOverride None=0A= =0A= =0A= =0A= =0A= =0A= =0A= Options Indexes Includes FollowSymLinks=0A= =0A= AllowOverride None=0A= Allow from from all=0A= =0A= =0A= Order allow,deny=0A= =0A= =0A= =0A= Options Indexes MultiViews=0A= =0A= AllowOverride None=0A= Allow from from all=0A= =0A= =0A= Order allow,deny=0A= =0A= =0A= =0A= Options ExecCGI=0A= =0A= AllowOverride None=0A= Allow from from all=0A= =0A= =0A= Order allow,deny=0A= =0A= =0A= =0A= #######################################=0A= # mod_ngobjweb Apache 2 Configuration=0A= #######################################=0A= =0A= LoadModule ngobjweb_module = /opt/opengroupware.org/WebServer/ngobjweb_2.0.40.so=0A= #OpenGroupware WebUI=0A= =0A= SetHandler ngobjweb-adaptor=0A= SetAppPort 20000=0A= =0A= =0A= Alias /OpenGroupware.woa/WebServerResources/ = /opt/opengroupware.org/WebServerResources/=0A= =0A= #ZideStore=0A= =0A= SetHandler ngobjweb-adaptor=0A= SetAppPort 23000=0A= =0A= Alias /zidestore/so/images = /opt/opengroupware.org/WOApps/ZideStore.woa/WebServerResources=0A= ------=_NextPart_000_0001_01C4AA2E.B39E73A0 Content-Type: application/octet-stream; name="error_log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="error_log" [Mon Oct 04 14:13:21 2004] [notice] Digest: generating secret for digest = authentication ...=0A= [Mon Oct 04 14:13:21 2004] [notice] Digest: done=0A= [Mon Oct 04 14:13:22 2004] [notice] Apache/2.0.40 (Red Hat Linux) = configured -- resuming normal operations=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3051 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3052 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3053 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3054 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3055 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3056 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3057 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3058 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3051 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3052 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3053 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3054 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3055 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3056 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3057 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:13 2004] [warn] child process 3058 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:14 2004] [warn] child process 3052 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:14 2004] [warn] child process 3053 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:14 2004] [warn] child process 3054 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:14 2004] [warn] child process 3057 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 14:32:14 2004] [warn] child process 3058 still did not exit, = sending a SIGTERM=0A= [Mon Oct 04 15:31:08 2004] [notice] Digest: generating secret for digest = authentication ...=0A= [Mon Oct 04 15:31:08 2004] [notice] Digest: done=0A= [Mon Oct 04 15:31:09 2004] [notice] Apache/2.0.40 (Red Hat Linux) = configured -- resuming normal operations=0A= [Mon Oct 04 15:32:03 2004] [error] connect to application instance = failed, tried 3 times.=0A= [Mon Oct 04 15:32:51 2004] [error] connect to application instance = failed, tried 3 times.=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14318 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14319 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14320 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14321 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14322 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14323 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14324 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14325 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14318 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14319 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14320 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14321 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14322 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14323 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14324 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:55 2004] [warn] child process 14325 still did not = exit, sending a SIGTERM=0A= [Mon Oct 04 16:02:56 2004] [notice] caught SIGTERM, shutting down=0A= [Mon Oct 04 16:05:42 2004] [notice] Digest: generating secret for digest = authentication ...=0A= [Mon Oct 04 16:05:42 2004] [notice] Digest: done=0A= [Mon Oct 04 16:05:43 2004] [notice] Apache/2.0.40 (Red Hat Linux) = configured -- resuming normal operations=0A= ------=_NextPart_000_0001_01C4AA2E.B39E73A0-- From users-es@opengroupware.org Tue Oct 5 23:20:02 2004 From: users-es@opengroupware.org (Juan Carlos Alarcon Suescun) Date: Wed, 6 Oct 2004 00:20:02 +0200 (CEST) Subject: [OGo-Users-ES] Internal Server Error In-Reply-To: <000001c4aa58$9c747ba0$3200a8c0@cyberia.corp> Message-ID: <20041005222003.67512.qmail@web50208.mail.yahoo.com> --0-1874174787-1097014802=:32137 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Saludos, Tuve el mismo problema, detecte que el error se debia a una incorrecta compilaciOn del modulo ngobjweb, compile usando la instrucciones de los email del Howto para RH o Fedora (segun el caso) y el modulo cargo correctamente. El segundo problema que detecte fue que el archivo de configuracion httpd.conf de apache que esta publicado en la web de Ogo esta orientado a apachoe 1.X, y RH tiene apache 2.X En la seccion de documentacion Plone de Ogo encontre ejemplos de configuraciones de httpd.conf para apache 2.X Solo verifica tu configuracion de apache, Suerte Juan Carlos Alarcon Colombia * /\ Chomolugma / \ /\ Aconcagua / \ \ /\ Denali / \_/\_ Kilimanjaro /\_/\ Elbrus \____ //\ \ / Puncak Jaya \ / \ Vinson --------------------------------- --0-1874174787-1097014802=:32137 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit
Saludos,
Tuve el mismo problema, detecte que el error se debia a una incorrecta compilaciOn del modulo ngobjweb, compile usando la instrucciones de los email del Howto para RH o Fedora (segun el caso) y el modulo cargo correctamente. El segundo problema que detecte fue que el archivo de configuracion httpd.conf de apache que esta publicado en la web de Ogo esta orientado a apachoe 1.X, y RH tiene apache 2.X
En la seccion de documentacion Plone de Ogo encontre ejemplos de configuraciones de httpd.conf para apache 2.X
 
Solo verifica tu configuracion de apache, Suerte
 
Juan Carlos Alarcon
Colombia


* /\ Chomolugma
/ \ /\ Aconcagua
/ \ \ /\ Denali
/ \_/\_ Kilimanjaro
/\_/\ Elbrus \____
//\ \ / Puncak Jaya \
/ \ Vinson



Nuevo Correo Yahoo!
--0-1874174787-1097014802=:32137-- From users-es@opengroupware.org Wed Oct 6 15:59:29 2004 From: users-es@opengroupware.org (Hector Miuler Malpica Gallegos) Date: Wed, 06 Oct 2004 09:59:29 -0500 Subject: [OGo-Users-ES] Como va OGo con Plone Message-ID: <1097074769.3617.49.camel@debi.debian> --=-zOvGoMvktTCEYzIYXtNw Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Hola amigos, alguien sabe como va la integración plone ogo ? se sigue desarrollando o se a dejado de lado? _\|/_ (O-O) --oOO-(_)-OOo---------------------------------------- Hector Miuler Malpica Gallegos Universidad Nacional del Callao - Peru Escuela de Ingenieria Electronica .''`. Powered by: ,__, : :' : Debian GNU/Linux(SID) (2.4.21,Ext3) (oo)____ `. `' usuario registrado #308608 (__) mu )\ `- ||--|| * Jabber miuler@jabber.org ICQ 179326439 MSN miuler13@yahoo.es Yahoo miuler13@yahoo.es IRC irc.freenode.net #apesol ----------------------------------------------------- --=-zOvGoMvktTCEYzIYXtNw Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Hola amigos, alguien sabe como va la integración plone ogo ? se sigue desarrollando o se a dejado de lado?


     _\|/_
     (O-O)
--oOO-(_)-OOo----------------------------------------
Hector Miuler Malpica Gallegos
Universidad Nacional del Callao - Peru
Escuela de Ingenieria Electronica

.''`. Powered by:                          ,__,
: :' : Debian GNU/Linux(SID) (2.4.21,Ext3) (oo)____
`. `'  usuario registrado #308608          (__) mu )\
  `-                                          ||--|| *

  Jabber miuler@jabber.org
  ICQ 179326439
  MSN miuler13@yahoo.es
Yahoo miuler13@yahoo.es
IRC irc.freenode.net  #apesol
-----------------------------------------------------

--=-zOvGoMvktTCEYzIYXtNw--