Re: [users@httpd] Re: Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Shariful Alam
Hi Yann, It works!. Thanks. I'm a noob, I was trying to fix this for the past two days. At some point, I believe I tried with the LDFLAGS too. But I can see that I was using LDFLAGS incorrectly. Thanks for the help. Regards, Shariful Alam On Wed, Apr 7, 2021 at 3:02 PM Yann Ylavic wrote: > On W

Re: [users@httpd] Re: Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Yann Ylavic
On Wed, Apr 7, 2021 at 10:56 PM Shariful Alam wrote: > > Yes, I'm looking for libssl. But not the default one. Here, you can see that > my mod_ssl.so is still linked with the default libssl. However, during httpd > installation, I use the following configuration, > > CFLAGS='-DSSL_EXPERIMENTAL_

Re: [users@httpd] Re: Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Shariful Alam
Hi Christophe, Yes, I'm looking for *libssl. *But not the default one. Here, you can see that my *mod_ssl.so *is still linked with the default libssl. However, during httpd installation, I use the following configuration, - CFLAGS='-DSSL_EXPERIMENTAL_ENGINE -DSSL_ENGINE -DOPENSSL_LOAD_CONF'

[users@httpd] Re: Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Christophe JAILLET
Le 07/04/2021 à 18:56, Shariful Alam a écrit : Hello Yann, Thanks for the reply. Following is the output of *ldd mod_ssl.so, * still the same. No sign of OpenSSL library. root@xxx:/etc/apache2/modules# ldd mod_ssl.so linux-vdso.so.1 =>  (0x7fffce1c5000) libssl.so.1.0.0 => /lib/x86_64-linu

[users@httpd] Re: Help configure a Reverse proxy with Substitute

2019-03-21 Thread Christophe JAILLET
Le 15/03/2019 à 10:47, Flaviu Radulescu a écrit : Dear community, I need an advice on how to configure a reverse proxy in which I need to replace the tag from the response html with an ENV variable defined previously. How do you recommend me to do this? I tried with substitute, but unfortu

Re: [users@httpd] RE: Help configure a Reverse proxy with Substitute

2019-03-18 Thread Luis Speciale
Le 18/03/2019 à 18:36, Muggeridge, Matt a écrit : See the documentation on mod_substitute.html I was following this thread and the doc says "expr=" substitution values were added in 2.5.1 But my install is /2.4.38. I have installed it with brew on a Mac but I can't find a dev version. What c

[users@httpd] RE: Help configure a Reverse proxy with Substitute

2019-03-18 Thread Muggeridge, Matt
See the documentation on mod_substitute.html. It describes that if you want to access environment variables, then the substitution must begin with 'expr='. The doc provides an example for substituting with variables: Expression E

[users@httpd] Re: Help needed on using python script from Apache Rewrite configuration

2017-05-17 Thread Debananda Pal -X (debanapa - WIPRO LIMITED at Cisco)
Hi, I have changed the calling script in below way : RewriteRule "-" "${path:%{ENV:vrg}}" But in python script, not able to retrieve the value of "vrg". ?Kindly send a sample code in python to get the value and pass a return string back to rewrite module. Regards, D Pal

[users@httpd] Re: Help with Apache configuration

2015-12-29 Thread chetan jain
Any pointers are highly appreciated. On Fri, Dec 18, 2015 at 7:05 PM, chetan jain wrote: > Hi all, > > I have a scenario where i have different instances of the same application > deployed on different boxes and we call those instances as app1, app2. > > and the actual URL for both will be like

[users@httpd] Re: Help configure non-SSL webpages on an SSL site?

2015-09-15 Thread Jonesy
On Tue, 15 Sep 2015 18:12:24 -0400, . wrote: > > I am a novice website admin, running Apache 2.4.7 on a Ubuntu box. I > want to be able to serve a subset of my website as http (port 80), even > though the overall site is on https (port 443). I managed to convert it > all to https this summer by

[users] Re: Help with Understanding Subrequests

2014-06-09 Thread Gary Mort
> I don't really understand why the logs are showing me an exhaustive list > of the files that are *included* by the requested (dynamic) script. Is it > normal? Is it something I need to configure to go away? Try adding L to your rewrite flags.

