> okay...here is another point...say this is my main
> page, I want the user to c it when it browses to
> http://localhost/
> if I am using an Apache2 for win32 server...is it
> possible for the server to call my perl script when
> the user browses to http://localhost/ (no localhost of
> course) ... can u see what my problem is?

I might just be thinking WAY to advanced here too.

Might be a way of doing an Apache config for it.

something like

<Location />
  PermanentRedirect "localhost/cgi-bin/blah.cgi"
</location>

Go read up on that, I highly doubt that exact context will work.  And as I
said, I work with Apache 1.3, not 2.0.  They got some more work to do on the
2.0 series yet before I even think about switching...

Dennis


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to