Website: Hey, it worked ! Apache installed

kmmartins

Verified User
Joined
Nov 7, 2007
Messages
10
I excadintly installed apache 2.
(yum update)

And now: when I'm going to one of my domains, it always shows
this:
Hey, it worked !
The SSL/TLS-aware Apache webserver was
successfully installed on this website.

I had installed php5 but that's gone also I believe :(

Can somebody help me!? I am a really noob to unix, so don't be hard on me!
 
cd /var/www/html

=)

Dutch
sorry sorry, ben echt een leek... ik snap dat httpd.conf zeerwaarschijnlijk dus naar een verkeerde map wijzigd?
Ik heb het nu:
DocumentRoot "/var/www/html"


Engish
well my httpd.conf is bad configured? How and what shut I change?
This is how it is now:
DocumentRoot "/var/www/html"
 
Last edited:
Change it to where your files are, i.e./home/username/www

Your current html files, where the "Hey, it worked!" message is showing, are in /var/www/html . You can easily change/delete it.

--
Je kunt het gewoon wijzigen naar waar je je bestanden zijn geplaast, bijvoorbeeld /home/gebruikersnaam/www .
Makkelijk voor ftp =) en directe root login uitschakeld. (/etc/ssh/sshd_config)

Je huidige html bestanden, waar "Hey, it worked!" pagina ziet, kan je gewoon veranderen/verwijderen in /var/www/html .
 
Maar op mijn server draaien natuurlijk meerdere domeinen!
Dan zou ik maar één domein kunnen instellen.. :S

Ik zie dat het in de httpd.conf.bak ook "/var/www/html" is, zou het dan iets anders zijn?
 
Last edited:
If you don't want the hey it worked message to show, then just use redirect to your domain.

Just edit the index.html file =) and or the other index**.html files or delete them.
 
You can edit the file in /var/www/html =)
Use meta refresh to redirect to your current site.
What you also can do is, to show all domain hosted on the server. It depends what you wants.
 
Back
Top