[users] Re: Help with Understanding Subrequests

2014-06-03 Thread Jamie Jackson
bump On Thu, May 22, 2014 at 4:14 PM, Jamie Jackson wrote: > Hi Folks, > > I'm a noob with mod_rewrite, and my logging has wondering about some > things. (BTW, I'm on 2.2) > > Here's the request command, the virtual host's rewrite rule, and the > generated log output: http://apaste.info/5ga > >

[users@httpd] RE: Help Please

2013-12-14 Thread Srinivasa Rao Katta
To: icici...@gmail.com Subject: RE: Help Please Date: Fri, 6 Dec 2013 13:10:33 -0500 Igor, Here is the information regarding How I build the openssl 1.0.1e for fips compatible; 1. openssl-fips-ecp-2.0.3.tar.gz # cd /var/tmp/openssl-fips-2.0.3 #./config #make #make

[users@httpd] Re: Help: Plugin error "SSI" not found

2012-06-19 Thread John Moser
On Tue, Jun 19, 2012 at 12:20 PM, John Moser wrote: > On Tue, Jun 19, 2012 at 11:41 AM, John Moser wrote: > >> Point me in the right direction anyone? > > Well so far I've determined it's a PERL module (Apache::SSI) that I > need.  Just by luck, found something unrelated with the same error and >

[users@httpd] Re: Help: Plugin error "SSI" not found

2012-06-19 Thread John Moser
On Tue, Jun 19, 2012 at 11:41 AM, John Moser wrote: > Point me in the right direction anyone? Well so far I've determined it's a PERL module (Apache::SSI) that I need. Just by luck, found something unrelated with the same error and noticed it was related to a perl module. Guess I need to go fi

RE: [users@httpd] Re: HELP: apache 2.2.17 creating zombies that are increasing server load

2011-09-07 Thread Martin, Jeff
that’s not giving me anything interesting either. Thanks for the thoughts! Jeff -Original Message- From: Danijel Tasov [mailto:gm...@korn.shell.la] Sent: Wednesday, September 07, 2011 2:42 PM To: users@httpd.apache.org Subject: [users@httpd] Re: HELP: apache 2.2.17 creating zombies that

[users@httpd] Re: HELP: apache 2.2.17 creating zombies that are increasing server load

2011-09-07 Thread Danijel Tasov
Hi Jeff, Martin, Jeff wrote: > 16042 csdrd 20M 16M cpu20 500 3:52:05 3.1% httpd/24 > 16042 csdrd 20M 16M zombie 0- 0:00:00 0.0% httpd/65 > 16042 csdrd 20M 16M zombie 0- 0:00:00 0.0% httpd/64 > 16042 csdrd 20M 16M zombie 0- 0:00:00 0.0% ht

[users@httpd] Re: Help with mod_ldap after compiling manually

2011-05-23 Thread Mark Poole
Nevermind.. strace found the problem: open("/home/bleh/output64/lib/apr-util-1/apr_ldap-1.so", O_RDONLY) = -1 ENOEN T (No such file or directory) On Mon, May 23, 2011 at 1:19 PM, Mark Poole wrote: > Hi All, > > I'm compiling openldap, apr (1.4.5), apr-util (1.3.12) and httpd > (2.2.15) manually

[users@httpd] Re: Help with config

2011-01-14 Thread Carsten Wiedmann
Am 14.01.2011 10:54, schrieb Bob Wilson: DocumentRoot "C:/Users/User/My Documents/htdocs" IMHO "My Documents" should written as "Documents" in the config file. Thanks, but we think we've narrowed it down to an ACL problem with the 'user' directory I don't think so... I guess you don't know

Re: [users@httpd] Re: Help with config

2011-01-14 Thread Bob Wilson
On 14/01/2011 01:49, DW wrote: See if this helps: Good luck. Bob Wilson wrote: Can any one help with the initial configuration of Apache? I was told that to make localhost point to a alternative directory I should change both the 'Document

