Hi all,

i've tried not to bring this to the list, as it seemed pretty trivial at first, but 
now i'm ready to swallow my pride and ask :)

After following the install docs in the aegir-cms site, i've gotten to this point

- Midgard seems to be running OK, it shows in Apache signature and phpinfo()

- It's running at nofx.follower.net:8080, this domain is mapped to 127.0.0.1 in 
/etc/hosts

- The first time i tried to access at nofx.follower.net:8080/asgard/
it greeted me with a login prompt. I entered 'admin' and 'password'

- Now i only get a 403 error "You don't have permission to access /asgard/ on this 
server". Same with example, etc..



Apache is running as 'apache.apache' and so i've chowned -R 
 - everything in htdocs   
 - /var/midgard/pagecache
 - /var/www/midgardblobs


midgard-data.conf relevant parts are
--------
MidgardPageCacheDir /var/midgard/pagecache

NameVirtualHost nofx.follower.net:8080
<VirtualHost nofx.follower.net:8080>
    MidgardEngine On
    ServerName nofx.follower.net
    Port 8080

    # Switch off magic quotes - it is required with Midgard
    php_value magic_quotes_gpc off
    php_value magic_quotes_runtime off

    # Configure text parser:
    # Change to 'russian' for Russian Midgard
    MidgardParser latin1
    MidgardBlobDir "/var/www/midgardblobs/"


--------


I've tried quite a few homemade 'solutions', still get the dreaded 403 error


My box is running Apache 1.3.27/Mysql 3.23.43 (Gentoo Linux)

Any hint? Thanks in advance :)




-- 

--
Manuel Gonz�lez Noriega 
[EMAIL PROTECTED]
... .. -- .--. .-.. . .-.. --- --. .. -.-. .-  
Simplel�gica - Construcci�n web
http://www.simplelogica.net
[EMAIL PROTECTED]
011011001111001101100111011010010110001101100001

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to