Hi,
following is a total mess for me, I hope it's not for you !!
Environment : RH9 Apache2 (came with the distro)
I installed RH as a web server with everything suggested plus SSL. THe
firewall is set to medium security.
I want to configure the server to act exactly as a conventionnal web host so
I could learn to write efficient php scripts.
Obviously I don't have any qualified domain name. And obviously too the
scripts won't.
Now, how do I configure the whole thing (httpd, vhosts, DNS server ?? and so
on) so that I can type
www.asite.com on the local browser ?
Actually the only way to open the sites is to enter
http://localhost:8080/sitedir/www/ (yeah apache listens to port 8080)
I tried to configure the whole thing with the apache configuration facility
provided with RH9 but nothing works.
Document root is var/www/http/ under which all sites will be, so
var/www/http/asite/www/
var/www/http/anothersite/www/
One more thing, in the doc they say that if I plan to use SSL, vhosts must
not be configured as name based vhosts but IP based vhosts.
Thanks