Re: [users@httpd] Re: Help with config

2011-01-14 Thread Bob Wilson
On 14/01/2011 08:01, Carsten Wiedmann wrote: Am 13.01.2011 13:41, schrieb Bob Wilson: DocumentRoot "C:/Users/User/My Documents/htdocs" Which doesn't work with error message 'The requested operation has failed!' IMHO "My Documents" should written as "Documents" in the config file. Regards

[users@httpd] Re: Help with config

2011-01-14 Thread Carsten Wiedmann
Am 13.01.2011 13:41, schrieb Bob Wilson: DocumentRoot "C:/Users/User/My Documents/htdocs" Which doesn't work with error message 'The requested operation has failed!' IMHO "My Documents" should written as "Documents" in the config file. Regards, Carsten

[users@httpd] Re: Help with config

2011-01-13 Thread DW
See if this helps: Good luck. Bob Wilson wrote: Can any one help with the initial configuration of Apache? I was told that to make localhost point to a alternative directory I should change both the 'Documentroot' AND 'Directory' paths The

Re: [us...@httpd] Re: Help !!! Apache HTTP process consumes high memory usage

2010-05-14 Thread Igor Galić
- "Arunkumar Janarthanan" wrote: > I could see its most of them from PHP and its components. [snip] > > On Fri, May 14, 2010 at 1:10 AM, Arunkumar Janarthanan < > arunkumar.webad...@gmail.com > wrote: > > > Hi, > > I have build an Apache instance 2.2.15 with prefork MPM and most of > t

[us...@httpd] Re: Help !!! Apache HTTP process consumes high memory usage

2010-05-13 Thread Arunkumar Janarthanan
I could see its most of them from PHP and its components. 2ba99536f000 3168K r-x-- /usr/lib64/httpd/modules/libphp5.so 2ba995687000 2048K - /usr/lib64/httpd/modules/libphp5.so 2ba995887000288K rw--- /usr/lib64/httpd/modules/libphp5.so 2ba99a751000 56K r-x-- /us

[us...@httpd] Re: Help with installing Apache on Windows XP

2009-07-09 Thread André Warnier
Anthony Rodriguez wrote: Dear Andre, Thank you for replying to my post and I apologize for contacting you directly. You said to "turn off any other services that may be listening to port 80 (like IIS ?) or change the Apache configuration to listen on another port." As a newbie, I have no idea

RE: [us...@httpd] Re: help with mod_proxy_html, trouble rewriting javascript content

2009-03-07 Thread Flowering Weeds
> One thing my apache do, or rather the sun access manager do, is saml2. > Something That the big M dos'nt support. > I know little about that, but that doesn't mean that there are not other ways of doing things and sometimes one must make a change. But I understand too! Hope it wor

[us...@httpd] Re: help with mod_proxy_html, trouble rewriting javascript content

