Показать сообщение отдельно
Старый 29.03.2004, 20:33
bot-kompot вне форума Посмотреть профиль Отправить личное сообщение для bot-kompot Найти все сообщения от bot-kompot
  № 14  
bot-kompot
[+ за мат]
 
Аватар для bot-kompot

Регистрация: Jul 2003
Адрес: на старой заброшенной ж\д станции
Сообщений: 183
1. apache_1.3.19-win32-src-r2.msi
-------------------------------------------------
2. Win 2003 server eng
-------------------------------------------------
3. httpd.conf ->

ServerRoot "D:/internet/Apache2"
PidFile logs/httpd.pid

<IfModule mpm_winnt.c>
ThreadsPerChild 250
MaxRequestsPerChild 0
</IfModule>

Listen 80
ServerAdmin 4wd@mail.ru
ServerName www.4wd.ru:80

UseCanonicalName Off
DocumentRoot "D:/internet/html"

<Directory />
Options Indexes Includes
AllowOverride All
</Directory>

<Directory "D:/internet/html">
UserDir "D:/internet/html"
DirectoryIndex index.htm index.html index.phtml

HostnameLookups Off

<Directory "D:/internet/Apache2/manual">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all

<Files *.html>
SetHandler type-map
</Files>

ScriptAlias /cgi-bin/ "D:/internet/cgi-bin/"

<Directory "D:/internet/cgi-bin">
AllowOverride All
Options ExecCGI
</Directory>

AddHandler server-parsed .shtml .shtm .sht .html .htm
#AddType text/html .shtml
#AddOutputFilter INCLUDES .shtml

----serv1
<VirtualHost 127.0.0.2>
ServerAdmin 4wd@mail.ru
ServerName serv1
DocumentRoot "d:/internet/home/serv1/www"
ScriptAlias /cgi/ "d:/internet/home/serv1/cgi/"
ErrorLog d:/internet/home/serv1/error.log
CustomLog d:/internet/home/serv1/access.log common
</VirtualHost>
----------------------------------------------------------------------------------

вот такая у меня "конфигурация".... а PHP и MySQL нет, т.к. все равно пока не нужны.


Последний раз редактировалось bot-kompot; 29.03.2004 в 20:36.