public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
From: Cyrill Helg <linux@solnet.ch>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] Apache: Rechte für .php files richtig setzen?
Date: Tue, 2 Aug 2005 19:58:00 +0200	[thread overview]
Message-ID: <200508021958.00529.linux@solnet.ch> (raw)
In-Reply-To: <200508021944.18137.linux@solnet.ch>

[...]

Übrigens sieht meine config im Moment so aus:

<VirtualHost *:80>
        ServerAdmin xx
        ServerName xx
        ServerAlias xx

        DocumentRoot /var/www/xx/mambo
        DirectoryIndex index.php index.html index.htm

        SuexecUserGroup xx_user xx_group

        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>

        <Directory /var/www/xx>
                Options FollowSymLinks
                AllowOverride AuthConfig
                Order allow,deny
                allow from all
        </Directory>

        <Directory /var/www/xx/mambo>
                #Options FollowSymLinks
                AllowOverride All
        </Directory>

        ScriptAlias /cgi-bin/ /var/www/php-fcgi-scripts/xx/
        <Directory "/var/www/php-fcgi-scripts/xx">
                AllowOverride None
                Options +ExecCGI -MultiViews -Indexes
                Order allow,deny
                Allow from all
        </Directory>

</VirtualHost>

Das Problem immer noch, dass man per direkte URL einfach alle Files in meinem 
Mambo Ordner holen kann.

Besten Dank für die Hilfe


-- 
gentoo-user-de@gentoo.org mailing list



  reply	other threads:[~2005-08-02 18:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-02 15:49 [gentoo-user-de] Apache: Rechte für .php files richtig setzen? Cyrill Helg
2005-08-02 17:39 ` Sebastian Damm
2005-08-02 17:44   ` Cyrill Helg
2005-08-02 17:58     ` Cyrill Helg [this message]
2005-08-02 19:43     ` Sebastian Damm
2005-08-03  6:39       ` Stephan Wentz
2005-08-03 10:35         ` Cyrill Helg
2005-08-03 10:43           ` Stephan Wentz
2005-08-03 21:33             ` Cyrill Helg
2005-08-04  6:33           ` Sebastian Damm
2005-08-04 14:43             ` Cyrill Helg
  -- strict thread matches above, loose matches on Subject: below --
2005-08-02 16:15 Maillinglisten
2005-08-02 16:42 ` Cyrill Helg
2005-08-02 17:16   ` Olaf Niermann
2005-08-02 17:22     ` Cyrill Helg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200508021958.00529.linux@solnet.ch \
    --to=linux@solnet.ch \
    --cc=gentoo-user-de@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox