ServerSignature not working
up vote
0
down vote
favorite
I installed modsecurity earlier today but I didnt like it, so I uninstalled it. After that my "ServerSignature off" doesnt work.
I got:
ServerSignature off
ServerTokens Prod
in the end of /etc/apache2/apache2.conf
.
When I go to my website in the web browser I cannot see the server version.
But if I curl into my website I can see:
<address>232 Server at <a href="mailto:[no address given]">*******.pw</a> Port 80</address>
It wont remove it! Please help me.
OS: Ubuntu 14.04
Apache2 version: Apache/2.4.7 (Ubuntu)
14.04
add a comment |
up vote
0
down vote
favorite
I installed modsecurity earlier today but I didnt like it, so I uninstalled it. After that my "ServerSignature off" doesnt work.
I got:
ServerSignature off
ServerTokens Prod
in the end of /etc/apache2/apache2.conf
.
When I go to my website in the web browser I cannot see the server version.
But if I curl into my website I can see:
<address>232 Server at <a href="mailto:[no address given]">*******.pw</a> Port 80</address>
It wont remove it! Please help me.
OS: Ubuntu 14.04
Apache2 version: Apache/2.4.7 (Ubuntu)
14.04
Hi! Welcome to askubuntu.com! Some arguments in Apache configuration might be case sensitive. Have you triedServerSignature Off
instead ofServerSignature off
?
– honza-kasik
Nov 24 at 20:34
@honza-kasik Hi, thanks! :) I edited "off" to Off, it didnt work. I did restart apache2 after my edit.
– Lucas Y
Nov 24 at 20:43
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I installed modsecurity earlier today but I didnt like it, so I uninstalled it. After that my "ServerSignature off" doesnt work.
I got:
ServerSignature off
ServerTokens Prod
in the end of /etc/apache2/apache2.conf
.
When I go to my website in the web browser I cannot see the server version.
But if I curl into my website I can see:
<address>232 Server at <a href="mailto:[no address given]">*******.pw</a> Port 80</address>
It wont remove it! Please help me.
OS: Ubuntu 14.04
Apache2 version: Apache/2.4.7 (Ubuntu)
14.04
I installed modsecurity earlier today but I didnt like it, so I uninstalled it. After that my "ServerSignature off" doesnt work.
I got:
ServerSignature off
ServerTokens Prod
in the end of /etc/apache2/apache2.conf
.
When I go to my website in the web browser I cannot see the server version.
But if I curl into my website I can see:
<address>232 Server at <a href="mailto:[no address given]">*******.pw</a> Port 80</address>
It wont remove it! Please help me.
OS: Ubuntu 14.04
Apache2 version: Apache/2.4.7 (Ubuntu)
14.04
14.04
edited Nov 24 at 20:32
honza-kasik
382210
382210
asked Nov 24 at 20:08
Lucas Y
11
11
Hi! Welcome to askubuntu.com! Some arguments in Apache configuration might be case sensitive. Have you triedServerSignature Off
instead ofServerSignature off
?
– honza-kasik
Nov 24 at 20:34
@honza-kasik Hi, thanks! :) I edited "off" to Off, it didnt work. I did restart apache2 after my edit.
– Lucas Y
Nov 24 at 20:43
add a comment |
Hi! Welcome to askubuntu.com! Some arguments in Apache configuration might be case sensitive. Have you triedServerSignature Off
instead ofServerSignature off
?
– honza-kasik
Nov 24 at 20:34
@honza-kasik Hi, thanks! :) I edited "off" to Off, it didnt work. I did restart apache2 after my edit.
– Lucas Y
Nov 24 at 20:43
Hi! Welcome to askubuntu.com! Some arguments in Apache configuration might be case sensitive. Have you tried
ServerSignature Off
instead of ServerSignature off
?– honza-kasik
Nov 24 at 20:34
Hi! Welcome to askubuntu.com! Some arguments in Apache configuration might be case sensitive. Have you tried
ServerSignature Off
instead of ServerSignature off
?– honza-kasik
Nov 24 at 20:34
@honza-kasik Hi, thanks! :) I edited "off" to Off, it didnt work. I did restart apache2 after my edit.
– Lucas Y
Nov 24 at 20:43
@honza-kasik Hi, thanks! :) I edited "off" to Off, it didnt work. I did restart apache2 after my edit.
– Lucas Y
Nov 24 at 20:43
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095736%2fserversignature-not-working%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Hi! Welcome to askubuntu.com! Some arguments in Apache configuration might be case sensitive. Have you tried
ServerSignature Off
instead ofServerSignature off
?– honza-kasik
Nov 24 at 20:34
@honza-kasik Hi, thanks! :) I edited "off" to Off, it didnt work. I did restart apache2 after my edit.
– Lucas Y
Nov 24 at 20:43