2009-03-07 Thread Arne Berner
One thing my apache do, or rather the sun access manager do, is saml2. Something That the big M dos'nt support. Please... Back to my original question. Arne 2009/3/7, Peter Schober : > * Flowering Weeds [2009-03-07 17:03]: >> Thanks for helping to explain http.sys. > > *plonk* > > cheers, > -p

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-05 Thread Norman Peelman
put 1 per line. *From:* Norman Peelman <mailto:npeel...@cfl.rr.com> *Sent:* Wednesday, February 04, 2009 9:10 PM *To:* users@httpd.apache.org <mailto:users@httpd.apache.org> *Subject:* Re: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: >

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Norman Peelman
affic to 192.168.1.3 port 80 (substitute your info) you should have a setup that survives reboots. *From:* Norman Peelman <mailto:npeel...@cfl.rr.com> *Sent:* Wednesday, February 04, 2009 10:05 AM *To:* users@httpd.apache.org <mailto:users@httpd.apache.org> *Subject:*

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Jonathan Mangin
- Original Message - From: "Michael Rogers" To: Sent: Wednesday, February 04, 2009 2:49 PM Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe The "listen 80" is in the main config file. The only thing that works is 10.0.0.115. I was reading your commen

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Michael Rogers
settings in the advanced routing tab do anything for me here? If it does then I'll attach a copy of the routing tables that are in the router for you to look at. From: Norman Peelman Sent: Wednesday, February 04, 2009 10:05 AM To: users@httpd.apache.org Subject: Re: [us...@ht

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Michael Rogers
Matt! None of the "http://"; was ever in any Razi's email that I read. It only showed up in Andre's email that he posted. From: Matt McCutchen Sent: Wednesday, February 04, 2009 1:16 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Serve

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Norman Peelman
t;mailto:users@httpd.apache.org> *Subject:* Re: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: > Norman! > > Thanks for the encouragement! I feel like I slamming my head against > a telephone pole as I am getting nowhere. > What

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 08:48 +0100, André Warnier wrote: > Razi Khaja wrote: > >> > > Adding 10.0.0.115 to your hosts file shouldnt hurt. > That is correct. > > > > But try adding this as well in your hosts file > > 127.0.0.1 localhost michealrogers.com > > www.mic

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Michael Rogers
AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe Razi, Razi Khaja wrote: >> > Adding 10.0.0.115 to your hosts file shouldnt hurt. That is correct. > > But try adding this as well in your hosts file > 127.0.0.1

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-03 Thread André Warnier
Razi, Razi Khaja wrote: Adding 10.0.0.115 to your hosts file shouldnt hurt. That is correct. But try adding this as well in your hosts file 127.0.0.1 localhost michealrogers.com www.michealrogers.com But that is wrong. Addin

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-03 Thread Michael Rogers
From: Razi Khaja Sent: Tuesday, February 03, 2009 9:31 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe Hello Michael If you are having trouble accessing the site at http://www.michaelsrogers.com/ from your internal network, try changing

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-03 Thread Razi Khaja
Hello Michael > If you are having trouble accessing the site at > http://www.michaelsrogers.com/ from your internal network, try changing > the entry in the hosts file to say "10.0.0.115 www.michaelsrogers.com" > with the www. The hostnames with and without the www are completely > independent a

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-03 Thread Eric Covener
On Tue, Feb 3, 2009 at 6:33 PM, Michael Rogers wrote: > My browsers just do a search of the web for michalesrogers.com and I don't > know how to shut that search feature off. You might find command-line clients like wget or curl (or telnet/netcat) make for much more reliable/repeatable results.

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-03 Thread Michael Rogers
My browsers just do a search of the web for michalesrogers.com and I don't know how to shut that search feature off. From: Norman Peelman Sent: Tuesday, February 03, 2009 3:39 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe Michael R

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-03 Thread Norman Peelman
Michael Rogers wrote: Norman! Thanks for the encouragement! I feel like I slamming my head against a telephone pole as I am getting nowhere. My DSL modem that connects me to the internet has the static IP address of "66.113.46.108 michaelsrogers.com". I know the problem is between the D

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-03 Thread Matt McCutchen
On Mon, 2009-02-02 at 21:09 -0700, Michael Rogers wrote: > Thanks for the encouragement! I feel like I slamming my head against > a telephone pole as I am getting nowhere. > > My DSL modem that connects me to the internet has the static IP > address of "66.113.46.108 michaelsrogers.com". I kn

[us...@httpd] Re: Help - Name Server - Maybe

