[users@httpd] Re: One Apache ( having two hostname but one IP ) for tw o websites

2011-04-26 Thread DW
William A. Rowe Jr. wrote: > What are you talking about? He was just taking the advantage to spam us and to spread his website links for search engines!! You have quite sensibly deleted his links in your reply. - The offi

Re: [users@httpd] One Apache ( having two hostname but one IP ) for tw o websites

2011-04-26 Thread William A. Rowe Jr.
On 4/26/2011 7:40 PM, Stephen Love wrote: > I figured you could have it identify by name instead of IP PORT. I am not > sure myself, how > to sort by PORT, but name recognition works great. What are you talking about? He's using named hosting, he already identified that host1.com and host2.com w

Re: [users@httpd] One Apache ( having two hostname but one IP ) for tw o websites

2011-04-26 Thread Stephen Love
I figured you could have it identify by name instead of IP PORT. I am not sure myself, how to sort by PORT, but name recognition works great. See us online at http://www.LOVEnCompany.com. -- Original Message -- From: "William A. Rowe Jr." To: users@httpd.apache.org Subject: Re: [

Re: [users@httpd] One Apache ( having two hostname but one IP ) for two websites

2011-04-26 Thread William A. Rowe Jr.
On 4/26/2011 3:30 AM, Tushar Chavan wrote: > 3. Now problem is but when I type http://Apache_host_2/irj , re-directs to > http://example_1.com/irj . We need to re-direct this to > https://example_2.com/irj > ( This is because users may bot type https. Can you please give me a > hint t

Re: [users@httpd] One Apache ( having two hostname but one IP ) for tw o websites

2011-04-26 Thread Stephen Love
I have MULTIPLES all listening on port 80. They ALL work via apache... I just INCLUDE their specific configuration differences, and it finds the right one, by name. I've been doing this for years. I can give you an example if you like. See us online at http://www.LOVEnCompany.com. -- O

[users@httpd] Re: Building apr_dbd_mysql

2011-04-26 Thread Jon Drukman
Jon Drukman cluttered.com> writes: > libtool: link: warning: library `/usr/local/apr/lib/libaprutil-1.la' was > moved. > libtool: link: cannot find the library `/opt/apache/lib/libapr-1.la' or > unhandled argument `/opt/apache/lib/libapr-1.la' > > Any ideas? I finally got it to work. I buil

Re: [users@httpd] Htaccess Help

2011-04-26 Thread Matt
> > allow from all > So would it be: order allow,deny allow from x.x.x.0/24 allow from all Or does it matter which comes first? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [users@httpd] Htaccess Help

2011-04-26 Thread Eric Covener
On Tue, Apr 26, 2011 at 12:56 PM, Matt wrote: > I have an .htaccess file like so. > > order allow,deny > > allow from x.x.x.0/24 > > I have this in my root html directory and it works fine.  Only allows > access by the x.x.x.0/24 subnet.  Thing is I have one file > ~"siteinfo.html" that I want to

[users@httpd] Htaccess Help

2011-04-26 Thread Matt
I have an .htaccess file like so. order allow,deny allow from x.x.x.0/24 I have this in my root html directory and it works fine. Only allows access by the x.x.x.0/24 subnet. Thing is I have one file ~"siteinfo.html" that I want to allow anyone to access. How would I do that? ---

[users@httpd] Re: Building apr_dbd_mysql

2011-04-26 Thread Jon Drukman
Nick Kew webthing.com> writes: > Once you've built apr-util as you want it, use the --with options > to httpd configure to select it. You need to point --with to > ap[r|u]-1-config. So I did: ./configure --prefix=/opt/apache --enable-layout=Darwin --enable-mods-shared=all --sysconfdir=/opt/ap

Re: [users@httpd] Re: Building apr_dbd_mysql

2011-04-26 Thread Nick Kew
On Tue, 26 Apr 2011 15:59:12 + (UTC) Jon Drukman wrote: > Nick Kew webthing.com> writes: > > > > The build messages from configure and make will tell you > > whether apr_dbd_mysql.so was built successfully, > > and where it was installed. > > It is built successfully and it is installed i

[users@httpd] Re: Building apr_dbd_mysql

2011-04-26 Thread Jon Drukman
Nick Kew webthing.com> writes: > The build messages from configure and make will tell you > whether apr_dbd_mysql.so was built successfully, > and where it was installed. It is built successfully and it is installed into /usr/local/apr/lib. I don't think apache knows to look there however. I

[users@httpd] Unable to create core dumps with Apache 2.2.14 on Ubuntu 10.04 x64

2011-04-26 Thread Stevie
Apache 2.2.14, installed via package management with all defaults, is seg faulting; multiple child processes are crashing during the business day when the server is at its heaviest load. I have been unsuccessful in all attempts to create core dumps for this server after following a number of st

Re: [users@httpd] Apache "child pid 3432 exit signal Segmentation fault (11)"

2011-04-26 Thread Stevie
Lucky you for being able to get a core dump. That's my next question. :) Based on your output I think the issue is with the php module. Do you use php on your site? Can you disable it to see if that resolves your issue? I'm actually pretty new to all of this myself so apologies if this doesn't

[users@httpd] Apache "child pid 3432 exit signal Segmentation fault (11)"

2011-04-26 Thread TArak
Dear List, I am getting the frequent error in apache. Below is my coredump detail. I am not able to understand the cause of this error. gdb httpd -c core.8056 Core was generated by `/usr/sbin/httpd'. Program terminated with signal 11, Segmentation fault. (no debugging symbols found) Loaded sym

[users@httpd] One Apache ( having two hostname but one IP ) for two websites

2011-04-26 Thread Tushar Chavan
Hi Experts, We are using one Apache server ( two hostnames but one IP ) for two websites ( http://example_1.com/irj & https://example_2.com/irj ) Apache Hostnames :- Apache_host_1 & Apache_host_2 with same IP. Web Sites 1 :- http://example_1.com/irj Web Sites 2 :- https://example_2.com/irj