Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

не могу настроить апач #143

Open
des1roer opened this issue Jun 23, 2015 · 1 comment
Open

не могу настроить апач #143

des1roer opened this issue Jun 23, 2015 · 1 comment

Comments

@des1roer
Copy link

        <VirtualHost *:%httpport%>
            DocumentRoot    "%hostdir%"
            ServerName      "%host%"
            ServerAlias     "%host%" %aliases%
            ScriptAlias     /cgi-bin/ "%hostdir%/cgi-bin/"
        </VirtualHost>

        <VirtualHost *:80>
            ServerName www.yii2-start.domain # You need to change it to your own domain  
            ServerAlias yii2-start.domain # You need to change it to your own domain  
            DocumentRoot "%host%"/yii2/yii2-start # You need to change it to your own path  
            <Directory "%host%"/yii2/yii2-start> # You need to change it to your own path  
                AllowOverride All  
            </Directory>  
        </VirtualHost>

использую open-server

@vova07
Copy link
Owner

vova07 commented Jun 23, 2015

К сожалению у меня нет под рукой локальной машины на OS Windows по этому точно подсказать не могу. Но возможно переменные неправильно подставляют рут?
Что именно за ошибка у вас всплывает?
Можете попробовать прописать полные пути вручную?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants