Gitstack not working on windows with already installed apache.
0
Hi.
I tried to install gitstack on windows 7 64 bit. i have already running apache on port 80 in my E:/xampp. i have installed windows on C:
now i installed gitstack on E:\gitstack and tried to running it and it does not work so i changed port in conf file in E:\gitstack\apache\httpd.conf
tried to restart service but it does not work. i also give servername as i see error about that in logs file. but it steel did not work.
i tried to see error logs @ E:\gitstack\apache\logs but nothing generates there in all i see is pid file which i believe generated by apache as there is already another apache service running. can you tell me how i can work out my setup ?
Tags: asked April 23, 2012
hardik
0
2 Answers
0
ah! i found some issues.
the thing is everywhere path is like "C:/dev/" and i have installed it in e:
i.e. in apache httpd.conf
apacheroot is setup for "C:\dev\gitstack\apache\htdocs" and almost everywhere path
is absolute that is the reason its not working i created netbeans project and replace all the paths to E:\
even after doing this much its steel not working. no logs in apache so i can't tell whats the problem
hardik
0
0
Make sure to follow this documentation :
GitStack and other webservers
Please check also this issue : https://github.com/smart-mobile-software/gitstack/issues/55
GitStack and other webservers
Please check also this issue : https://github.com/smart-mobile-software/gitstack/issues/55
Your Answer
Please login to post questions.