Bad URL? I have the symptom, jut can't find the c ause

Same result. :frowning:

Paul C.

Same result on this one also…

Here’s two log entries from the /var/log/httpd/access_log.

This is the failure:

- - [04/Apr/2005:16:28:51 -0400] “POST /index.html HTTP/1.1” 200
2840 “http://chips/rt” “Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6)
Gecko/20050323 Firefox/1.0.2 Fedora/1.0.2-1.3.1”

This is the success:

- - [04/Apr/2005:16:29:39 -0400] “POST /rt/index.html HTTP/1.1” 200
7679 “http://chips/rt/” “Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6)
Gecko/20050323 Firefox/1.0.2 Fedora/1.0.2-1.3.1”

Paul C.

Still the same, my httpd.conf file now looks like this…

NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin root
DocumentRoot /opt/rt3/share/html
# Adding the following for RT (the ticket tracker)
AddHandler fastcgi-script fcgi
<Directory “/opt/rt3/share/html”>
Options FollowSymLinks ExecCGI
AllowOverride None

# Pass through requests to display images
Alias /NoAuth/images /opt/rt3/share/html/NoAuth/images

ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120

Paul C.