[rt-users] Re: Error "You are almost there!"

Alan Premselaar alien at 12inch.com
Mon Sep 25 05:30:10 EDT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yongrui Tang wrote:
> Hi Mike,
> 
>   Thanks for the reply.  I tried with  .fcgi or fcgi and they have the
> same result. Any suggestions would be appreciately.
> 
> Mike Friedman wrote:
> 
> On Wed, 20 Sep 2006 at 14:06 (-0500), Yongrui Tang wrote:
> 
>>>> httpd.conf
>>>> <VirtualHost *:8080>
>>>>   ServerName test.uchicago.edu:8080
>>>>   DocumentRoot "/opt/pkgs/rt/3.4.5/html"
>>>>   AddHandler fastcgi-script .fcgi
> 

I'm not 100% sure, but I'd guess that you don't want the :8080 in your
ServerName directive.

so it should probably look something like:

<VirtualHost *:8080>
  ServerName test.uchicago.edu
  DocumentRoot "/opt/pkgs/rt/3.4.5/html"
 ...


more detailed information can be found here:

http://httpd.apache.org/docs/2.0/vhosts/examples.html

Alan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFF6GcE2gsBSKjZHQRAsmpAJ440JWFiTPqYapebov1TbZ69MD9xwCfZYTW
I0JdReJs37SYm2d1wpKumSQ=
=6wfV
-----END PGP SIGNATURE-----



More information about the rt-users mailing list