Re: [users@httpd] Clarification on RewriteRule

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

 



Dear sir,
          Sorry to disturb you once again , it finally worked after
including the submodules using

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so

Thanks a lot for your guidance and kind support . 

Sincerely,
S.Rajkumar


On Mon, 14 Mar 2005 05:04:56 -0800, Rajkumar s <rajkumars910@xxxxxxxxx> wrote:
> Dear sir,
>          From the documentation given by you , i found the modules
> related to proxy are
> 
> 1. mod_proxy
> 2. mod_proxy_connect
> 3. mod_proxy_ftp
> 4. mod_proxy_http
> 
> While compiling Apache 2.0.53 , i had compiled with options
> 
> compile --enable-proxy=shared
> 
> On doing this all the remaining modules will also gets included
> automatically (mod_proxy_connect,mod_proxy_ftp,mod_proxy_http)
> 
> I could find the following .so files in modules directory
> 
> mod_proxy_ftp.so   mod_proxy.so
> mod_proxy_connect.so  mod_proxy_http.so
> 
> In the httpd.conf , i had included the module as shown below
> 
> LoadModule proxy_module   modules/mod_proxy.so
> 
> Do i need to include the sub modules specifically ?
> If so , how do i include it.
> 
> Sincerely,
> S.Rajkumar
> 
> On Sun, 13 Mar 2005 15:21:31 -0500, Noah <sitz@xxxxxxxxxxxx> wrote:
> > On Mon, Mar 14, 2005 at 01:40:05AM +0530, Rajkumar s wrote:
> >
> > > I had included the ProxyPass and ProxyPassReverse as given by you,
> > >
> > > <VirtualHost 203.199.200.129>
> > > ServerName www.whatsonchennai.com
> > > ProxyPass / http://www.whatsonchennai.com:8080/
> > > ProxyPassReverse / http://www.whatsonchennai.com:8080/
> > > </VirtualHost>
> > >
> > > But i got the error message as "403 Forbidden
> > > You don't have permission to access / on this server.".
> > >
> > > so i verified error_log and found these messages
> > >
> > > [Mon Mar 14 01:31:56 2005] [warn] proxy: No protocol handler was valid
> > > for the URL /. If you are using a DSO version of mod_proxy, make sure
> > > the proxy submodules are included in the configuration using
> > > LoadModule.
> > > [Mon Mar 14 01:31:57 2005] [warn] proxy: No protocol handler was valid
> > > for the URL /favicon.ico. If you are using a DSO version of mod_proxy,
> > > make sure the proxy submodules are included in the configuration using
> > > LoadModule.
> >
> > That error isn't complaining about the lack of mod_proxy in your config;
> > note the use of the phrase 'mod_proxy submodules'. RTFM at
> > http://httpd.apache.org/docs-2.0/mod/mod_proxy.html
> >
> >
> > >     I think i donot need ProxyPass for this task because all i have to
> > > do is that when i enter the url www.whatsonchennai.com it should
> > > display contents corresponding to "www.whatsonchennai.com:8080/ , but
> > > it should show up only the url what i originally typed in ie
> > > "www.whatsonchennai.com".
> >
> > If this is all you need done, the ProxyPass/ProxyPassReverse directives
> > supplied above should be sufficient (although in this simple case, I'd
> > suggest running the '8080' server on localhost,  unless there's an
> > overriding reason not to). If you need to support Zope's VHM, I'd follow
> > the docs on their site for that. Sorry, I'm not a Zope guy. =)
> >
> > --n
> >
>

---------------------------------------------------------------------
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