Re: [EMAIL PROTECTED] ServerAlias

2006-06-09 Thread OOzy Pal
On 6/9/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote: On Fri, Jun 09, 2006 at 06:00:27PM +0300, OOzy Pal wrote: > When I type admin.b1.com in Firefox or Lynx, I get SERVER NOT FOUND error Since there is no A record (DNS) for admin.b1.com: ~ >host admin.b1.com Host admin.b1.com

[EMAIL PROTECTED] ServerAlias

2006-06-09 Thread OOzy Pal
When I type admin.b1.com in Firefox or Lynx, I get SERVER NOT FOUND error My VH is as follows: NameVirtualHost * Options FollowSymLinks AllowOverride None Allow from All DirectoryIndex index.php ServerName www.b1.com ServerAlias admin.b1.com D

Re: [EMAIL PROTECTED] Virtual Hosts

2006-06-09 Thread OOzy Pal
On 6/9/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 6/9/06, OOzy Pal <[EMAIL PROTECTED]> wrote: > $sudo apachectl restart > > /usr/sbin/apachectl restart: httpd not running, trying to start > /usr/sbin/apachectl restart: httpd could not be started Again: What is

Re: [EMAIL PROTECTED] Virtual Hosts

2006-06-09 Thread OOzy Pal
$sudo apachectl restart /usr/sbin/apachectl restart: httpd not running, trying to start /usr/sbin/apachectl restart: httpd could not be started $sudo apache -t Syntax OK $sudo apache -S VirtualHost configuration: wildcard NameVirtualHosts and _default_ ser

[EMAIL PROTECTED] Virtual Hosts

2006-06-09 Thread OOzy Pal
Apache will not start. This happened when I add named-based VH. What is wrong with my conf. Basically, I want to do name-based VH's. Bellow is my conf: NameVirtualHost * Options FollowSymLinks AllowOverride None Allow from All ErrorLog "/var/www/var/log/ap