Hi,
I am using the Apache "Redirect" Directive to redirect requests temporarily to another server.The Syntax I have used in my httpd.conf file is :
Redirect /index.html
The Server 10.1.1.6 listens for http requests on port 7001.
On Starting the server I get the message :
Starting httpd: Syntax error on line 77 /etc/httpd/conf/httpd.conf:
Invalid command 'Redirect', perhaps mis-spelled or defined by a module not included in the server configuration
[FAILED]
Although the "mod_alias" is very much loaded, I checked it out.
Does anyone have any idea what could be the problem here.
Thanks,
Aejaz
I am using the Apache "Redirect" Directive to redirect requests temporarily to another server.The Syntax I have used in my httpd.conf file is :
Redirect /index.html
The Server 10.1.1.6 listens for http requests on port 7001.
On Starting the server I get the message :
Starting httpd: Syntax error on line 77 /etc/httpd/conf/httpd.conf:
Invalid command 'Redirect', perhaps mis-spelled or defined by a module not included in the server configuration
[FAILED]
Although the "mod_alias" is very much loaded, I checked it out.
Does anyone have any idea what could be the problem here.
Thanks,
Aejaz