[EMAIL PROTECTED] Permissions problem

2007-07-10 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Permissions problem

2007-07-10 Thread Chris Arnold
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

[EMAIL PROTECTED] Re:[EMAIL PROTECTED] Permissions problem

2007-07-11 Thread Chris Arnold
>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

[EMAIL PROTECTED] Zip some script?

2007-08-14 Thread Chris Arnold
Hello all! I have a site http://www.mytimewithgod.net and this site has a bunch of

Re: [EMAIL PROTECTED] Zip some script?

2007-08-14 Thread Chris Arnold
Chris Arnold wrote: > Hello all! I have a site http://www.mytimewithgod.net and this site has > a bunch of

Re: [EMAIL PROTECTED] Zip some script?

2007-08-14 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Zip some script?

2007-08-14 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Zip some script?

2007-08-16 Thread Chris Arnold
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: > >

Re: [EMAIL PROTECTED] Zip some script?

2007-08-16 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-26 Thread Chris Arnold
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 >

Re: [EMAIL PROTECTED] URL Redirection Question

2007-09-07 Thread Chris Arnold
>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

[EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Chris Arnold
: "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

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Chris Arnold
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

[EMAIL PROTECTED] Vhost not working

2007-10-09 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Vhost not working

2007-10-09 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] domain.com/~user -> user.domain.com

2007-11-12 Thread Chris Arnold
>>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

Re: [EMAIL PROTECTED] domain.com/~user -> user.domain.com

2007-11-13 Thread Chris Arnold
>>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

[EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] [SOLVED]PHP wants to download instead of run

2007-12-02 Thread Chris Arnold
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

[EMAIL PROTECTED] Gzip config

2007-12-02 Thread Chris Arnold
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

[EMAIL PROTECTED] mod_deflate

2007-12-04 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] mod_deflate

2007-12-04 Thread Chris Arnold
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

[EMAIL PROTECTED] LimitInternalRecursion

2007-12-10 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] LimitInternalRecursion

2007-12-10 Thread Chris Arnold
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 > '

Re: [EMAIL PROTECTED] LimitInternalRecursion

2007-12-10 Thread Chris Arnold
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

[EMAIL PROTECTED] Vhost issues

2007-12-17 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Chris Arnold
> 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. ---

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Chris Arnold
>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

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Chris Arnold
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

[EMAIL PROTECTED] Access forbidden

2008-01-18 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Access forbidden

2008-01-20 Thread Chris Arnold
>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

[EMAIL PROTECTED] Send a request to another apache server

2008-07-16 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Send a request to another apache server

2008-07-16 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Send a request to another apache server

2008-07-18 Thread Chris Arnold
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

Re: [EMAIL PROTECTED] Send a request to another apache server

2008-07-18 Thread Chris Arnold
>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

Re: [EMAIL PROTECTED] Send a request to another apache server

2008-07-18 Thread Chris Arnold
>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

Re: [EMAIL PROTECTED] Send a request to another apache server

2008-07-18 Thread Chris Arnold
>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

[us...@httpd] Apache Sending Email?

2010-05-11 Thread Chris Arnold
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

Re: [us...@httpd] Apache Sending Email?

2010-05-11 Thread Chris Arnold
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

[users@httpd] Getting blog.domain.com instead of domain.com/blog

2011-11-25 Thread Chris Arnold
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

Re: [users@httpd] Getting blog.domain.com instead of domain.com/blog

2011-11-27 Thread Chris Arnold
>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

[users@httpd] 1 Public IP Many Servers

2012-02-18 Thread Chris Arnold
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

Re: [users@httpd] 1 Public IP Many Servers

2012-02-18 Thread Chris Arnold
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

Re: [users@httpd] 1 Public IP Many Servers

2012-02-18 Thread Chris Arnold
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

Re: [users@httpd] 1 Public IP Many Servers

2012-02-20 Thread Chris Arnold
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

Re: [users@httpd] 1 Public IP Many Servers

