Re: [Apache] Vhost with mod_rewrite

From: Jacob S (stormspotter_at_6Texans.net)
Date: 01/20/05

  • Next message: handyman: "Re: Kppp inactive"
    Date: Thu, 20 Jan 2005 13:02:24 -0600
    To: debian-user@lists.debian.org
    
    

    On Thu, 20 Jan 2005 17:26:40 +0100
    Gob42 <lgob42@free.fr> wrote:

    > I have looked the documentation of apache with your url and i created
    > this configuration :
    >
    > <VirtualHost *>
    > ServerName %0
    > ServerAdmin postmaster@%2+
    > ServerAlias %2+
    > DocumentRoot /home/www/%2+/%1
    >
    > ErrorLog /var/log/apache/%2+/error.log
    > CustomLog /var/log/apache/%2+/access.log full
    >
    > <directory /home/www/%2+>
    > php_admin_value open_basedir "/home/www/%2+/%1"
    >
    > AllowOverride FileInfo AuthConfig Limit Indexes Options
    > Options MultiViews SymLinksIfOwnerMatch +Includes +ExecCGI
    > -FollowSymLinks
    >
    > <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>
    > </VirtualHost>
    >
    > Apache is down with this configuration...
    > I think that comes from the first lines, could you say me how to
    > manage those?

    Sorry, I do not use mod_vhost_alias on any of my servers, I have simply
    heard good things about it from others. You might have more success over
    on debian-isp or an Apache mailing list (see
    http://httpd.apache.org/lists.html ).

    HTH,
    Jacob

    P.S. Please quit top posting. It messes up the order of the whole thread
    and makes it hard to read.

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: handyman: "Re: Kppp inactive"

    Relevant Pages

    • Re: Please HELP!
      ... > overwritten -- Unclean shutdown of previous Apache run? ... > AddType application/x-compress .Z ... > AddType application/x-gzip .gz .tgz ... > ServerName "www.domain1.com" ...
      (freebsd-questions)
    • RE: apache --SOLVED
      ... You Rock Mark, ... Subject: apache --SOLVED ... Cary Pembleton wrote: ... for ServerName". ...
      (Debian-User)
    • Re: Why wont this script run??
      ... I reinstalled apache, and it works. ... > DirectoryIndex index.html index.htm.var index.htm ... DocumentRoot /home/www/html ... ServerName mo.moso.dk ...
      (Fedora)
    • Re: [Apache] Vhost with mod_rewrite
      ... I have looked the documentation of apache with your url and i created ... ServerName %0 ... Apache is down with this configuration... ...
      (Debian-User)
    • Re: freebsd-newbies help....
      ... > DNS and to get apache to use the proper name ... A couple of options that might be useful for apache, here is a snippet from my ... # ServerName gives the name and port that the server uses to identify itself. ... See also the UseCanonicalName directive. ...
      (freebsd-newbies)