On Mon, 8 Mar 2010, DEEPAK BHATIA wrote:

> But can we access the index.htm  in jobeet directory through
> http://www.jobeet.com.

Not rocket science - the two steps needed are DNS and a virtual host:

Add an entry to your /etc/hosts file so that www.jobeet.com and jobeet.com 
point to the IP of the machine that contains the app. If its the local 
machine, then set the IP to 127.0.0.1 otherwise set it to the LAN IP of 
the machine its on. (You can test by doing "ping jobeet.com" from a 
command-line window to see what IP it resolves to).

Next you need a virtual host entry with "ServerName www.jobeet.com" (and 
maybe also "ServerAlias jobeet.com") as explained in the docs.

Important: you must restart Apache for any chznges to take effect.

Look for any errors if Apache fails to restart - error logs are good 
places to look for errors.



-- 


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to