Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 38124 invoked by uid 500); 12 Jul 2002 14:39:02 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 38104 invoked from network); 12 Jul 2002 14:39:01 -0000 Received: from ns0a.swx.com (146.109.240.107) by daedalus.apache.org with SMTP; 12 Jul 2002 14:39:01 -0000 Received: from gate0a.unix.swx.ch (gate0a [192.168.252.17]) by ns0a.swx.com (8.9.3+Sun/8.9.3) with ESMTP id QAA21641 for ; Fri, 12 Jul 2002 16:39:03 +0200 (MEST) Received: from SOMEXEVS001.ex.ordersx.org (localhost [127.0.0.1]) by gate0a.unix.swx.ch (8.9.3+Sun/8.9.3) with ESMTP id QAA10641 for ; Fri, 12 Jul 2002 16:39:02 +0200 (MEST) X-Authentication-Warning: gate0a.unix.swx.ch: iscan owned process doing -bs content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Subject: RE: Mod_perl_1.27 + Apache 1.3.26 Date: Fri, 12 Jul 2002 16:39:02 +0200 Message-ID: <14D1193E30E0894D8A773957C0AEE24AAA91C5@SOMEXEVS001.ex.ordersx.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Mod_perl_1.27 + Apache 1.3.26 Thread-Index: AcIpo2/crx3WA5NJSqa2hj3sb4SZnwADf2qQ From: "Boyle Owen" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This has nothing to do with your compilation (which seems OK). Rather it = is to do with content-negotiation between the browser and server. Use: Options MultiViews to activate content-negotiation then LanguagePriority, AddLanguage etc.. - check out the docs for = mod_negotiation for details of how it all works. Rgds, Owen Boyle >-----Original Message----- >From: Rudolf Wolf [mailto:rudolf.wolf@dantax.cz] >Sent: Freitag, 12. Juli 2002 14:55 >To: users@httpd.apache.org >Subject: Mod_perl_1.27 + Apache 1.3.26 > > >Hi, >I'm newbie in mod_perl. I try to compile mod_perl 1.27 with=20 >Apache 1.3.26, I satisfied all prerequisities, succesfully=20 >compiled mod_perl, when I use /usr/local/apache/bin/httpd -l I=20 >can see mod_perl listed in list, but the problem is, that my=20 >Apache is not working as before compiling. >I have Debian 2.2 and Apache has one main (sova.domain.cz) and=20 >one virtual host (rt2.domain.cz): > > >sova:/usr/src/apache_1.3.26# /usr/local/apache/bin/httpd -l >Compiled-in modules: > http_core.c > mod_env.c > mod_log_config.c > mod_mime.c > mod_negotiation.c > mod_status.c > mod_include.c > mod_autoindex.c > mod_dir.c > mod_cgi.c > mod_asis.c > mod_imap.c > mod_actions.c > mod_userdir.c > mod_alias.c > mod_access.c > mod_auth.c > mod_setenvif.c > mod_perl.c > =20 > >httpd.conf >------------- >http://web.quick.cz/rudolf.wolf/httpd.conf > >Before compiling I can used in my browser both web servers and=20 >they sent me responses to my GET request, BUT after compiling=20 >mod_perl, it doesn't work. When I request=20 >http://sova.domain.cz/ or http://rt2.domain.cz/, I get only=20 >error message in my browser: > >Not Acceptable >An appropriate representation of the requested resource /=20 >could not be found on this server. >Available variants: >index.html.ca , type text/html, language ca >index.html.cz , type text/html, language cz >index.html.de , type text/html, language de >index.html.dk , type text/html, language da >index.html.ee , type text/html, language et >index.html.el , type text/html, language el .............. > >Only one resource is working and it's manual nothing else.=20 >When I checked access logs of web servers, there is no log=20 >records as I don't request any pages, but before compiling, it=20 >was working too. Of course, there is no error log records in error log. > >My compile command line was: >perl Makefile.PL APACHE_SRC=3D/usr/src/apache_1.3.26/src=20 >DO_HTTPD=3D1 USE_APACI=3D1 EVERYTHING=3D1 > >make >make test (everything OK) >make install > >/etc/init.d/apachectl stop >/etc/init.d/apachectl start > > >Can you help me? > >Thanks, >Ruda. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org