Jump to content
  • 0

VirtualHost дэнвер


stars
 Share

Question

У меня вопросец как добавить виртуальный хост в дэнвере?

Я в курсе что в дэнвере достаточно создать директорию в папке home с папкой www и будет мне счастье, но у меня папка www находится на удаленном компьютере, у меня расшарен диск удаленного компьютера и путь до папки www выглядит так:

I:\JOB\GreenGear\www

обычно я пользовался стареньким апачем где писал:

<VirtualHost *>
<Directory />
Options +Includes
</Directory>
ServerAdmin webmaster@example.com
DocumentRoot I:/JOB/GreenGear/www
ServerName gshop
ErrorLog logs/gshop
CustomLog logs/gshop common
</VirtualHost>

как бы там все работало, а тут не работает как быть?

p.s. дэнвер решил поставить чтобы не мучаться с настройкой апача пхп mysql те версии которыми пользовался я несколько устарели...

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

кароче проблема я так понял что не в дэнвере а именно в апаче

Вот так работает:

NameVirtualHost 127.0.0.1
#localhost
<VirtualHost localhost>
ServerAdmin me@localhost
ServerName localhost
DocumentRoot "C:/Site/home/localhost/web"
ScriptAlias /cgi/ "C:/Site/home/localhost/cgi/"
ErrorLog C:/Site/home/localhost/error.log
CustomLog C:/Site/home/localhost/access.log common
</VirtualHost>

вот так не работае

NameVirtualHost 127.0.0.1
#localhost
<VirtualHost localhost>
ServerAdmin me@localhost
ServerName localhost
DocumentRoot "//192.168.0.100/WEB-IMAGES/JOB/web"
ScriptAlias /cgi/ "C:/Site/home/localhost/cgi/"
ErrorLog C:/Site/home/localhost/error.log
CustomLog C:/Site/home/localhost/access.log common
</VirtualHost>

пробовал прописывать

DocumentRoot "//192.168.0.100/WEB-IMAGES/JOB/web"
DocumentRoot "//img-srv/WEB-IMAGES/JOB/web"
DocumentRoot "I:/JOB/web"

апач категорически выдает

the requested operation has failed
в логах error.log записей нету

спасите что делать? Линкануть папку через far тоже не получается так как она расшаренная

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy