logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: So i´m new GNU command problem
Author
playerz



Joined: 29 Oct 2014
Posts: 1
Location: Denmark

PostPosted: Wed 29 Oct '14 14:34    Post subject: So i´m new GNU command problem Reply with quote

So yea the titel says it all. some background: just begun school, but the teacher is not very good at showing up/teaching me, so i have taken the task upon myself. my project is making a site where i can host my own files.
so here´s the question. my guide says i need to find a line called: ServerTokens Full
and i have searched numerous times. still nothing. so how do i use the commands in the bottom. im using the latest updates.

- and thanks i hope you understand my question. or just ask Smile
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Wed 29 Oct '14 16:23    Post subject: Reply with quote

Pretty easy

cd to your config path e.g. /etc/apache2 and use grep

Code:

cd /etc/apache2
grep -R "ServerTokens" *.conf


if there isn't a result (apache will use the default value), than just add ServerTokens

e.g.
Code:

ServerTokens Prod
Back to top


Reply to topic   Topic: So i´m new GNU command problem View previous topic :: View next topic
Post new topic   Forum Index -> Apache