Hey Folks, <br><br>My best Practical Log isn't showing up on my pages. I added the exception to my httpd.conf to tell it not to pass the logo through fast_CGI and restarted httpd, but it's still not showing up. I have Apache 2.0.52 with mysql 4.1.22 running on RHEL4.<br>
<br>This is what my httpd.conf looks like:<br><br><VirtualHost *:80><br> ServerAdmin <a href="mailto:sthomson@uua.org">sthomson@uua.org</a><br> ServerName <a href="http://rt.uua.org">rt.uua.org</a><br> ServerAlias <a href="http://rt2.uua.org">rt2.uua.org</a><br>
DocumentRoot /opt/rt3/share/html/<br> # RedirectMatch permanent (.*)/$ <a href="http://rt2.uua.org">http://rt2.uua.org</a>$1/index.html<br> AddDefaultCharset UTF-8<br> AddHandler fastcgi-script .fcgi<br> CustomLog /var/log/httpd/rt-access_log combined<br>
ErrorLog /var/log/httpd/rt-error_log<br> # for RT docroot:<br> <Directory "/opt/rt3/share/html"><br> Options FollowSymLinks ExecCGI<br> AllowOverride None<br> </Directory><br> # Pass through requests to for noauth<br>
Alias /NoAuth/images /opt/rt3/share/html/NoAuth/images<br> ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/<br></VirtualHost><br><br>/opt3/rt3/share/html/NoAuth/images is owned by apache:apache as is the file <br><br>
It looks like the file is supposed to be here when you click on properties: <a href="http://noauth/images//bplogo.gif">http://noauth/images//bplogo.gif</a> <br><br>Is the extra slash between images and bplogo.gif supposed to be there? If not, how do I get rid of it?<br>
<br>Thanks!<br><br>Scott<br>