Ive managed to get Synaptic / Apt to download the 1.7.1 versions of
Midgard and install them.  Got a bit stuck now as when I goto the root
folder of specified domain created in datagard, it throws out a 403
error (access forbidden) and when trying some of the addons 404 error
(file not found)

Errorlog shows
 20:38:30 2005] [error] [client] File does not exist:
/var/lib/midgard/vhosts/yourgite.dyndns.org/80/spider-admin
[Mon Sep 12 20:43:37 2005] [error] [client] File does not exist:
/var/lib/midgard/vhosts/yourgite.dyndns.org/80/spider-admin
[Mon Sep 12 20:43:37 2005] [error] [client] File does not exist:
/var/lib/midgard/vhosts/yourgite.dyndns.org/80/favicon.ico
[Mon Sep 12 21:06:31 2005] [error] [client] Directory index forbidden by
rule: /var/lib/midgard/vhosts/yourgite.dyndns.org/80/
[Mon Sep 12 21:06:31 2005] [error] [client] File does not exist:
/var/lib/midgard/vhosts/yourgite.dyndns.org/80/favicon.ico
[Mon Sep 12 21:07:44 2005] [error] [client] File does not exist:
/var/lib/midgard/vhosts/yourgite.dyndns.org/80/aegir

Access log
[12/Sep/2005:20:34:04 +0100] "GET / HTTP/1.0" 403 1070 "-" "Mozilla/5.0
(Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 (No IDN)
Firefox/1.0.6"
[12/Sep/2005:20:34:04 +0100] "GET /favicon.ico HTTP/1.0" 404 1066 "-"
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10)
Gecko/20050716 (No IDN) Firefox/1.0.6"
[12/Sep/2005:20:35:00 +0100] "GET /aegir HTTP/1.0" 404 1066 "-"
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10)
Gecko/20050716 (No IDN) Firefox/1.0.6"
[12/Sep/2005:20:38:30 +0100] "GET /spider-admin HTTP/1.0" 404 1066 "-"
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10)
Gecko/20050716 (No IDN) Firefox/1.0.6"
[12/Sep/2005:20:43:37 +0100] "GET /spider-admin HTTP/1.0" 404 1066 "-"
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10)
Gecko/20050716 (No IDN) Firefox/1.0.6"
[12/Sep/2005:20:43:37 +0100] "GET /favicon.ico HTTP/1.0" 404 1066 "-"
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10)
Gecko/20050716 (No IDN) Firefox/1.0.6"
[12/Sep/2005:21:06:31 +0100] "GET / HTTP/1.0" 403 1070 "-" "Mozilla/5.0
(Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 (No IDN)
Firefox/1.0.6"
[12/Sep/2005:21:06:31 +0100] "GET /favicon.ico HTTP/1.0" 404 1066 "-"
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10)
Gecko/20050716 (No IDN) Firefox/1.0.6"
[12/Sep/2005:21:07:44 +0100] "GET /aegir HTTP/1.0" 404 1066 "-"
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10)
Gecko/20050716 (No IDN) Firefox/1.0.6"

I can not see how AEGIR. and spider-admin are supposed to associate
themselfs within apache.

How can I trace down where the problem is?

If I remove aegir or spider admin and reinstall them when I run
Install/Update packages in datagard it just throws up:
Can't make sub-window at (4,17), size (20,44).
Done (exit status ok).


from /etc/midgard/apache/vhosts/yourgite.dyndns.org_80 shows:
<VirtualHost *:80>
ServerName yourgite.dyndns.org
DocumentRoot /var/lib/midgard/vhosts/yourgite.dyndns.org/80

<Directory /var/lib/midgard/vhosts/yourgite.dyndns.org/80>
        Options +SymLinksIfOwnerMatch
        Allow from all
</Directory>

MidgardBlobDir /var/lib/midgard/blobs/midgard

<Directory /var/lib/midgard/blobs/midgard>
        Allow from all
</Directory>

MidgardEngine on

# You may uncomment this line and comment next two to disable caching facility.
#MidgardRootfile /usr/lib/apache2/midgard-root-nommp.php
MidgardPageCacheDir /var/cache/midgard
MidgardRootFile /usr/lib/apache2/midgard-root.php

<Directory /var/cache/midgard>
        Allow from all
</Directory>

MidgardParser UTF-8
MidgardDefaultRealm "Midgard"
MidgardDatabase midgard midgard midgard66
RLimitCPU 20 60
RLimitMem 67108864 134217728

<Directory /usr/share/midgard/midcom/static>
        Allow from all
</Directory>

# Global virtual host level PHP settings for all Midgard applications
#
# Required for uploading attachments
php_admin_flag file_uploads On
# Required by majority of the Midgard PHP applications
php_flag magic_quotes_gpc Off
# Required by MidCOM <= 1.4 (comment this out with newer releases)
#php_flag short_open_tag On
# Recommended at least for MidCOM AIS (20M is the minimum requirement)
# (change and enable if you want to set different value than in php.ini)
php_value memory_limit 20M
# Maximum size of POST data (affects attachment uploads)
# (change and enable if you want to set different value than in php.ini)
php_value post_max_size 50M
# Maximum size for uploaded files (affects attachment uploads)
# (change and enable if you want to set different value than in php.ini)
php_value upload_max_filesize 50M
# Required by MidCOM's caching
php_flag output_buffering On
# Required by midcom-template
php_flag register_globals On

# Location specific PHP settings for certain Midgard applications
#
<Location /spider-admin>
 php_flag register_globals On
</Location>

<Location /aegir>
 php_flag short_open_tag On
 php_flag register_globals On
</Location>

AddDefaultCharset utf-8

# Uncomment if you want to redirect all midcom-admin requests to
# secured host. Keep in mind that mod_rewrite module is mandatory
# and should be loaded in Apache configuration.
# More docs about configuration may be found at:
# http://www.midgard-project.org/midcom-permalink-ebfd755b5fc58087bc4f5771585c63eb
# --- SSL rewrite Start ---
#RewriteEngine On
#RewriteCond %{REQUEST_URI} !^/midcom-admin.*
#RewriteCond %{REQUEST_URI} !^/midcom-static.*
#RewriteCond %{REQUEST_URI} !\.(gif|jpg|css|ico)$
#RewriteRule /(.*)$ http://yourgite.dyndns.org/

#RewriteEngine On
#RewriteCond %{REQUEST_URI} ^/midcom-admin.*
#RewriteRule /(.*)$ https://yourgite.dyndns.org/
# --- SSL rewrite End ---

</VirtualHost>


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

Reply via email to