Mailing List Archive

mod_proxy_add_forward
Hi All,
I'm trying to add mod_extract_forwarded to an Apach 1.3.22 server. I
recompiled the entire server and added the following string
to the configuration step -
--activate-module=src/modules/extra/mod_proxy_add_forward.c
--enable-module=proxy_add_forward.
I also copied the mod_proxy_add_forward.c to the src/modules/extra
directory.
Compilation went OK with no errors, from the installation log I could see
that the module was compiled and added.
Next I added the following string to one of my Directory directives :
AddAcceptForwarder xxx.xxx.xxx.xxx
But when I try to start apache I get the following message :
Syntax error on line 331 of /xxxx/xxxx/apache/etc/httpd_homes/httpd.conf:
Invalid command 'AddAcceptForwarder', perhaps mis-spelled or defined by a
module not included in the server configuration
sbin/httpd_homes/apachectl start: httpd could not be started

Did I forget anything, what did I do wrong ?

Thanx,
Dror B




**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.yellowpages.co.il
**********************************************************************
Re: mod_proxy_add_forward [ In reply to ]
----- Original Message -----
From: Dror Braznitzki <DrorBr@yellowpages.co.il>
Date: Tuesday, February 26, 2002 11:51 am
Subject: mod_proxy_add_forward

> Compilation went OK with no errors, from the installation log I
> could see
> that the module was compiled and added.
> Next I added the following string to one of my Directory
> directives :
> AddAcceptForwarder xxx.xxx.xxx.xxx
> But when I try to start apache I get the following message :
> Syntax error on line 331 of /xxxx/xxxInvalid command
> 'AddAcceptForwarder', perhaps mis-spelled or defined by a
> module not included in the server configuration
> sbin/httpd_home
> Did I forget anything, what did I do wrong ?

did you check the module section in the httpd.conf (removing the comment #): AddModule - LoadModule?
_ ___
| | Irmund Thum
| |


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: mod_proxy_add_forward [ In reply to ]
Could you specify a little more, please ?

-----Original Message-----
From: Irmund Thum [mailto:ithum@it97.dyn.dhs.org]
Sent: Tuesday, February 26, 2002 2:14 PM
To: users@httpd.apache.org
Subject: Re: mod_proxy_add_forward


----- Original Message -----
From: Dror Braznitzki <DrorBr@yellowpages.co.il>
Date: Tuesday, February 26, 2002 11:51 am
Subject: mod_proxy_add_forward

> Compilation went OK with no errors, from the installation log I
> could see
> that the module was compiled and added.
> Next I added the following string to one of my Directory
> directives :
> AddAcceptForwarder xxx.xxx.xxx.xxx
> But when I try to start apache I get the following message :
> Syntax error on line 331 of /xxxx/xxxInvalid command
> 'AddAcceptForwarder', perhaps mis-spelled or defined by a
> module not included in the server configuration
> sbin/httpd_home
> Did I forget anything, what did I do wrong ?

did you check the module section in the httpd.conf (removing the comment #):
AddModule - LoadModule?
_ ___
| | Irmund Thum
| |


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************