[users@httpd] Re: Alias and directory path

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




 Tell us *exactly* what happens when you try to request a page,
 including the exact URL that you use, and the exact contents of the
 error and access logs for the request.

 Joshua.



Again, thanks for the response.

URL:
http://www.hingedmind.com/mind/

Results:

Access forbidden!

You don't have permission to access the requested directory. There is
either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.
Error 403
www.hingedmind.com
Mon Jan 30 12:49:59 2006
Apache/2.0.49 (Linux/SuSE)

URL:
http://www.hingedmind.com/mind ---> changes to
http://www.hingedmind.com/index.php

Results:

Object not found!

The requested URL was not found on this server. If you entered the URL
manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.
Error 404
www.hingedmind.com
Mon Jan 30 12:52:57 2006
Apache/2.0.49 (Linux/SuSE)


Global Configuration:

DocumentRoot "/srv/www/htdocs/hingedmind"

<Directory "/srv/www/htdocs/hingedmind">
Options None
AllowOverride None
Order allow,deny
 Allow from all
</Directory>

Alias /icons/ "/usr/share/apache2/icons/"

<Directory "/usr/share/apache2/icons">
 Options Indexes MultiViews
 AllowOverride None
 Order allow,deny
 Allow from all
</Directory>

<IfModule mod_userdir.c>
UserDir public_html
Include /etc/apache2/mod_userdir.conf
</IfModule>

 ScriptAlias /cgi-bin/ "/srv/www/cgi-bin/"

 <Directory "/srv/www/cgi-bin">
  AllowOverride None
  Options +ExecCGI -Includes
  Order allow,deny
  Allow from all
 </Directory>

Include /etc/apache2/conf.d/*.conf
#Include /etc/apache2/vhosts.d/*.conf

#
# hingedmind mail
#
Alias /mindmail "/srv/www/htdocs/hingedmind/squirrelmail-1.4.5/src/"
<Directory "/srv/www/htdocs/hingedmind/squirrelmail-1.4.5/src/">
 Options Indexes FollowSymLinks
 DirectoryIndex index.php
 AllowOverride None
 Order allow,deny
 Allow from all
</Directory>

Include /etc/apache2/conf.d/apache2-manual?conf

-Thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux