Results 1 to 3 of 3
I have a dynamic ip, and i want to public my site to the internet. I think that i have problems with my reverse proxy in apache 1.3.31.
I have ...
- 05-11-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 2
help me with my reverse apache proxy, please
I have a dynamic ip, and i want to public my site to the internet. I think that i have problems with my reverse proxy in apache 1.3.31.
I have Load the proxy_module and the rewrite_module
listen localhost:80
listen localhost:8080
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin chava64mx@yahoo.com
ServerName www.arkanoi45.com
ProxyRequests off
ProxyPass / http://www.arkanoi45.com:8080/
ProxyPassReverse / http://www.arkanoi45.com:8080/
ErrorLog logs/error.log
CustomLog logs/access.log common
</VirtualHost>
#<VirtualHost *:80>
#ServerAdmin chava64mx@yahoo.com
#ServerName www.arkanoi45.com
#<IfModule mod_rewrite.c>
# RewriteRule ^/(.*) http://www.arkanoi45.com:8080/$1 [P]
#</IfModule>
#<IfModule mod_proxy.c>
# ProxyPassReverse / http://www.arkanoi45.com:8080/
#</IfModule>
#ErrorLog logs/error.log
#CustomLog logs/access.log common
#</VirtualHost>
thank you very much
- 05-16-2005 #2Just Joined!
- Join Date
- Apr 2005
- Posts
- 88
Apache
Greetings,
Did you check that does your site works fine locally as well using the hostname or not and can you post sum of the error logs as well.
Regards
- 05-17-2005 #3Linux Newbie
- Join Date
- Sep 2003
- Location
- St.Charles, Missouri, USA
- Posts
- 201
You have a dynamic ip and want your site to be visible to the outside world? Have you tried dyndns? There is an option in your apache conf that tells it what interface to bind to. I think it defaults to all and the port defalts to 80. I really dont see why you need your reverse proxy.
Powered by Gentoo
never ever ever use the hardened option in make.conf!


Reply With Quote
