apache list servernames

Hello,

Is there a way to list the servernames?

I am using apache 2.2 on Centos 5.5.

Thanks!

1 Reply

Is this what you're looking for?

http://httpd.apache.org/docs/2.0/mod/co … rsignature">http://httpd.apache.org/docs/2.0/mod/core.html#serversignature

Also, once you turn ServerSignature On, look below at the ServerTokens directive to set exactly what you want people to see (Apache version, OS and version, enabled mods, etc.).

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct