Goodmorning you all,
I am new to apache and I am already having problems.
I'm running Server version: Apache/2.2.3 on debian etch, it starts and I fixed 
some its strangies but it still shows the document root in the address bar.
when I connect to my own site, instead only showing ducktale.org it shows 
ducktale.org/apache2-default and I checked over and over the httpd.conf but 
it still does it. 
any ideas?
here below theres my httpd.conf
thenks in adv

##### httpd.conf######


ServerRoot "/etc/apache2"

Listen xxxx

<IfModule !mpm_netware_module>
<IfModule !mpm_winnt_module>

User httpd
Group httpd

</IfModule>
</IfModule>

ServerAdmin [EMAIL PROTECTED]
ServerName xxxx:80

DocumentRoot "/var/www/apache2-default"

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

<Directory "/var/www/apache2-default">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

<IfModule dir_module>
    DirectoryIndex index.html
</IfModule>

<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>

ErrorLog "logs/error.log"

LogLevel debug

<IfModule log_config_module>
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" 
combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" 
\"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    CustomLog "logs/access_log" common
</IfModule>

<IfModule alias_module>
    ScriptAlias /cgi-bin/ "/var/www/apache2-default/cgi-bin/"
</IfModule>

<IfModule cgid_module>
</IfModule>

<Directory "/var/www/apache2-default/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>

DefaultType text/plain

<IfModule mime_module>
    TypesConfig /etc/apache2/mime.types
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
</IfModule>

<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>

ServerSignature Off
ServerTokens production

Include /etc/squirrelmail/apache.conf

Alias /phpmyadmin /usr/share/phpmyadmin/
<Directory /usr/share/phpmyadmin/>
        Options +ExecCGI +FollowSymLinks +Indexes -MultiViews
          <IfModule dir_module>
          DirectoryIndex index.php
          </IfModule>
        Allow from all
</Directory>

-- 
La libertà di scelta deriva dal dominare l'abitudine.
The freedom of choice come from dominating the habit.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to