I have hit a wall in trying to eliminate a 403 error, and I am hoping
someone can show me the error of my ways. My server configuration is
Apache/2.0.55 (Unix) PHP/4.4.2 mod_ssl/2.0.55 OpenSSL/0.9.7i.
If I attempt to go to a directory on my web server, such as /test/, I
get Forbidden - You do
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
If I attempt to go to a directory on my web server, such as /test/, I
get Forbidden - You don't have permission to access /test/ on this
server. Now, if I try to go to a file within that directory, su
[EMAIL PROTECTED] wrote:
Try changing the LogLevel directive to debug.
LogLevel debug
This will generate the max amount of error logging.
Be carefull you do not run out of disk space though.
I have plenty of disk space. The LogLevel was set to warn. Changing to
debug has not made a diff
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
If I attempt to go to a directory on my web server, such as /test/, I
get Forbidden - You don't h
Joshua Slive wrote:
[Back to the list.]
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
The unix permissions are the same as the directory containing my PHP
code (which is working). There is no index.html file in the directory.
I thought that mod_autoindex being acti
le is of any help to you.
http://www.modwest.com/help/kb.phtml?qid=144&cat=1
HTH
Keith
In theory, theory and practice are the same;
In practice they are not.
On Tue, 7 Feb 2006, Jonathan S. Abrams wrote:
To: users@httpd.apache.org
From: Jonathan S. Abrams <[EMAIL PROTECTED]&
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
Other than that, you will need to get into more serious debugging like
running "strace httpd -X" and seeing what syscall is failing.
Does strace exist for Tiger
ryone!
-Jonathan
Jonathan S. Abrams wrote:
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
Other than that, you will need to get into more serious debugging like
running "strace httpd -X" and seeing what syscall is fail
Joshua Slive wrote:
DirectoryIndex and Options Indexes do not override each other. They
are complementary.
That's what I initially thought.
I strongly suspect that you have a simple config or unix permissions
problem.
It must be config, because the unix permissions are correct.
But t
previously worked, but it certainly didn't have the Apache
recommended format.
Cheers!
-Jonathan
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
"[Tue Feb 07 16:00:14 2006] [error] [client 198.65.202.94]
Directory in\
dex f
I had placed the NameWidth directive in my .conf file, and then Apache
would not load. I am using Apache 2.0.55, and with the directive
NameWidth=* in my .conf file, this is what I found in the system.log file:
SystemStarter [pid?]: Apache2 Web Server (pid?) did not complete
successfully
So
I had a problem with PHP4 and Apache2 (on OS X Server) with Firefox for
Windows. Firefox could not d/l anything from my server. Unfortunately,
it auto-magically fixed itself. Are you running Firefox on Windows?
-Jonathan
Jacqui Caren wrote:
A development system I use is failing to upload
Joshua Slive wrote:
On 2/9/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
IndexOptions +FoldersFirst
Where should NameWidth=* be placed within the above configuration?
NameWidth is an argument to IndexOptions, so it should be placed on
the end of the IndexOptions line.
Check the directory options in your conf file and the permissions on the
folder containing index.html.
-Jonathan
zhou jian wrote:
Hello Everyone,
Once I started the httpd, I tried to visit the website
with http://127.0.0.1/index.html. It showed " It works
".
Then I tried my ipaddress
http:/
The above is the directory options in my conf file.
It
is standard configuration. And I changed all the
permission to 777 for the htdocs directory. But it
still doesn't work!
--- "Jonathan S. Abrams"
<[EMAIL PROTECTED]> wrote:
Check the
l/index.html
[Fri Feb 24 14:53:54 2006] [error] [client
128.255.163.105] client denied by server
configuration: /opt/rt3/share/html/index.html
[Fri Feb 24 15:00:25 2006] [error] [client
128.255.163.105] client denied by server
configuration: /opt/rt3/share/html/index.html
--- "Jonathan S
http://128.255.163.105/rt
to get to that location.
I used /opt/rt3/share/html as the document root. What
does your last sentence mean? Does that mean I can't
alias /opt/rt3/share/html with /rt because that I have
to use that as document root?
--- "Jonathan S. Abrams"
<[EMAIL PROTECTED
/rt3 as an alias.
Does the alias mean that i can try that out with
typing long directory?
--- "Jonathan S. Abrams"
<[EMAIL PROTECTED]> wrote:
You should be able to get to /opt/rt3/share/html
from an /rt3 alias, but
if the path of the alias is not relative, shouldn't
your a
Joshua Slive wrote:
On 2/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote:
Hi Joshua
[Mon Feb 27 09:07:24 2006] [error] [client 192.168.1.20] client denied
by server configuration:
/home/qrq/httpd-2.0.55_dir/htdocs/server-status
below is access logs
192.168.1.20 - - [27/Feb/2006:09:07:24 -
I am using Apache v2.0.55. In my error log file, I am seeing the
following entry.
[warn] NameVirtualHost *:80 has no VirtualHosts
Now, looking in my .conf file, I do see a line that reads
"NameVirtualHost *:80", and it is commented out. However, when I
uncommented it, I still received the w
ave stated NameVitrualHost *:80 but have
none virtual host and that's why Apache is complainig.
Cheers,
Aleks
Jonathan S. Abrams wrote:
I am using Apache v2.0.55. In my error log file, I am seeing the
following entry.
[warn] NameVirtualHost *:80 has no VirtualHosts
Now, looking in my .conf f
actually "[warn] NameVirtualHost *:80 has no VirtualHosts",
then you have an extra "NameVirtualHost *:80" somewhere. Do you have
two different NameVirtualHost directives? Have you checked to see if
the conf file is including another config file somewhere?
-Victor
On 3/9/06
22 matches
Mail list logo