Still stack.
please help.
thanks,
Ofer
the setting are:
the Alias setting is: Alias /serweb "/var/www/html/serweb/html"
the filesystem the tree of serweb(admin) is:
"/var/www/html/serweb/html/admin"
when I used:
http://192.168.1.45/serweb/admin/index.php
getting:
Forbidden
You don't have permission to access /serweb/admin/index.php on this
server.
Additionally, a 403 Forbidden error was encountered while trying to use
an ErrorDocument to handle the request.
________________________________________________________________________
Apache/2.0.54 (Fedora) Server at 192.168.1.45 Port 80
-----------------------------------------
access log:
192.168.1.45 - - [22/Feb/2006:08:38:42 -0500]
"GET /serweb/admin/index.php HTTP/1.1" 403 421 "-" "Mozilla/5.0
(X11; U;
Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4
Firefox/1.0.4"
192.168.1.45 - - [22/Feb/2006:08:38:42 -0500] "GET /favicon.ico
HTTP/1.1" 404 287 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US;
rv:1.7.8)
Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4"
---------------------------------------------------
error:
[Wed Feb 22 08:38:42 2006] [error] [client 192.168.1.45] (13)Permission
denied: access to /serweb/admin/index.php denied
-----------------------------------------------------------------
when I used:
http://192.168.1.45/serweb/html/admin/index.php
Not Found
The requested URL /serweb/html/admin/index.php was not found on this
server.
________________________________________________________________________
Apache/2.0.54 (Fedora) Server at 192.168.1.45 Port 80
-----------------------------------------------------
access log:
192.168.1.45 - - [22/Feb/2006:08:40:44 -0500]
"GET /serweb/html/admin/index.php HTTP/1.1" 404 303 "-"
"Mozilla/5.0
(X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4
Firefox/1.0.4"
192.168.1.45 - - [22/Feb/2006:08:40:45 -0500] "GET /favicon.ico
HTTP/1.1" 404 287 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US;
rv:1.7.8)
Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4"
--------------------------------------------------------
error:
[Wed Feb 22 08:40:45 2006] [error] [client 192.168.1.45] File does not
exist: /var/www/html/favicon.ico
On Wed, 2006-02-22 at 08:32 +0100, Karel Kozlik wrote:
Hi,
I changed the http.conf, and I redump all the
serweb files without any
change to : /var/www/html/serweb/.
So the URL should be:
http://192.168.1.45/serweb/html/admin/index.php
NO! The URL should be:
http://192.168.1.45/serweb/admin/index.php
if the alias is this:
Alias /serweb "/var/www/html/serweb/html"
still getting:
-----------------------------------------------
Not Found
The requested URL /serweb/html/admin/index.php was not found on this
server.
If the URL still not work, read the apache logs.
Karel
>
>
> ________________________________________________________________________
> Apache/2.0.54 (Fedora) Server at 192.168.1.45 Port 80
> -----------------------------------------------------------
>
> do I miss something? are there any in between test that I can verify the
> problem?
>
> thanks,
> Ofer
>