You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Shanmukha Venkata Sri Chandrashekhar Nallapati <ch...@gmail.com> on 2016/02/04 13:16:08 UTC

[users@httpd] cannot load mod_headers.so into server: Invalid argument

Request your inputs on this issue. Please help.

Added the below block for click jacking fix in “httpd.conf” of Apache
web server(version2.0.55, 32-bit apache, HP-UX).

LoadModule headers_module modules/mod_headers.so
Header always append X-Frame-Options SAMEORIGIN

Post that, not able to re-start the server with below error:
cannot load abcweb/apache_new/modules/mod_headers.so into server:
Invalid argument

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] cannot load mod_headers.so into server: Invalid argument

Posted by Daniel <df...@gmail.com>.
modules/mod_headers.so means HTTPD is looking for your modules at the path
defined in ServerRoot directive,

Review your ServerRoot directive, it seems to point to a weird path:

"cannot load abcweb/apache_new/modules/mod_headers.so"

El jue., 4 feb. 2016 a las 13:16, Shanmukha Venkata Sri Chandrashekhar
Nallapati (<ch...@gmail.com>) escribió:

> Request your inputs on this issue. Please help.
>
> Added the below block for click jacking fix in “httpd.conf” of Apache
> web server(version2.0.55, 32-bit apache, HP-UX).
>
> LoadModule headers_module modules/mod_headers.so
> Header always append X-Frame-Options SAMEORIGIN
>
> Post that, not able to re-start the server with below error:
> cannot load abcweb/apache_new/modules/mod_headers.so into server:
> Invalid argument
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>