Anzeige:
Ergebnis 1 bis 5 von 5

Thema: apache root dir auf anderer partition

  1. #1
    yet another gentoo user Avatar von leifg
    Registriert seit
    May 2001
    Ort
    remchingen
    Beiträge
    255

    apache root dir auf anderer partition

    ich hab extra ne schön große partition um da mein web-server zeux drauf zu kloppen. die is gemountet unter /data. fstab sieht so aus:

    [QUOTE]
    # <file system> <mount point> <type> <options> <dump> <pass>
    /dev/hda2 / ext3 errors=remount-ro 0 1
    /dev/hda1 none swap sw 0 0
    /dev/hdb1 /data ext3 defaults,user 0 1
    proc /proc proc defaults 0 0
    /dev/fd0 /floppy auto user,noauto 0 0
    /dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
    [QUOTE]

    die pladde "gehört" einem user:
    drwxr--r-- 8 leifg samba 4.0k 9. Mai 14:07 data

    wenn ich das apache verzeichnis nach /var/www lege, funzt alles einwandfrei. auch wenn ich es nach /var/www2 lege ist das ganze kein problem (dazu stelle ich "DocumentRoot /var/www" und "<Directory /var/www/>" in der /etc/apache/httpd.conf um). aber immer wenn ich mit dem browser drauf zugreifen will kommt folgende seite:

    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>403 Forbidden</title>
    </head><body>
    <h1>Forbidden</h1>
    You don't have permission to access /
    on this server.<p>
    <hr>
    <address>Apache/1.3.26 Server at malter.genserts Port 80</address>
    </body></html>

    woran kann das liegen. Ich hab hier noch meine /var/log/apache/error.log:

    [Fri May 9 13:59:10 2003] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
    [Fri May 9 13:59:11 2003] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
    [Fri May 9 13:59:11 2003] [warn] pid file /var/run/apache.pid overwritten -- Unclean shutdown of previous Apache run?
    [Fri May 9 13:59:12 2003] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
    [Fri May 9 13:59:12 2003] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux configured -- resuming normal operations
    [Fri May 9 13:59:12 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
    [Fri May 9 13:59:12 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)
    [Fri May 9 14:00:04 2003] [notice] caught SIGTERM, shutting down
    [Fri May 9 14:00:05 2003] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
    [Fri May 9 14:00:06 2003] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
    [Fri May 9 14:00:06 2003] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux configured -- resuming normal operations
    [Fri May 9 14:00:06 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
    [Fri May 9 14:00:06 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)
    [Fri May 9 14:01:24 2003] [notice] caught SIGTERM, shutting down
    [Fri May 9 14:01:25 2003] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
    [Fri May 9 14:01:26 2003] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
    [Fri May 9 14:01:26 2003] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux configured -- resuming normal operations
    [Fri May 9 14:01:26 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
    [Fri May 9 14:01:26 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)
    [Fri May 9 14:02:06 2003] [notice] caught SIGTERM, shutting down
    [Fri May 9 14:02:08 2003] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
    [Fri May 9 14:02:09 2003] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
    [Fri May 9 14:02:09 2003] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux configured -- resuming normal operations
    [Fri May 9 14:02:09 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
    [Fri May 9 14:02:09 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)
    [Fri May 9 14:04:32 2003] [notice] caught SIGTERM, shutting down
    [Fri May 9 14:04:34 2003] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux configured -- resuming normal operations
    [Fri May 9 14:04:34 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
    [Fri May 9 14:04:34 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)
    [Fri May 9 14:11:22 2003] [notice] caught SIGTERM, shutting down
    [Fri May 9 14:11:24 2003] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux configured -- resuming normal operations
    [Fri May 9 14:11:24 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
    [Fri May 9 14:11:24 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)

    das verzeichnis /data/www hat folgende berechtigungen:
    drwxr-xr-x 9 www-data www-data 4.0k 21. Apr 19:21 www

    danke im voraus
    Komparativ steht mit "als".

  2. #2
    yet another gentoo user Avatar von leifg
    Registriert seit
    May 2001
    Ort
    remchingen
    Beiträge
    255
    sorry die httpd.conf war nicht vollständig hier die vollständige:

    ServerType standalone
    ServerRoot /etc/apache
    LockFile /var/lock/apache.lock
    PidFile /var/run/apache.pid
    ScoreBoardFile /var/run/apache.scoreboard
    Timeout 300
    KeepAlive On
    MaxKeepAliveRequests 100
    KeepAliveTimeout 15
    MinSpareServers 5
    MaxSpareServers 10
    StartServers 5
    MaxClients 150
    MaxRequestsPerChild 100
    LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so
    LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
    LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
    LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so
    LoadModule status_module /usr/lib/apache/1.3/mod_status.so
    LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
    LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
    LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
    LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
    LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
    LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
    LoadModule access_module /usr/lib/apache/1.3/mod_access.so
    LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
    LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so
    LoadModule unique_id_module /usr/lib/apache/1.3/mod_unique_id.so
    LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so
    ExtendedStatus On
    Port 80
    User www-data
    Group www-data
    ServerAdmin webmaster@mail
    DocumentRoot /data/www
    <Directory />
    Options SymLinksIfOwnerMatch
    AllowOverride None
    </Directory>
    <Directory /data/www/>
    Options Indexes Includes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    <IfModule mod_userdir.c>
    UserDir public_html
    </IfModule>
    <Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    <Limit GET POST OPTIONS PROPFIND>
    Order allow,deny
    Allow from all
    </Limit>
    <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
    Order deny,allow
    Deny from all
    </Limit>
    </Directory>
    <IfModule mod_dir.c>
    DirectoryIndex index.html index.htm index.shtml index.cgi
    </IfModule>
    AccessFileName .htaccess
    <Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    </Files>
    UseCanonicalName On
    TypesConfig /etc/mime.types
    DefaultType text/plain
    <IfModule mod_mime_magic.c>
    MIMEMagicFile share/magic
    </IfModule>
    HostnameLookups Off
    ErrorLog /var/log/apache/error.log
    LogLevel warn
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %v" full
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %P %T" debug
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    CustomLog /var/log/apache/access.log combined
    ServerSignature On
    Alias /icons/ /usr/share/apache/icons/
    <Directory /usr/share/apache/icons>
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    <Directory /usr/lib/cgi-bin/>
    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
    </Directory>
    <IfModule mod_autoindex.c>
    #
    # FancyIndexing: whether you want fancy directory indexing or standard
    #
    IndexOptions FancyIndexing NameWidth=*
    #
    # AddIcon* directives tell the server which icon to show for different
    # files or filename extensions. These are only displayed for
    # FancyIndexed directories.
    #
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*
    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ps .ai .eps
    AddIcon /icons/layout.gif .html .shtml .htm .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .tex
    AddIcon /icons/bomb.gif core
    AddIcon /icons/deb.gif .deb
    AddIcon /icons/back.gif ..
    AddIcon /icons/hand.right.gif README
    AddIcon /icons/folder.gif ^^DIRECTORY^^
    AddIcon /icons/blank.gif ^^BLANKICON^^
    #
    # DefaultIcon: which icon to show for files which do not have an icon
    # explicitly set.
    #
    DefaultIcon /icons/unknown.gif
    #
    # AddDescription: allows you to place a short description after a file in
    # server-generated indexes. These are only displayed for FancyIndexed
    # directories.
    # Format: AddDescription "description" filename
    #
    #AddDescription "GZIP compressed document" .gz
    #AddDescription "tar archive" .tar
    #AddDescription "GZIP compressed tar archive" .tgz
    #
    # ReadmeName: the name of the README file the server will look for by
    # default, and append to directory listings.
    #
    # HeaderName: the name of a file which should be prepended to
    # directory indexes.
    #
    # The server will first look for name.html and include it if found.
    # If name.html doesn't exist, the server will then look for name.txt
    # and include it as plaintext if found.
    #
    ReadmeName README
    HeaderName HEADER
    #
    # IndexIgnore: a set of filenames which directory indexing should ignore
    # and not include in the listing. Shell-style wildcarding is permitted.
    #
    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
    </IfModule>
    <IfModule mod_mime.c>
    # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+)
    # uncompress information on the fly. Note: Not all browsers support
    # this. Despite the name similarity, the following Add* directives
    # have nothing to do with the FancyIndexing customization
    # directives above.
    AddEncoding x-compress Z
    AddEncoding x-gzip gz tgz
    #
    # AddLanguage: allows you to specify the language of a document. You can
    # then use content negotiation to give a browser a file in a language
    # it can understand.
    #
    # Note 1: The suffix does not have to be the same as the language
    # keyword --- those with documents in Polish (whose net-standard
    # language code is pl) may wish to use "AddLanguage pl .po" to
    # avoid the ambiguity with the common suffix for perl scripts.
    #
    # Note 2: The example entries below illustrate that in quite
    # some cases the two character 'Language' abbriviation is not
    # identical to the two character 'Country' code for its country,
    # E.g. 'Danmark/dk' versus 'Danish/da'.
    #
    # Note 3: In the case of 'ltz' we violate the RFC by using a three char
    # specifier. But there is 'work in progress' to fix this and get
    # the reference data for rfc1766 cleaned up.
    #
    # Danish (da) - Dutch (nl) - English (en) - Estonian (ee)
    # French (fr) - German (de) - Greek-Modern (el)
    # Italian (it) - Portugese (pt) - Luxembourgeois* (ltz)
    # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)
    # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)
    #
    AddLanguage da .dk
    AddLanguage nl .nl
    AddLanguage en .en
    AddLanguage et .ee
    AddLanguage fr .fr
    AddLanguage de .de
    AddLanguage el .el
    AddLanguage it .it
    AddLanguage ja .ja
    AddCharset ISO-2022-JP .jis
    AddLanguage pl .po
    AddCharset ISO-8859-2 .iso-pl
    AddLanguage pt .pt
    AddLanguage pt-br .pt-br
    AddLanguage ltz .lu
    AddLanguage ca .ca
    AddLanguage es .es
    AddLanguage sv .se
    AddLanguage cz .cz
    # LanguagePriority: allows you to give precedence to some languages
    # in case of a tie during content negotiation.
    #
    # Just list the languages in decreasing order of preference. We have
    # more or less alphabetized them here. You probably want to change
    # this.
    #
    <IfModule mod_negotiation.c>
    LanguagePriority en da nl et fr de el it ja pl pt pt-br ltz ca es sv
    </IfModule>
    #
    # AddType allows you to tweak mime.types without actually editing
    # it, or to make certain files to be certain types.
    #
    # For example, the PHP 3.x module (not part of the Apache
    # distribution - see http://www.php.net) will typically use:
    #
    #AddType application/x-httpd-php3 .php3
    #AddType application/x-httpd-php3-source .phps
    #
    # And for PHP 4.x, use:
    #
    #AddType application/x-httpd-php .php
    #AddType application/x-httpd-php-source .phps
    AddType application/x-tar .tgz
    AddType image/bmp .bmp
    # hdml
    AddType text/x-hdml .hdml
    #
    # AddHandler allows you to map certain file extensions to "handlers",
    # actions unrelated to filetype. These can be either built into
    # the server or added with the Action command (see below).
    #
    # If you want to use server side includes, or CGI outside
    # ScriptAliased directories, uncomment the following lines.
    #
    # To use CGI scripts:
    #
    #AddHandler cgi-script .cgi .sh .pl
    #
    # To use server-parsed HTML files
    #
    #AddType text/html .shtml
    #AddHandler server-parsed .shtml
    #
    # Uncomment the following line to enable Apache's send-asis HTTP
    # file feature.
    #
    #AddHandler send-as-is asis
    #
    # If you wish to use server-parsed imagemap files, use
    #
    #AddHandler imap-file map
    #
    # To enable type maps, you might want to use
    #
    #AddHandler type-map var
    </IfModule>
    AddDefaultCharset on
    <IfModule mod_setenvif.c>
    #
    # The following directives modify normal HTTP response behavior.
    # The first directive disables keepalive for Netscape 2.x and browsers that
    # spoof it. There are known problems with these browser implementations.
    # The second directive is for Microsoft Internet Explorer 4.0b2
    # which has a broken HTTP/1.1 implementation and does not properly
    # support keepalive when it is used on 301 or 302 (redirect) responses.
    #
    BrowserMatch "Mozilla/2" nokeepalive
    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
    #
    # The following directive disables HTTP/1.1 responses to browsers which
    # are in violation of the HTTP/1.0 spec by not being able to grok a
    # basic 1.1 response.
    #
    BrowserMatch "RealPlayer 4\.0" force-response-1.0
    BrowserMatch "Java/1\.0" force-response-1.0
    BrowserMatch "JDK/1\.0" force-response-1.0
    </IfModule>
    <IfModule mod_perl.c>
    Alias /perl/ /var/www/perl/
    <Location /perl>
    SetHandler perl-script
    PerlHandler Apache::Registry
    Options +ExecCGI
    </Location>
    </IfModule>
    Alias /doc/ /usr/share/doc/
    <Location /doc>
    order deny,allow
    deny from all
    allow from 127.0.0.0/255.0.0.0
    Options Indexes FollowSymLinks MultiViews
    </Location>
    <IfModule mod_proxy.c>
    #
    # Proxy Server directives. Uncomment the following lines to
    # enable the proxy server:
    #
    #<IfModule mod_proxy.c>
    #ProxyRequests On
    #
    #<Directory proxy:*>
    # Order deny,allow
    # Deny from all
    # Allow from .your_domain.com
    #</Directory>
    </IfModule>
    Komparativ steht mit "als".

  3. #3
    `,´ Avatar von $kuLL
    Registriert seit
    May 2002
    Beiträge
    646
    hallo,

    schon mal nen chmod 777 -R /data/www gemacht, zum testen obs an den rechten liegt?

  4. #4
    `,´ Avatar von $kuLL
    Registriert seit
    May 2002
    Beiträge
    646
    obwohl,wenn du viele sachen unter der wurzel hast solltest du das doch lieber lassen, sonst weißt du nicht mehr wie die originalrechte waren

    welche rechte hat denn die index.*?

  5. #5
    yet another gentoo user Avatar von leifg
    Registriert seit
    May 2001
    Ort
    remchingen
    Beiträge
    255
    chmod 777 www und chmod 777 index.html bringt gar nix

    an den rechten liegts auch nicht
    Komparativ steht mit "als".

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •