Re: Error when Installing AegirCMS
"Marcin Soltysiak" <[email protected]>
| Newsgroups | gmane.comp.web.midgard.user |
|---|---|
| Message-ID | <007201c588b5$0acc81c0$1400a8c0@solt> |
>I followed those instructions and after it appeared that the installation had >completed, I attempted to start the Aegir module by going to >http://localhost/aegir on my system and I am getting a blank screen and an >error message in the error log that says: > >[Thu Jul 14 14:22:53 2005] [error] [client 10.0.1.17] File does not exist: >/var/local/lib/midgard/vhosts/10.0.1.141/8500/aegir > >I am starting to get the sense Midgard just doesn't want to work for me. :( Not at all! Seems like you've set apache to run on port 8500 while Aegir by default runs on port 8001. Solution: 1. Change apache to listen on 8001 or 2. Modify host record in midgard table so that name='localhost', prefix='/aegir' and port='8001' Solt