Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 947665
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:06:58+00:00 2026-05-15T23:06:58+00:00

So I have a server set up (LAMP) server, this proxy has access to

  • 0

So I have a server set up (LAMP) server, this proxy has access to the internal network and I need to give the outside world access to this proxy in order to perform tasks.

For example, you should be able to call that proxy with a POST request with the right parameters and the proxy should return the status of that post. Now let’s say that post is being done in a php script called (something.php) in the main folder of that proxy. How do I give access to the outside world to access that proxy?

I hope this is clear, sorry I couldn’t make it much clearer but if you have any further questions to clarify please let me know!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T23:06:58+00:00Added an answer on May 15, 2026 at 11:06 pm

    To setup a reverse proxy with Apache, you have to use mod_proxy together with mod_proxy_http, since you want to proxy HTTP requests. The manual is here.

    A basic configuration straight from the manual is:

    ProxyRequests Off
    
    <Proxy *>
    Order deny,allow
    Allow from all
    </Proxy>
    
    ProxyPass /foo http://foo.example.com/bar
    ProxyPassReverse /foo http://foo.example.com/bar
    

    Now when the proxy server receives a request to /foo/whatever, it will itself download http://foo.example.com/bar/whatever and upload it back to the client.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a LAMP server where I've run the following commands to set permissions
Hi I have a server which has several virtual hosts set up on it.
I have set up Team Foundation Server - Team Web Access SP1. I can
I have a rackspace cloud where I want to set up LAMP. the server
I have some basic pageview incrementing code set up on a LAMP server (see
I have set up a LAMP server on aws. I am planning to create
I have a thttpd server set-up which has the following html file. When I
I have my dev environment set up as a Ubuntu Server (with LAMP installation)
I have a server set up with IIS, and my site has some pages
I basically have a server set up and I'm accepting new clients(UNIX) and i'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.