I think i am having a permissions problem on apache2.2.3. Anytime i
create a folder in htdocs, i get a
Access forbidden!
You don't have permission to access the requested directory. There is
either no index document or the directory is read-protected.
If you think this is a server error, please c
Kamil Wencel wrote:
> Hi Chris,
>>
>> You don't have permission to access the requested directory. There is
>> either no index document or the directory is read-protected.
>>
>>
> my first guess would be:
>
> you have no index.html in the folder AND have the automatic directory
> listings disab
>This is the browser error message.
>What is in the apache error_log? That will tell you precisely what is
>wrong rather than the browser and everyone else having to guess.
[Tue Jul 10 18:07:45 2007] [error] [client xx.xx.xx.xx] PHP Fatal error:
require_once() [function.require]: Failed
opening
Hello all! I have a site http://www.mytimewithgod.net and this site has
a bunch of
Chris Arnold wrote:
> Hello all! I have a site http://www.mytimewithgod.net and this site has
> a bunch of
Chris Arnold wrote:
>
> …
> …
> AddOutputFilterByType DEFLATE text/plain
> AddOutputFilterByType DEFLATE text/xml
> AddOutputFilterByType DEFLATE application/xhtml+xml
> AddOutputFilterByType DEFLATE text/css
> AddOutputFilterByType DEFLATE application/xml
> AddOutpu
Joshua Slive wrote:
>
> Look at the response headers when requesting a URL. For example, see:
> http://wiki.apache.org/httpd/WatchingHttpHeaders
>
>
>
>
I get this no matter what file or dir i try:
HEAD /srv/www/htdocs/phpinfo.php
400 Bad Request
Bad Request
Your browser sent a request that t
Sent: Tuesday, August 14, 2007 6:28:41 PM (GMT-0500) America/New_York
Subject: Re: [EMAIL PROTECTED] Zip some script?
On 8/14/07, Chris Arnold <[EMAIL PROTECTED]> wrote:
> Joshua Slive wrote:
> >
> > Look at the response headers when requesting a URL. For example, see:
> >
Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Sent: Thursday, August 16, 2007 8:05:22 PM (GMT-0500) America/New_York
Subject: Re: [EMAIL PROTECTED] Zip some script?
On 8/16/07, Chris Arnold <[EMAIL PROTECTED]> wrote:
> Humm, i get thi
Steve R Burrus wrote:
> Hi all. I need help ( again ) with trying to integrate PHP with the
> Apache Web Server. I don't know how many times before I have had to
> seek assistance with doing this, but I still know how to let's say
> easily do this!! I am working with PHP Version : 5.2.4.4 and the
>
>try with redirect (and VirtualHost if needed)
>
>ServerName our.domain.com:10080
>RedirectPermanent / http://another.machine.com:8080
>
We are trying to do the samething with apache 2.2.3 on SLES10 SP1. I have
config'ed a vhost.conf, like so:
ServerAdmin [EMAIL PROTECTED]
Server
We only have 1 ip here and are looking to have a couple different sites with
different DNS names on SLES10 SP1 with apache2 2.2.3. Allow me to describe it
like this:
joeblow.com points to our 1 ip and so does ilikedogs.com. How would we get
people that want to get to joeblow.com to joeblow.com a
Sander Temme wrote:
> Bread and butter. See http://httpd.apache.org/docs/2.2/vhosts/ or,
> more specifically:
>
> http://httpd.apache.org/docs/2.2/vhosts/name-based.html
Hi Sander (and list)
That link (http://httpd.apache.org/docs/2.2/vhosts/name-based.html )
says to add to the httpd.conf the NameV
: "Sander Temme" <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Sent: Friday, September 7, 2007 6:39:09 PM (GMT-0500) America/New_York
Subject: Re: [EMAIL PROTECTED] 1 IP with multiple sites
On Sep 7, 2007, at 3:21 PM, Chris Arnold wrote:
> We only have 1 ip here and are looki
OK, i am sure i am doing something wrong now b/c when i make 1
NameVirtualHost in vhost.d/, it applies to all sites. Meaning, any site
you try to go to leads you to this new vhost site. Again, here is what i
have done, step-by-step:
-create a vhost file with these contents:
--| NameVirtualHost *:8
Phillip Hamilton wrote:
> I missed part of your question, but keep in mind that when you create a
> virtual host, ALL of your sites become
> virtual host sites - Meaning you'll need to create a vhost entry for the
> original site too. (Main site goes away is the technical term I've heard for
> it
A
I am running apache 2.2.6 on sles10 sp1. We have like 3 vhost and one of those
i can not, for the life of me, getting it working. The vhost should be
accessible from demo.mytimewithgod.net but this will always send you to
mytimewithgod.net. Here is the snipit from vhost file:
ServerAdmin @d
On Tue, 9 Oct 2007, Chris Arnold wrote:
>
>ServerAdmin @domain.tld
>ServerName demo.mytimewithgod.net
>DocumentRoot /srv/www/htdocs/demo
>
>ScriptAlias /cgi-bin/ "/srv/www/vhosts/dummy-host.example.com/cgi-bin/"
>
>>I assume you ju
>>Thanks! but where I have to put this code? In which .htaccess?
I too would like to use this but when i put it in my htaccess file, it does not
work. Here is my htaccess with the supplied code in it. Maybe i am not finding
the right place to place this code?
order allow,deny
allow from all
de
>>What does "does not work" mean???
Takes me to the "main page"
>>Couple of points:
>>- do you have mod_rewrite? (cf. IfModule...)
Yes
>>- why does this need to go in a .htaccess file?
B/C i can not get a vhost working so i thought this might work
>>It will only be used if the directory is acce
I have a site that uses PHP5 and when trying to access the site, the php
wants to download instead of run. It seems something is not configured
in apache 2 for php. The site is mytimewithgod.net and a phpinfo file is
at mytimewithgod.net/phpinfo.php but that does not run either. The logs
do not sho
ers LLC - Founder and Owner
Ph: (608) 359-1593
Member of the Better Business Bureau
-Original Message-
From: Chris Arnold [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 01, 2007 4:19 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] PHP wants to download instead of run
I have
Jaqui Greenlees wrote:
> --- Vishal Gaurav <[EMAIL PROTECTED]> wrote:
>
>
>> Hello,
>> Your php info mytimewithgod.net/phpinfo.php file is
>> successfully run on my
>> browser.So what is the problem?
>>
>>
>
> A common one I have seen with many sites I think, and
> it is browser not apache
Using apache 2.2.3-16-15 and trying to implement mod_deflate. I have asked this
list before but have lost that email, so forgive me for a repeat question. We
have the following structure:
/sites/
In loadmodule.conf i have the loadmodule line with the pth to the .so file and
in /etc/apache2/defau
I am using apache2 2.2.3 and trying to get mod_deflate working. I have this in
my default-server.conf file:
DocumentRoot "/srv/www/htdocs"
#
# Configure the DocumentRoot
#
# Insert filter
SetOutputFilter DEFLATE
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html
Chris Arnold wrote:
> I am using apache2 2.2.3 and trying to get mod_deflate working. I have this
> in my default-server.conf file:
> DocumentRoot "/srv/www/htdocs"
>
> #
> # Configure the DocumentRoot
> #
>
> # Insert filter
> SetOutputFilter DEFLATE
In apache 2.2.3 on linux, i am getting a boat load of;
[Fri Nov 30 16:06:14 2007] [error] [client x] Request exceeded the limit
of 10 internal redirects due to probable configuration error. Use
'LimitInternalRecursion' to increase the limit if necessary. Use
'LogLevel debug' to get a backtrace.
I
On Dec 10, 2007 3:34 PM, Chris Arnold <[EMAIL PROTECTED]> wrote:
> In apache 2.2.3 on linux, i am getting a boat load of;
>
> [Fri Nov 30 16:06:14 2007] [error] [client x] Request exceeded the limit
> of 10 internal redirects due to probable configuration error. Use
> '
On Dec 10, 2007 4:29 PM, Chris Arnold <[EMAIL PROTECTED]> wrote:
> On Dec 10, 2007 3:34 PM, Chris Arnold <[EMAIL PROTECTED]> wrote:
> > In apache 2.2.3 on linux, i am getting a boat load of;
> >
> > [Fri Nov 30 16:06:14 2007] [error] [client x] Request exce
Using apache 2.2.3 and at this time, we only have 2 vhosts. When trying to go
to www.teknerds.net people get the other vhost (which is MUWP). Following id
the vhost file:
#
NameVirtualHost *:80
ServerAdmin [EMAIL PROTECTED]
ServerName mytimewithgod.net
#ServerAlias mytimewithgod.net
Chris Arnold wrote:
> Using apache 2.2.3 and at this time, we only have 2 vhosts. When trying to go
> to www.teknerds.net people get the other vhost (which is MUWP). Following id
> the vhost file:
> #
> NameVirtualHost *:80
>
>
> ServerAdmin [EMAIL PRO
> Can anyone offer any pointers as to what is wrong?
>
>>you have cname records pointing to the names you have in virtualserver?
I do have cname records both in public DNS and private DNS. Still does not work
from internet or intranet.
---
>Have you tried adding:
>ServerAlias www.teknerds.net
>to the second VH? (Essentially, you need to tell Apache which VH to
>direct the request to - www.teknerds.net is not the same as teknerds.net)
Yes, i make that change and it still takes me to the first vhost. You'll
notice the first vhost
Chris,
Chris Arnold wrote:
>> Can anyone offer any pointers as to what is wrong?
>>
>
>>> you have cname records pointing to the names you have in virtualserver?
>
> I do have cname records both in public DNS and private DNS. Still does not
> work from int
I am replying to the last email sent that said to put www in front on teknerds
in that vhost. I did that and restarted apache. Same problem.
ServerAdmin [EMAIL PROTECTED]
ServerAlias www.teknerds.net
DocumentRoot /srv/www/htdocs/sites/teknerds
The one about adding www.teknerds to the
Hello all! Using apache 2.2.3 on SLES10/OES2. I am trying to use trace watch
"logging" app on our sites. I follow the instructions at the trace watch site
to install the php scripts and when trying to access the install script from my
browser, i get a 403 access forbidden error. The directory i
>This should have generated an entry in your error log. It will tell
>you if filesystem permissions, or apache config, are the issue.
Here is what is generated in error log:
[Sun Jan 20 08:02:49 2008] [error] [client 192.168.1xx.xxx] Directory index
forbidden by Options directive: /srv/www/htdocs
Using apache2 2.2.3 on SLES10 SP2. What we have:
1 webserver on 123 subnet. Answers for port 80
1 email server with it's own small apache server on 124 subnet answers for port
8080
1 firewall/router with 1 IP (forwards to internal server addresses)
What we want to do:
When users enter some addre
Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
These 2 sections are separate in the vhost.conf file. Thanks again for any help.
On Wed, Jul 16, 2008 at 12:41 PM, Chris Arnold
<[EMAIL PROTECTED]> wrote:
> Using apache2
DocumentRoot to.
#
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
These 2 sections are separate in the vhost.conf file. Thanks again for any help.
On Wed, Jul 16, 2008 at 12:41 PM, Chris Arnold
&l
>Does the webmail application reside on a physically different machine
>with a different IP address?
Yes.
>?If so, the easiest (and best) way to do that is via proper DNS and
>routing to the right machine for each application. Why would you want
>to have Apache do what your router should be doi
>OK, if I understand you correctly...
>I see you having two options.
>You can configure your router/fire wall to route the traffic to the
>individual servers behind the fire wall, (if this is possible, it is
>the BEST way to do it IMO). This means that port 80 traffic for
>webmail.example.com
>Why not do a redirect? We have a webmail application as well, which lives on
>a different server. I didn't want users to have to remember a new URL to
>access it, so by using the Redirect directive in httpd.conf on our Web
>server, users enter the URL http://www.ourwebsrvr.com/webmailprog, th
Not sure if this belongs in this mailing list or not but we keep seeing:
E716037FFD7B 602 Thu May 6 15:53:52 apa...@dweb57.zenutech.com
(connect to kamelot-clan.com[174.120.120.151]: Connection
refused)
nywdqwzl...@kamelot-clan.com
In ou
Sent from my iPhone
On May 11, 2010, at 8:51 PM, Frank Gingras
wrote:
On 05/11/2010 08:11 PM, Chris Arnold wrote:
Not sure if this belongs in this mailing list or not but we keep
seeing:
E716037FFD7B 602 Thu May 6 15:53:52 apa...@dweb57.zenutech.com
(connect to kamelot-clan.com
I am not sure if this is an apache issue or not but i thought i ask and see
what the experts thought.
I have a WP blog at domain.com/blog. I want to have people access the blog by
blog.domain.com. I have public dns entries for blog.domain.com that point back
to the public ip but this does not re
>It was thus said that the Great Chris Arnold once stated:
There is only One Great and it is not me...
> I am not sure if this is an apache issue or not but i thought i ask and
> see what the experts thought. I have a WP blog at domain.com/blog. I want
> to have people access
Apache2.2.3 on SLES10. I was hoping my firewall (sonicwall tz180w enhanced
software) would do this but it looks like it might not. We have 4 servers with
private ip's and our firewall has 1 public ip. These servers run different
services like mail, web and the other things. We are looking at ano
On Feb 18, 2012, at 7:08 PM, Yehuda Katz wrote:
> On Sat, Feb 18, 2012 at 4:40 PM, Chris Arnold
> wrote:
> Apache2.2.3 on SLES10. I was hoping my firewall (sonicwall tz180w enhanced
> software) would do this but it looks like it might not. We have 4 servers
> with priva
On Feb 18, 2012, at 9:34 PM, Yehuda Katz wrote:
> On Sat, Feb 18, 2012 at 9:22 PM, Chris Arnold
> wrote:
> On Feb 18, 2012, at 7:08 PM, Yehuda Katz wrote:
>> On Sat, Feb 18, 2012 at 4:40 PM, Chris Arnold
>> wrote:
>> Apache2.2.3 on SLES10. I was hoping my firewall
xyEngine is set to on on the backend server.
What we get when we access the frontend server is Access forbidden.
You don't have permission to access the requested object. It is either
read-protected or not readable by the server.
Error 403
Can anybody offer any assistance?
On Sat, Feb 18, 20
On Feb 20, 2012, at 10:04 PM, Yehuda Katz wrote:
> On Mon, Feb 20, 2012 at 9:49 PM, Chris Arnold
> wrote:
> I just want to revisit this on-list again. Yehuda has help tremendously,
> thank you Yehuda. I have the front end server set for proxy(reverse) in the
> httpd file:
Apache 2.2.10 and perl 5.10. Perl module is loaded. Is there config that needs
to be done to apache? I know what you're going to say, of course there is!! Let
me tell you what I am running into. Sles 11, we are trying to
Sent from my iPhone
---
***sorry my son jumped off a chair and onto the couch and I inadvertently
pressed send. I continue where I left off
Apache 2.2.10 with mod-perl and perl 5.10. Perl module is loaded. Is there
config that needs to be done to apache? I know what you're going to say, of
course there is!! Let me
On Feb 24, 2012, at 4:49 PM, Yehuda Katz spake unto us
> On Fri, Feb 24, 2012 at 4:42 PM, Chris Arnold
> wrote:
> The part that makes me think that apache is not configured for mod-perl is
> when I restart apache I should see:
>
> linux:~ # rcapache restart
>
>
On Feb 26, 2012, at 9:52 AM, Yehuda Katz wrote:
> On Fri, Feb 24, 2012 at 4:58 PM, Chris Arnold
> wrote:
> On Feb 24, 2012, at 4:49 PM, Yehuda Katz spake unto us
>> On Fri, Feb 24, 2012 at 4:42 PM, Chris Arnold
>> wrote:
>> The part that makes me think that apach
Fresh install of 2.2.12 on SLES11 SP2 (fresh install also. I was having
problems with yast munging apache vhosts and ssl.conf so i decided to reinstall
SLES11 too). The only thing that has been done to apache: perl, php5 and
rewrite mods loaded (NOT using yast but manually in loadmodule and apac
On Tue, Mar 6, 2012 at 5:32 PM, Chris Arnold
wrote:
> Fresh install of 2.2.12 on SLES11 SP2 (fresh install also.
> I was having problems with yast munging apache vhosts and
> ssl.conf so i decided to reinstall SLES11 too). The only thing
> that has been done to apache: perl, php5 and
On Tue, Mar 6, 2012 at 12:32 PM, Chris Arnold < carn...@electrichendrix.com >
wrote:
>>Fresh install of 2.2.12 on SLES11 SP2 (fresh install also. I was having
>>problems with yast munging apache vhosts and ssl.conf so i >>decided to
>>reinstall SLES11 too). The
I am trying to config reverse proxy on a server (private ip 192.168.123.3) that
will forward https://teknerds.net/ifolder to a different server (private ip
192.168.123.4). Using apache 2.2.12. According to localhost/server-info i have
mod_proxy and mod_proxy_http loaded. Here are snippets from t
On Tuesday, March 6, 2012, Chris Arnold < carn...@electrichendrix.com > wrote:
> Nothing in the logs when i access http://teknerds.net/ifolder/ or
> https://teknerds.net/ifolder .
> What am i doing wrong?
>>First, the rewrite rules in the non-ssl ghost are working fine.
On Tue, Mar 6, 2012 at 4:40 PM, Chris Arnold < carn...@electrichendrix.com >
wrote:
>>It looks like the server is not listening on port 443. I can get to
>>https://192.168.123.4/ifolder and login with no problems so i know it is
>>listening on 443.
>>192.168.
On Tue, Mar 6, 2012 at 4:40 PM, Chris Arnold < carn...@electrichendrix.com >
wrote:
>>It looks like the server is not listening on port 443. I can get to
>>https://192.168.123.4/ifolder >>and login with no problems so i know it is
>>listening on 443.
>&
On Tue, Mar 6, 2012 at 4:49 PM, Chris Arnold < carn...@electrichendrix.com >
wrote:
>>In /etc/sysconfig/apache2 find the 'Define' line and make sure SSL is in it
>>and NOSSL is not in it >>(should be below the modules list).
>>(Or you can either co
On Tue, Mar 6, 2012 at 5:07 PM, Chris Arnold < carn...@electrichendrix.com >
wrote:
On Tue, Mar 6, 2012 at 4:49 PM, Chris Arnold < carn...@electrichendrix.com >
wrote:
>>In /etc/sysconfig/apache2 find the 'Define' line and make sure SSL is in it
>>and NOS
On Tue, Mar 6, 2012 at 5:07 PM, Chris Arnold < carn...@electrichendrix.com >
wrote:
On Tue, Mar 6, 2012 at 4:49 PM, Chris Arnold < carn...@electrichendrix.com >
wrote:
>>In /etc/sysconfig/apache2 find the 'Define' line and make sure SSL is in it
>>and NOS
On Tue, Mar 6, 2012 at 6:04 PM, Chri < carn...@electrichendrix.com > wrote:
>>When putting SSL in the server flags line, apache does not restart: [Tue Mar
>>06 17:59:45 2012] >>[error] Init: Unable to read server certificate from file
>>/etc/apache2/ssl.crt/server.crt
>>[Tue Mar 06 17:59:45 2
Apache 2.2.12 on SLES11 SP2. I have a couple of vhosts; the one i am concerned
about is teknerds.conf. In teknerds.conf i have some rewrite rules (thanks
Yehuda):
RewriteEngine On
RewriteRule ^/ifolder(.*) https://%{HTTP_HOST}/ifolder/ [L]
RewriteRule ^/admin(.*) https://%{HTTP_HOST}/admin/ [L]
t
Actually, everything now points to the customer login page which is not what I
wantThere is a main site at http://teknerds.net
Sent from my iPhone
On Mar 10, 2012, at 2:42 PM, Chris Arnold wrote:
> Apache 2.2.12 on SLES11 SP2. I have a couple of vhosts; the one i am
> concerned ab
On Mar 11, 2012, at 12:55 AM, Yehuda Katz wrote:
> On Sat, Mar 10, 2012 at 2:42 PM, Chris Arnold
> wrote:
> making a new vhost.conf called helpdesk.teknerds.conf and adding this to that
> vhost.conf:
>
> DocumentRoot /opt/otrs/bin/cgi-bin/
>
> and adding this to the
On Mar 11, 2012, at 2:46 PM, Yehuda Katz wrote.
> I still do not want the customer to have to enter the customer.pl part.
> Then the easiest solution might be to add
> DirectoryIndex customer.pl
I put that in the teknerds.conf vhost file, in the directory directive (under
the scriptalias entry)
Apache 2.2.12 on SLES11 SP2. I am trying to get a subdomain working via a
rewrite rule, http://helpdesk.teknerds.net.
The rule is in its own vhost (helpdesk.teknerds.conf. I am confused if it needs
its own vhost or if the rewrite should go in teknerds.conf vhost) and follows:
ServerAdmin adm
Hello list! Apache 2.2.12 on SLES 11 SP2. I need to rewrite/proxy
http://updates.domain.com traffic to another server on the LAN. I have a few
rewrite rules in my host file now:
RewriteRule ^/folder http://%{HTTP_HOST}/folder/ [L]
but am not sure how to rewrite without a folder (ie http://update
>That's the same as if it ended with a slash, and matched by ^/$
So, RewriteRule ^/$ http://192.168.123.2/ will send just
http://updates.domain.com to 192.168.123.2? I don't want all http traffic to go
to that server, just http://updates.domain.com.
-
>> That's the same as if it ended with a slash, and matched by ^/$
Ok my host file has RewriteRule ^/$ http://update.domain.com [L]
When I goto http://update.domain.com using safari, I receive:
Response Error.
Technical description:
502 Bad Gateway - Response Error, a bad response was received fr
On Jul 7, 2012, at 10:54 AM, Chris Arnold wrote:
>>> That's the same as if it ended with a slash, and matched by ^/$
>
> Ok my host file has RewriteRule ^/$ http://update.domain.com [L]
> When I goto http://update.domain.com using safari, I receive:
> Response Error.
So the RewriteRule ^/$ http://192.168.123.2 [L]
Sends all traffic to 192.168.123.2. I just need http://update.domain.com
traffic to go to the 192.168.123.2 host.
On Jul 7, 2012, at 11:50 AM, Chris Arnold wrote:
> On Jul 7, 2012, at 10:54 AM, Chris Arnold wrote:
>
>>>>
Anybody got any ideas?
Sent from my iPhone
On Jul 8, 2012, at 9:30 PM, Chris Arnold wrote:
> So the RewriteRule ^/$ http://192.168.123.2 [L]
> Sends all traffic to 192.168.123.2. I just need http://update.domain.com
> traffic to go to the 192.168.123.2 host.
>
>
>
>
On Jul 9, 2012, at 6:28 PM, Daniel Ruggeri wrote:
> On 7/9/2012 5:03 PM, Chris Arnold wrote:
>> So the RewriteRule ^/$ http://192.168.123.2 [L]
>> Sends all traffic to 192.168.123.2. I just need http://update.domain.com
>> traffic to go to the 192.168.123.2 host.
>
&g
Anybody got any ideas?
Sent from my iPhone
On Jul 9, 2012, at 7:24 PM, Chris Arnold wrote:
> On Jul 9, 2012, at 6:28 PM, Daniel Ruggeri wrote:
>
>> On 7/9/2012 5:03 PM, Chris Arnold wrote:
>>> So the RewriteRule ^/$ http://192.168.123.2 [L]
>>> Sends all tr
Am I not asking the right question? Have I not given enough information? Or am
I missing something?
Sent from my iPhone
On Jul 10, 2012, at 1:27 PM, Chris Arnold wrote:
> Anybody got any ideas?
>
> Sent from my iPhone
>
> On Jul 9, 2012, at 7:24 PM, Chris Arnold wrote:
>
>You've been already given the answer by Eric what else do you need? Read
>mod_rewrite manual and combine RewriteCond and RewriteRule >commands thats all
>you need to do.
Igor,i have read the rewrite guide and tried what i thought was needed. Which i
have repeated here more than 1 time but thi
In the event anyone comes across this, i got this to work using the following:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^update.domain.com$ [NC]
RewriteRule ^/$ http://private.ip.address [R,L]
- Original Message -
From: "Chris Arnold"
To: users@httpd.apache.org
Sent: Tuesda
I spoke too early!! Again, all http traffic is being directed to the private ip
of the iis server. I would love to get some help with this.
Sent from my iPhone
On Jul 10, 2012, at 10:19 PM, Chris Arnold wrote:
> In the event anyone comes across this, i got this to work using the follow
>You may need to change the R to a P:
>RewriteEngine On
>RewriteCond %{HTTP_HOST} !^update.domain.com$ [NC]
>RewriteRule ^/$ http://private.ip.address/ [P,L]
This sends all http traffic to the private ip server
>This turns the rule into a proxy to that private IP, assuming that is
>what you are
Apache2 2.12 (?) on sles11 sp2. We have a vhost file with the following rule:
RewriteRule ^/$ http://192.168.123.2/
This rule points certain traffic to the ip for WSUS (windows software update
services). The clients not using this rule work fine but the 2 that do use the
rule fail with 405 error.
A little background on what this host is doing.
We have a winblows updates server. The clients on the inside (private ip, LAN)
have no problems getting updates from this server. The clients that are not on
the inside or connected by VPN do not get the updates from this server. So i
write a rule
All that time to type out this email to you all and i changed it from a rewrite
rule to proxy and now things are working as we expect them too.
- Original Message -
From: "Chris Arnold"
To: users@httpd.apache.org
Sent: Tuesday, October 16, 2012 1:28:14 PM
Subject: [users@http
I am trying to proxy http://dls.domain.net traffic to
http://private.ip/path/to/page (a different server on our network) but this is
not working (i get a bad gateway error from the outside (WAN) and the
connection times out on the inside(LAN)). Here is the vhost:
ServerAdmin administra...@
I am trying to proxy http://dls.domain.net traffic to
http://private.ip/path/to/page (a different server on our network) but this is
not working (i get a bad gateway error from the outside (WAN) and the
connection times out on the inside(LAN)). Here is the vhost:
ServerAdmin administra...@
I am trying to proxy http://dls.domain.net traffic to
http://private.ip/path/to/page (a different server on our network) but this is
not working (i get a bad gateway error from the outside (WAN) and the
connection times out on the inside(LAN)). Here is the vhost:
ServerAdmin administra...@
>This doesnt make sense you are proxying a domain to itself. Please read the
>mod_proxy docs and examples.
> ProxyPass / http://192.168.123.4/somepath/
> ProxyPassReverse / http://192.168.123.4/somepath/
I did read the docs and they were some what helpful but not completely. Hence,
I have a server that is sharing port 443. I need to use apache on a different
server to forward/proxy https traffic to another apache server running on a
different port, 2443. So, a user types in https://mail.domain.com and is sent
to https://ip.com:2443. Can apache do this and keep the URL
htt
> I did read the docs and they were some what helpful but not completely.
> Hence, my email to the list. What i am trying to understand is the sections
> and what they mean. For instance, ProxyPass /. Does >this refer to what will
> be proxied?
>>Correct which is the whole document root in this
- Original Message -
> I have a server that is sharing port 443. I need to use apache on a
> different server to forward/proxy https traffic to another apache
> server running on a different port, 2443. So, a user types in
> https://mail.domain.com and is sent to https://ip.com:2443. Can
>
test failed with:
500 internal server error
My rewrite rule is:
RewriteRule ^/(.*) https://%{HTTP_HOST}/ [L]
- Original Message -
From: "Chris Arnold"
To: users@httpd.apache.org
Sent: Sunday, November 18, 2012 2:16:42 PM
Subject: Re: [users@httpd] Can Apache Forward/Pr
We have a problem and I am trying to either confirm or deny it being an apache
config mistake. 2 servers, 1 is 192.168.123.3 and 1 is 192.168.124.3. On the
192.168.124.3 server we have email; on the 192.168.123.3 server we have web
server. When I go to https://192.168.123.3 I am presented with t
Nov 25, 2012 at 10:14 PM, Chris Arnold
> wrote:
>> We have a problem and I am trying to either confirm or deny it being an
>> apache config mistake. 2 servers, 1 is 192.168.123.3 and 1 is 192.168.124.3.
>> On the 192.168.124.3 server we have email; on the 192.168.123.3 serv
On Nov 25, 2012, at 11:58 PM, Igor Cicimov wrote:
>
> On Mon, Nov 26, 2012 at 3:00 PM, Chris Arnold
> wrote:
>> On Nov 25, 2012, at 10:17 PM, Kevin Castellow
>> wrote:
>>
>>> Yes. That is exactly what a proxy would do for you.
>>> Turn on lo
On Nov 26, 2012, at 7:07 AM, Igor Cicimov wrote:
> Do you have a default one like this
>
>
> or with the ip?
>
Yes. Would you care to see it?
1 - 100 of 184 matches
Mail list logo