[Moin-user] Re: Re: Re: suse 9.0: error 403

Chris Epicier seuchato at yahoo.de
Fri Jun 18 12:57:01 EDT 2004


Hi again

I thought I would update to Suse 9.1 and probably all
trouble would vanish: in vain (apache2 would not run
at first). 

The good news is: I can get mywiki to work, the bad
news is, only when I disable the following lines in
/etc/apache2/httpd.conf:
"
# forbid access to the entire filesystem by default
<Directory />
#    Options None
#    AllowOverride None
#    Order deny,allow
#    Deny from all
</Directory>
"
Now that opens apache far too much. I still have the
following lines inluded as recommended for Suse:
- in sysconfig/apache use:
"
APACHE_CONF_INCLUDE_FILES="/etc/apache2/httpd.conf.local"
"
and in /etc/apache2/httpd.conf.local i have:
"
Alias /wiki/ "/usr/share/moin/htdocs/"
<Directory "/usr/share/moin/htdocs/">
    Order deny,allow
    Allow from all
</Directory>
ScriptAlias /mywiki "/usr/share/moin/mywiki/moin.cgi"
<Directory "/usr/share/moin/mywiki/moin.cgi">
    Order deny,allow
    Allow from all
</Directory>
"
but these lines seem to be obsolete or overriden by
the <Directory> instruction in httpd.conf

Sorry but I have no idea how to fix this. Any help?




	

	
		
___________________________________________________________
Bestellen Sie Y! DSL und erhalten Sie die AVM "FritzBox SL" für 0€.
Sie sparen 119€ und bekommen 2 Monate Grundgebührbefreiung.
http://de.adsl.yahoo.com




More information about the Moin-user mailing list