Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 73230 invoked by uid 500); 5 Jun 2002 14:54:14 -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 73210 invoked from network); 5 Jun 2002 14:54:14 -0000 Received: from mail6.burlee.com (199.93.70.32) by daedalus.apache.org with SMTP; 5 Jun 2002 14:54:14 -0000 Received: from velociraptor.4lane.com [12.34.105.10] by mail6.burlee.com (SMTPD32-6.00) id A6163A6A00D4; Wed, 05 Jun 2002 10:54:14 -0400 Received: from no.name.available by velociraptor.4lane.com via smtpd (for mail6.burlee.com [199.93.70.32]) with SMTP; 5 Jun 2002 14:58:28 UT Subject: RE: apache2 mod_proxy configuration From: Lee Fellows To: users@httpd.apache.org In-Reply-To: <01d201c20c9b$16c700c0$ec5755c6@glenraven.com> References: <01d201c20c9b$16c700c0$ec5755c6@glenraven.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 05 Jun 2002 10:52:47 -0400 Message-Id: <1023288767.26054.22.camel@lfellows> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Jon, Try running ./httpd -l and check to see if loadable module support was compiled into apache. You are looking for mod_so.c in the output. Determine where apache would load its loadable modules from. Check the httpd.conf file for LoadModule directives and note where the module is being loaded from. Then check that directory to see if mod_proxy.so is there. If so, then edit your httpd.conf file and add the LoadModule directive for mod_proxy and restart your server. If mod_proxy.so is not in the directory apache is loading its modules from, then you will need to compile it from source, or you may be able to locate a pre-built mod_proxy.so for your system/apache version. In either case, put the loadable library into the correct directory, edit httpd.conf to load it, and restart the server. If mod_so.c is not in the listing from httpd -l, you will have to rebuild apache, either with DSO support and enable mod_proxy at that time, or compile mod_proxy statically into apache. On Wed, 2002-06-05 at 10:12, Jon Fraley wrote: > I have a virtual host that uses ProxyPass and ProxyPassReverse. When I > tried to define that in httpd.conf apache does not start. I get the > following error: > > Syntax error on line 1014 of /opt/apache2/conf/httpd.conf: > Invalid command 'ProxyRequests', perhaps mis-spelled or defined by a module > not included in the server configuration > ../bin/apachectl start: httpd could not be started > > I do not find mod_proxy defined anywhere in the conf file. The > documentation does not state how to enable it. In the 1.3.19 conf file > there is an AddModule mod_proxy.c line. > > Jon Fraley > Unix Systems Administrator > Glen Raven, Inc > (336) 586-1148 > > -----Original Message----- > From: Lee Fellows [mailto:lfellows@4lane.com] > Sent: Wednesday, June 05, 2002 9:56 AM > To: users@httpd.apache.org > Subject: Re: apache2 mod_proxy configuration > > Can you be more specific as to the problems you are having? > I.E., what configurations you have tried and error_log entries > would be helpful. > > > > On Wed, 2002-06-05 at 09:09, Jon Fraley wrote: > > We use the HP versions of apache. I am trying to migrate an instance of > > 1.3.19 to 2.0.0. I have a requirement for mod_proxy which works in > 1.3.19. > > It seems it is not enabled in 2.0.0. I am having a hard time getting it > > enabled or loaded. I am looking for some advice on enabling modules in > > 2.0.0 > > > > Jon Fraley > > Unix Systems Administrator > > Glen Raven, Inc > > (336) 586-1148 > > > > > > --------------------------------------------------------------------- > > 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 > > > --------------------------------------------------------------------- > 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