Proxy Server with Apache

This is a discussion on Proxy Server with Apache within the Apache Web Server forums, part of the Web Server and Related Forums category; I have a need to test simple http requests to an external webservice- the application making the request passes a ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-14-2008
haganahtrainer@gmail.com
 
Posts: n/a
Default Proxy Server with Apache

I have a need to test simple http requests to an external webservice-
the application making the request passes a user, password, host and
port-

I can successfully make requests when I use no authentication (Can
pass any username/password from the calling server) but cannot get
authentication to work (Passing username and password)

I set the http.conf file as follows:

ProxyRequests On
ProxyVia On

<Proxy *>
order allow,deny
allow from all
deny from none
AuthName AddressCleansing
AuthType Basic
AuthUserFile "C:\users\htaccess.conf"
require valid-user
</Proxy>

I did run the httpasswd program to generate a user and he is populated
in the htaccess.conf file...

I am setting the httpd.conf file as follows with no authentication and
this works:
ProxyRequests On
ProxyVia On

<Proxy *>
Order deny,allow
Deny from all
Allow from <IpAddressFromCallingServer>
</Proxy>

Any thoughts.... ???

 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:12 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0