Results 1 to 1 of 1
hey guys
im having some problems with a CentOS server running Apache.
i got it working but virtualhosts ant working
i have copy my httpd.conf below
then i got my ...
- 08-22-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 2
Apache VirtualHosts Help
hey guys
im having some problems with a CentOS server running Apache.
i got it working but virtualhosts ant working
i have copy my httpd.conf below
then i got my virtualhost conf files in vhosts
then i got domain.conf in /etc/httpd/conf/vhosts
Code:<VirtualHost hostname_domain_com:80> ServerAdmin email ServerName url address ServerAlias www then url DocumentRoot /www/domain/html ScriptAlias /cgi-bin/ /www/domain/html/cgi-bin/ ErrorLog /www/domain/logs/error_log CustomLog /www/domain/logs/access_log combined </VirtualHost>
atm when i enter my site in firefox i get just the /www/index.html
where i sud be getting /www/domain/html/index.html
any help will be great thanx


Reply With Quote