2012-02-20 Thread Chris Arnold
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:

[users@httpd] Perl for Apache

2012-02-24 Thread Chris Arnold
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 ---

Re: [users@httpd] Perl for Apache

2012-02-24 Thread Chris Arnold
***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

Re: [users@httpd] Perl for Apache

2012-02-24 Thread Chris Arnold
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 > >

Re: [users@httpd] Perl for Apache

2012-02-26 Thread Chris Arnold
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

[users@httpd] Unable to get to any sites after an install

2012-03-06 Thread Chris Arnold
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

Re: [users@httpd] Unable to get to any sites after an install

2012-03-06 Thread Chris Arnold
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

Re: [users@httpd] [SOLVED]Unable to get to any sites after an install

2012-03-06 Thread Chris Arnold
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

[users@httpd] Reverse proxy

2012-03-06 Thread Chris Arnold
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

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Chris Arnold
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.

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Chris Arnold
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.

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Chris Arnold
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. >&

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Chris Arnold
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

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Chris Arnold
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

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Chris Arnold
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

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Chris Arnold
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

[users@httpd] Directory Setting Issues, i believe(kind of long)

2012-03-10 Thread Chris Arnold
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

Re: [users@httpd] Directory Setting Issues, i believe(kind of long)

2012-03-10 Thread Chris Arnold
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

Re: [users@httpd] Directory Setting Issues, i believe(kind of long)

2012-03-11 Thread Chris Arnold
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

Re: [users@httpd] Directory Setting Issues, i believe(kind of long)

2012-03-11 Thread Chris Arnold
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)

[users@httpd] Subdomain rewrite

2012-03-21 Thread Chris Arnold
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

[users@httpd] Rewrite Rule Help (again)

2012-07-03 Thread Chris Arnold
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

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-03 Thread Chris Arnold
>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. -

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-07 Thread Chris Arnold
>> 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

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-07 Thread Chris Arnold
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.

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-08 Thread Chris Arnold
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: > >>>>

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-09 Thread Chris Arnold
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. > > > >

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-09 Thread Chris Arnold
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

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-10 Thread Chris Arnold
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

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-10 Thread Chris Arnold
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: >

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-10 Thread Chris Arnold
>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

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-10 Thread Chris Arnold
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

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-10 Thread Chris Arnold
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

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-10 Thread Chris Arnold
>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

[users@httpd] 405 Errors

2012-08-16 Thread Chris Arnold
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.

[users@httpd] Rewrite or Proxy?

2012-10-16 Thread Chris Arnold
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

Re: [users@httpd] Rewrite or Proxy?

2012-10-16 Thread Chris Arnold
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

[users@httpd] Proxy Config Issues

2012-11-17 Thread Chris Arnold
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...@

Re: [users@httpd] Proxy Config Issues

2012-11-17 Thread Chris Arnold
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...@

Re: [users@httpd] Proxy Config Issues

2012-11-17 Thread Chris Arnold
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...@

Re: [users@httpd] Proxy Config Issues

2012-11-17 Thread Chris Arnold
>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,

[users@httpd] Can Apache Forward/Proxy a Port?

2012-11-17 Thread Chris Arnold
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

Re: [users@httpd] Proxy Config Issues

2012-11-17 Thread Chris Arnold
> 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

Re: [users@httpd] Can Apache Forward/Proxy a Port?

2012-11-18 Thread Chris Arnold
- 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 >

Re: [users@httpd] Can Apache Forward/Proxy a Port?

2012-11-18 Thread Chris Arnold
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

[users@httpd] Interesting Problem

2012-11-25 Thread Chris Arnold
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

Re: [users@httpd] Interesting Problem

2012-11-25 Thread Chris Arnold
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

Re: [users@httpd] Interesting Problem

2012-11-26 Thread Chris Arnold
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

Re: [users@httpd] Interesting Problem

2012-11-26 Thread Chris Arnold
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   2   >