
24.11.2007, 04:48
|
|
Banned
Регистрация: 10.06.2006
Сообщений: 938
С нами:
10483586
Репутация:
1223
|
|
Подскажите, что неправильно в этом скрипте
PHP код:
<VirtualHost 127.0.0.1>
ServerAdmin Admin@sandjuro.org
ServerName www.sandjuro.org
DirectoryIndex index.php3 index.phtml index.php index.htm index.html index.shtml index.shtm
DocumentRoot "c:/usr/public_html/host/virtual"
ScriptAlias /cgi-bin/ "c:/usr/public_html/host/virtual/cgi-bin/"
ErrorLog c:/usr/public_html/host/virtual/logs/error.log
common
CustomLog c:/usr/public_html/host/virtual/logs/access.log
common
</VirtualHost>
|
|
|