logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: reverse proxy server and php security
Author
tfit



Joined: 18 Mar 2008
Posts: 2

PostPosted: Tue 18 Mar '08 20:05    Post subject: reverse proxy server and php security Reply with quote

I still don't understand the reverse proxy setup! Do I remove my httpd.conf and put everything in httpd-vhost.conf? Where are the cached files stored or do I still need a documentroot on the proxy server? And finally does a reverse proxy server hide the presence of a mysql/php? My main problem is the configuration. yes and I already downloaded mod-proxy-html.

Thanks in advance.
And I need to add that the backend will be a different machine.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Wed 02 Apr '08 17:16    Post subject: Reply with quote

>Do I remove my httpd.conf
no keep it!

>and put everything in httpd-vhost.conf?
here you create your proxy vhost (don't forget to include in httpd.conf)

>Where are the cached files stored
If you use cache, it will be cached on the proxy server

>do I still need a documentroot on the proxy server?
On the proxy server it self you don't need a document root

>And finally does a reverse proxy server hide the presence of a mysql/php?
Only if you configure that on the reversed servers.

>My main problem is the configuration.
How far did you configured it? Used the forum search?
Back to top
tfit



Joined: 18 Mar 2008
Posts: 2

PostPosted: Sun 06 Apr '08 19:06    Post subject: Reply with quote

Thanks james,

I didn't check the thread for a while because i wasn't expecting an answer anymore. So with a long trial and error process i got it working. I haven't looked into the caching, because i'm stills struggling with my database layout.
But thanks for your time.
Back to top


Reply to topic   Topic: reverse proxy server and php security View previous topic :: View next topic
Post new topic   Forum Index -> Apache