Apache 2.2 suck...

Gilad Nevo gn.nevo at gmail.com
Sön Aug 5 10:57:52 BST 2007


Hej
Håller på med apache2.2 i Ubuntu...
öppnade en virtuellserver och försöker i Directive begränsa åtkomsten
till underkatalogerna genom:

DocumentRoot /.../.../
	<Directory />
		Options FollowSymLinks
		AllowOverride None
	</Directory>
<Directory "/.../.../">
Options Indexes FollowSymLinks MultiViews
		Options None
		# AllowOverride None
		Order allow,deny
                # allow from all
		 allow from localhost, 127.0.0.1, (och andra IP...)
		# This directive allows us to have apache2's default start page
                # in /apache2-default/, but still have / go to the right place
                #RedirectMatch ^/$ /apache2-default/
</Directory>

Problemet är att om jag testar via localhost får jag också permisson
denied. I Apache 1.3 funkar detta utmärkt.

GRrrrrr.....

Har någon en förklaring, lösning? Bra Manual till apache2.2?

Ha dé
/Gilad




More information about the ubuntu-se mailing list