2009-02-03 Thread Nicholas Sherlock
John Hudak wrote: My mistake...I didn't see that there are significant number of replies to your thread. I believe the problem is with the router or the nameserver. I had similar problems when using one of the free domain name servers. I ended up switching to another service and it worked muc

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
ers@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: > André Warnier <mailto:a...@ice-sa.com>! you said "Well actually, I was > asking the question because I already gave you the answer in a > previous post. So make an effo

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Norman Peelman
*To:* users@httpd.apache.org <mailto:users@httpd.apache.org> *Subject:* Re: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: > That why I am asking the questions! If I know I might be able to make it work. Well actually, I was asking the question

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
forum. From: André Warnier Sent: Monday, February 02, 2009 1:19 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: > That why I am asking the questions! If I know I might be able to make it work. Well actuall

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread André Warnier
Michael Rogers wrote: That why I am asking the questions! If I know I might be able to make it work. Well actually, I was asking the question because I already gave you the answer in a previous post. So make an effort and read it this time : quote I) computers work with IP addresses, not wi

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
That why I am asking the questions! If I know I might be able to make it work. From: André Warnier Sent: Monday, February 02, 2009 12:38 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: [...] > I can reach the Apa

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread André Warnier
Michael Rogers wrote: [...] I can reach the Apache from all of my internal machines and it works fine. Using http://www.michaelsrogers.com does not work. And do you understand why it does not work with "http://www.michaelsrogers.com"; from your internal workstations ? --

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
From: André Warnier Sent: Monday, February 02, 2009 5:49 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: > Eric: > > My email utility sent you to the junk mail folder and I didn't see you until n

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Norman Peelman
ry 01, 2009 6:26 AM *To:* users@httpd.apache.org <mailto:users@httpd.apache.org> *Subject:* Re: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: > Okay: > > The .net is served by a name server on the east cost and is associated >

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread André Warnier
Michael Rogers wrote: Eric: My email utility sent you to the junk mail folder and I didn't see you until now. Next I am suffering this morning from severe pain and the morphine is not helping so I may not respond back right away. My pain may be for a couple of hours or in might be for days.

[us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Nicholas Sherlock
Michael Rogers wrote: Razi! Okay! now I have my port (80) forwarded to my computer 10.0.0.115. on my end I don't see my pages after I type in the .com domain name. Maybe you would try it and see if the pages come up. http://www.michaelsrogers.com I just got "connection refused" as of

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
.0.115. I found the host file. Am I to understand that I should put 10.0.0.115 www.michaelsrogers.com in the file right under the 127.0.0.1 localhost From: André Warnier Sent: Sunday, February 01, 2009 3:31 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Serv

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
49 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe A question for the port forwarding in Applications & Games. It asks for "application" I put Apache2.2 in the box, was that right or what does go there? You can put anyth

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Razi Khaja
> > A question for the port forwarding in Applications & Games. It asks for > "application" I put Apache2.2 in the box, was that right or what does go > there? > You can put anything you want in the "application" box, I think its just there to be a helpful reminder of what your port forwarding.

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Michael Rogers
Razi! A question for the port forwarding in Applications & Games. It asks for "application" I put Apache2.2 in the box, was that right or what does go there? From: Razi Khaja Sent: Sunday, February 01, 2009 5:19 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] R

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Razi Khaja
> > > I also would like to know what goes into the httpd.config file: > > # ServerName gives the name and port that the server uses to identify > itself. > # This can often be determined automatically, but we recommend you specify > # it explicitly to prevent problems during startup. > # > # If you

