when we restart, we get a domain not resolving.. yet the domain resolves ??
two files are showing failure:
/etc/appliance/apacheconf
this is empty??
should it be?
and
/etc/appliance/apacheconf/apache
Options +FollowSymLinks
Options +ExecCGI
AllowOverride All
AddType text/html .html .htm .shtml
AddHandler server-parsed .html .htm .shtml
Options +Includes
AllowOverride All
RewriteEngine On
RewriteRule ^/~([^/]+)/cgi-bin/(.*) /home/virtual/$1/var/www/cgi-bin/$2 [T=application/x-httpd-cgi,L]
RewriteRule ^/~([^/]+)(.*) /home/virtual/$1/var/www/html/$2
ScriptAliasMatch ^/~([^/]+)/cgi-bin/(.*) /home/virtual/$1/var/www/cgi-bin/$2
Options Includes FollowSymLinks
DirectoryIndex index.shtml index.html index.php
seems right...
anyone have answer