Eli wrote:
>
> I did the templates. So now I should get my site by
> adding:8080. Is this correct? If so I can't get my site. Is
> it possible that port 8080 is closed?
the nmap tool is very useful to tell which ports are in what state.
If you followed Dan's howto step-by-step, including expanding the templates and restarting the web server, then your server should be listening on port 8080.
First have a check of the generated file /etc/httpd/conf/httpd.conf
Look for :
- Listen 0.0.0.0:8080
- NameVirtualHost 0.0.0.0:8080
- several "" references.
If you *don't* see references to the new port in httpd.conf then that means the custom templates and new property you added to the system did not take.
If you *do* see the appropriate port references, try the howto again, this time making a new port, say 8088 and try accessing on that one.
G