[us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Nicholas Sherlock
Michael Rogers wrote: Eric! You get to my modem. take a look at the attachment. What if in the Destination LAN I type in 10.0.0.115 (the IP of my server) the sub mask and gateway. In the httpd.config file I change whatever I have there to michaelsrogers.com. would that work? No, that'

[us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Nicholas Sherlock
Michael Rogers wrote: I don't know how you are getting the .com name to resolve to 66.133.46.108 as that is my modem, I can't get it do do that. I tried disabling the DHCP on the computer that is acting as server, and did switch to static IP in the TCP/IP settings, but then I couldn't access

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Michael Rogers
rName 10.0.0.115 From: Razi Khaja Sent: Sunday, February 01, 2009 3:54 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe Mt router is a linksys WRT54G. Great! Thats the one I use, so this should be easy. First determine the ip number o

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Michael Rogers
Windows XP home SP3 From: André Warnier Sent: Sunday, February 01, 2009 3:37 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe Don't know about Eric, but I get : Unable to connect Firefox can't establish a connection to the

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Razi Khaja
> > Mt router is a linksys WRT54G. > Great! Thats the one I use, so this should be easy. First determine the ip number of the computer running the apache web server (your apache server) by running ipconfig \all on the command line. Next log in to your router, go to "Applications & Gaming" -> DMZ

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Michael Rogers
Mt router is a linksys WRT54G. From: Razi Khaja Sent: Sunday, February 01, 2009 1:33 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe I don't know how you are getting the .com name to resolve to 66.133.46.108 as that is my modem, I can&

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread André Warnier
m: Eric Covener Sent: Sunday, February 01, 2009 2:31 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe On Sun, Feb 1, 2009 at 3:33 PM, Razi Khaja wrote: >> I don't know how you are getting the .com name to resolve to 66.133.46.108 >>

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread André Warnier
Eric Covener wrote: [...] FWIW It's quite common to not be able to access your webserver with it's external IP address from within your LAN. Allright, I'll try to help. This has not much to do with Apache, and more with basic TCP/IP. So let's start at the beginning. First your internal

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Eric Covener
On Sun, Feb 1, 2009 at 5:30 PM, Michael Rogers wrote: > Eric! > > I have restarted my computer that has the Apache on it. try > http://www.michaelsrogers.com and see what you get. I'll leave it no the > rest of the day and until noon tomorrow. Connecting to www.michaelsrogers.com|66.113.46.108|

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Michael Rogers
: [us...@httpd] Re: Help - Name Server - Maybe On Sun, Feb 1, 2009 at 3:33 PM, Razi Khaja wrote: >> I don't know how you are getting the .com name to resolve to 66.133.46.108 >> as that is my modem, I can't get it do do that. I tried disabling the DHCP >>

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Eric Covener
On Sun, Feb 1, 2009 at 3:33 PM, Razi Khaja wrote: >> I don't know how you are getting the .com name to resolve to 66.133.46.108 >> as that is my modem, I can't get it do do that. I tried disabling the DHCP >> on the computer that is acting as server, and did switch to static IP in the >> TCP/IP s

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Razi Khaja
> > I don't know how you are getting the .com name to resolve to 66.133.46.108 > as that is my modem, I can't get it do do that. I tried disabling the DHCP > on the computer that is acting as server, and did switch to static IP in the > TCP/IP settings, but then I couldn't access the internet with

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Michael Rogers
ubject: Re: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: > Okay: > > The .net is served by a name server on the east cost and is associated > with Domain servers in listed order: NS1.IPOWERDNS.COM and > NS1.IPOWERWEB.NET. > > The .com is s

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Michael Rogers
ternet with any of my three computers. My ISP said that the problem was in my router, and that I had to do what they called IP mapping. From: Nicholas Sherlock Sent: Sunday, February 01, 2009 2:27 AM To: users@httpd.apache.org Subject: [us...@httpd] Re: Help - Name Server - Maybe

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Norman Peelman
.apache.org <mailto:users@httpd.apache.org> *Subject:* [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: > Nicholas! > > did you try michaelsrogers.com or .net, I have two domain names. Michaelsrogers.com (currently resolving here to 66

[us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Nicholas Sherlock
Michael Rogers wrote: Okay: The .net is served by a name server on the east cost and is associated with Domain servers in listed order: NS1.IPOWERDNS.COM and NS1.IPOWERWEB.NET. The .com is served by a name server some where in Montana and shows as Domain servers in listed order: SMOKEY.MON

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Michael Rogers
is on as being: host: michael-2. When I am on one of the other computers on my network and type michael-2 I see my page. From: Nicholas Sherlock Sent: Sunday, February 01, 2009 1:11 AM To: users@httpd.apache.org Subject: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers

[us...@httpd] Re: Help - Name Server - Maybe

2009-02-01 Thread Nicholas Sherlock
Michael Rogers wrote: Nicholas! did you try michaelsrogers.com or .net, I have two domain names. Michaelsrogers.com (currently resolving here to 66.113.46.108) gives the "connection refused" message. Michaelsrogers.net (resolving to 66.96.130.11) loads fine. Are both of these sites being

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-01-31 Thread Michael Rogers
host" does this mean "me" as in my computer or the ISPs computer where the names server is? From: Nicholas Sherlock Sent: Saturday, January 31, 2009 8:06 PM To: users@httpd.apache.org Subject: [us...@httpd] Re: Help - Name Server - Maybe Nicholas Sherlock wrote

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-01-31 Thread Michael Rogers
I just restarted Apache, try again! From: Nicholas Sherlock Sent: Saturday, January 31, 2009 8:06 PM To: users@httpd.apache.org Subject: [us...@httpd] Re: Help - Name Server - Maybe Nicholas Sherlock wrote: > Michael Rogers wrote: >> HI! >> >> For the

[us...@httpd] Re: Help - Name Server - Maybe

2009-01-31 Thread Nicholas Sherlock
Nicholas Sherlock wrote: Michael Rogers wrote: HI! For the last 6 months I have fiddled around trying to make Apache connect to the web or the web connect to Apache. It does just fine on my home network when I type in localhost! But if I type in www.michaelsrogers.com

[us...@httpd] Re: Help - Name Server - Maybe

2009-01-31 Thread Nicholas Sherlock
Michael Rogers wrote: HI! For the last 6 months I have fiddled around trying to make Apache connect to the web or the web connect to Apache. It does just fine on my home network when I type in localhost! But if I type in www.michaelsrogers.com it doesn't wor

Re: [us...@httpd] Re: help with rewrites - changing the base path

2008-12-30 Thread Matthew Sacks
hi list, new problem: when i try to add a rewrite just for the base url, it doesn't work and appends the destination url twice and ends up as a 404: how can i accommodate the wild-card and the base path (RewriteRule ^/$ http://www.foobar.com)? # BEGIN WordPress RewriteEngine On RewriteBase /te

Re: [us...@httpd] Re: help with rewrites - changing the base path [RESOLVED]

2008-12-29 Thread Matthew Sacks
> RewriteRule /(.*)$ http://www.foo.com/$1 [R=301] Andre, you've hit it on the nose here. Thank you and the List. On Mon, Dec 29, 2008 at 2:53 PM, André Warnier wrote: > Hi. > > Am I interpreting this correctly, that the .htaccess file you are talking > about, is the one that is in the original

Re: [us...@httpd] Re: help with rewrites - changing the base path

2008-12-29 Thread Eric Covener
On Mon, Dec 29, 2008 at 5:53 PM, André Warnier wrote: > Hi. > > Am I interpreting this correctly, that the .htaccess file you are talking > about, is the one that is in the original /techblog location ? > > If so, and without taking my word for it, isn't it so for a RewriteRule that > is in a .hta

Re: [us...@httpd] Re: help with rewrites - changing the base path

2008-12-29 Thread André Warnier
Hi. Am I interpreting this correctly, that the .htaccess file you are talking about, is the one that is in the original /techblog location ? If so, and without taking my word for it, isn't it so for a RewriteRule that is in a .htaccess file in such a location "/techblog", that the original U

Re: [us...@httpd] Re: help with rewrites - changing the base path

2008-12-29 Thread Bob Ionescu
2008/12/29 Matthew Sacks : > I cleared all rewrites so all I have is the following: > RewriteRule ^/techblog(.*)$ http://www.foo.com/$1 [R=301] If you're using this in per-dir context (e.g. in .htaccess files) reachable via http://www.example.com/.htaccess, strip the leading slash of the pattern:

[us...@httpd] Re: help with rewrites - changing the base path

2008-12-29 Thread Matthew Sacks
I cleared all rewrites so all I have is the following: RewriteRule ^/techblog(.*)$ http://www.foo.com/$1 [R=301] I want http://www.bar.com/techblog/thisfile.html to be redirected to http://www.foo.com/thisfile.html I cant seem to get this to work. all I get is 404 On Mon, Dec 15, 2008 at 2:54

RE: help with rewrites - changing the base path

2008-12-17 Thread Chris Evens
- From: ntwrkd [mailto:ntw...@gmail.com] Sent: Wednesday, December 17, 2008 1:51 PM To: users@httpd.apache.org Subject: RE: help with rewrites - changing the base path Thanks Chris, I will give this a shot. I wouldn't have discoveretd this in the docs. Does this require that the dire

RE: help with rewrites - changing the base path

2008-12-17 Thread ntwrkd
Thanks Chris, I will give this a shot. I wouldn't have discoveretd this in the docs. Does this require that the directory /technology-blog be present, or is it a cosmetic change only? Chris Evens wrote: > > Matthew > Is this more like a directory name change if so all you need is > > Rewrite

RE: help with rewrites - changing the base path

2008-12-15 Thread Chris Evens
Matthew Is this more like a directory name change if so all you need is RewriteRule ^/techblog(.*)$ /technology-blog$1 [R=301,L] R is the browser return code and also forces the users browser to refresh. It is also possible to make this transfer internally without a response to the users browse

Re: Help

2008-12-11 Thread Morgan Gangwere
James Taylor-Bye wrote: Hi and many thanks for your prompt reply. I believe in trying to be as polite as possible when it comes to asking for help from strangers. Anyway on with my problem... You are absolutely correct in your assumptions, so far. A bit more detail on my problem. I can i

RE: Help

2008-12-11 Thread James Taylor-Bye
.com] Sent: 10 December 2008 23:42 To: users@httpd.apache.org Subject: Re: Help James Taylor-Bye wrote: > I have downloaded the installer for the latest apache software. I am having > difficulties in actually setting it up for use on my pc. I have no website > and server yet, i am just trying

Re: Help required with auth and ldap.

2008-12-11 Thread Eric Covener
On Thu, Dec 11, 2008 at 10:03 AM, Erik Bloodaxe <[EMAIL PROTECTED]> wrote: > Hi, all, > > I have a strange problem with ldap auth. > > In a .htaccess file I have: > > AuthBasicProvider ldap > AuthType Basic > AuthName "Access to somesite logs" > AuthLDAPURL ldap://ldap-server.dlog.ac.uk/dc=

Re: Help

2008-12-10 Thread André Warnier
James Taylor-Bye wrote: I have downloaded the installer for the latest apache software. I am having difficulties in actually setting it up for use on my pc. I have no website and server yet, i am just trying to teach myself this and do aim to set up in the future. So i just need to know how to

Re: [EMAIL PROTECTED] Re: help on apache mod_rewrite

2007-08-30 Thread Matus UHLAR - fantomas
On 28.07.07 09:30, Marc Jacobs wrote: > I have a problem with apache, perhaps you can help... I would be glad > if you did. I'm not an expert on the subject, so forgive me if I'm > sounding naive > > I need to create 1 virtual host that runs multiple sites (siteA.com) & > siteB.com) located at

[EMAIL PROTECTED] Re: help on apache mod_rewrite

2007-07-27 Thread Marc Jacobs
Hi everyone, I have a problem with apache, perhaps you can help... I would be glad if you did. I'm not an expert on the subject, so forgive me if I'm sounding naive I need to create 1 virtual host that runs multiple sites (siteA.com) & siteB.com) located at different paths in the host. In or

[EMAIL PROTECTED] Re: Help with mod_proxy

2006-11-28 Thread paul
Todd Nine schrieb: I have another question on the efficiency > side. I'd like to use domain name for ease of configuration, however I > know > it is less efficient than using IP. Is it less efficient for the first > proxy request (IE does apache cache the IP after the first lookup?), or > does i

Re: [EMAIL PROTECTED] Re: Help with mod_proxy

2006-11-27 Thread Todd Nine
Thanks for getting back to me Paul. Sorry I snapped at you, it was uncalled for, it has been one of those weekends ... :). I finally figured out my issue, and unfortunately, it was a bonehead move on my part. As I said earlier, I've defined each virtual host in its own .conf file so editing eac

[EMAIL PROTECTED] Re: Help with mod_proxy

2006-11-25 Thread paul
forgot to mention: this is apache-2.2.3 on linux. cheers Paul - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAI

[EMAIL PROTECTED] Re: Help with mod_proxy

2006-11-25 Thread paul
Todd Nine schrieb: > No you misunderstood my post. I'm not an idiot, I understand the point of > proxying, if the target server is down I won't be able to connect. Sorry I didn't meant to be rude... Here's > a more clear example. I'm proxying 2 http servers, server A and server B. > If server

  1   2   >