Re: Redirect in httpd.conf

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Again, running Apache 1.3.x, with mod_ssl installed, I probably need
to create an SSL certificate.  What other directives do I need to put
in there?

When I look at the standard ssl.conf file, I see all sorts of
directives.  Would the standard way to configure a virtual host with a
SSL server to place those directives within the ssl.conf file instead
of the httpd.conf file?

Or could I place this within httpd.conf:

<VirtualHost *>
      ServerName www.foo.com
      ServerAdmin ars@xxxxxxxx

      ProxyRequests Off
      ProxyPass /directory https://server.bar.com:1234/directory/
      ProxyPassReverse /directory https://server.bar.com:1234/directory/
</VirtualHost>

And then within ssl.conf do this?
<VirtualHost *>
      ServerName www.foo.com
     [some SSL certificate directives]
</VirtualHost>

Thanks.
   === Al


----- Original Message ----
From: chris <chris@xxxxxx>
To: users@xxxxxxxxxxxxxxxx
Sent: Wednesday, November 21, 2007 6:32:05 PM
Subject: Re:  Redirect in httpd.conf


RedirectMatch ^/$    http://www.foo.com/directory

chris

Al Sparks wrote:
> Here's a partial in my httpd.conf:
> <VirtualHost *>
>       ServerName www.foo.com
>       ServerAdmin ars@xxxxxxxx
>
>       ProxyRequests Off
>       ProxyPass /directory http://server.bar.com:1234/directory/
>       ProxyPassReverse /directory
 http://server.bar.com:1234/directory/
> </VirtualHost>
>
> Running Apache 1.3.x.  So I've got this to work so that when you type
 in:
>    http://www.foo.com/directory
> it reverse proxies to http://server.bar.com:1234/directory/
>
> I'd also like to redirect so that if you try to go to:
>    http://www.foo.com
>
> it redirects to http://www.foo.com/directory.
>
> How exactly would I do a redirect command?
>     === Al
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
 Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
>    "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>
>   


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server
 Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux