RE: apache question re: tag not viz.

2003-09-17 Thread Wade Chandler
Wade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leonard den Ottolander Sent: Wednesday, September 17, 2003 9:33 AM To: [EMAIL PROTECTED] Subject: Re: apache question re: tag not viz. Hello Bob, > If I open by "http://localhost"; > ther

Re: apache question re: tag not viz.

2003-09-17 Thread Leonard den Ottolander
Hello Bob, > If I open by "http://localhost"; > there is a brief flash of a blank square image box of the > correct height but no image. Sounds like you should check the file ownership and permissions. Bye, Leonard. -- How clean is a war when you shoot around nukelar waste? Stop the use of d

RE: apache question

2002-03-28 Thread Chad and Doria Skinner
What are you using frames for?? Ditch the framset and your links will display as you desire. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of pochy > Sent: Thursday, March 28, 2002 3:33 PM > To: [EMAIL PROTECTED] > Subject: apache question > > >

Re: apache question

2002-03-28 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 28 Mar 2002, pochy wrote: >I`m running a website "dujo.org" and for example a friend >connect to the site, >in the browser location bar show (http://www.dujo.org) but when they >click on >any link in the index page the addres in the

Re: apache question

2002-03-28 Thread bbales
If the file is on your site use something like: THE BARTON MACLANE TREASURY If it is an internet site, use: http://www.imdb.com";>The Internet Movie Database Get a book on html. bruce On Thursday 28 March 2002 03:33 pm, you wrote: > Hello people: > > I`m running a website "dujo.org"

Re: apache question

2002-03-28 Thread SignGuy
no frames - Original Message - From: "pochy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 4:33 PM Subject: apache question > Hello people: > > I`m running a website "dujo.org" and for example a friend > connect to the site, > in the browser

Re: Apache Question

2002-01-18 Thread Jason Costomiris
On Fri, Jan 18, 2002 at 12:52:30PM -0500, Jeff Bearer wrote: : I have a website that is being spidered by 1 host at in-opertune times, : I'm trying to see if there is a way I can block the host in apache for a : few hours of the day but allow it the rest of the day. directives? iptables on the

Re: Apache Question

2002-01-18 Thread Cameron Simpson
On 18:40 18 Jan 2002, Rodolfo J. Paiz <[EMAIL PROTECTED]> wrote: | At 1/18/2002 01:16 PM -0500, you wrote: | >On 18 Jan 2002, Jeff Bearer wrote: | > >I have a website that is being spidered by 1 host at in-opertune times, | > >I'm trying to see if there is a way I can block the host in apache for

Re: Apache Question

2002-01-18 Thread Blake Thornton
> > > > >I have a website that is being spidered by 1 host at in-opertune times, > > >I'm trying to see if there is a way I can block the host in apache for a > > >few hours of the day but allow it the rest of the day. > > > > It wouldn't be too hard to add the appropriate iptables calls to a

Re: Apache Question

2002-01-18 Thread Jeff Bearer
Didn't think about using iptables, thanks, it was easier than I thought. On Fri, 2002-01-18 at 13:07, David Talkington wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jeff Bearer wrote: > > >I have a website that is being spidered by 1 host at in-opertune times, > >I'm trying to s

Re: Apache Question

2002-01-18 Thread Rodolfo J. Paiz
At 1/18/2002 01:16 PM -0500, you wrote: >On 18 Jan 2002, Jeff Bearer wrote: > >I have a website that is being spidered by 1 host at in-opertune times, > >I'm trying to see if there is a way I can block the host in apache for a > >few hours of the day but allow it the rest of the day. > >Run a goog

Re: Apache Question

2002-01-18 Thread Anthony E. Greene
On 18 Jan 2002, Jeff Bearer wrote: >I have a website that is being spidered by 1 host at in-opertune times, >I'm trying to see if there is a way I can block the host in apache for a >few hours of the day but allow it the rest of the day. Run a google on "robots.txt". Tony -- Anthony E. Greene

Re: Apache Question

2002-01-18 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff Bearer wrote: >I have a website that is being spidered by 1 host at in-opertune times, >I'm trying to see if there is a way I can block the host in apache for a >few hours of the day but allow it the rest of the day. It wouldn't be too hard to

Re: Apache Question

2001-12-20 Thread Fire Dragon
On Wed, Dec 12, 2001 at 11:00:54AM -0700, Blake Thornton wrote: > What would cause Apache to restart. I looked in my error logs this > morning and it looks like this: > > - > > [Wed Dec 12 04:02:03 2001] [notice] SIGHUP received. Attempting to >

Re: Apache Question

2001-12-12 Thread Bob Staaf
> What would cause Apache to restart. I looked in my error logs this > morning and it looks like this: > > - > > [Wed Dec 12 04:02:03 2001] [notice] SIGHUP received. Attempting to > restart > > [Wed Dec 12 04:02:04 2001] [notice] Apache/1.3.22 (Unix

Re: Apache Question

2001-12-12 Thread Jeremy C. Reed
On Wed, 12 Dec 2001, Blake Thornton wrote: > What would cause Apache to restart. I looked in my error logs this > morning and it looks like this: > [Wed Dec 12 04:02:03 2001] [notice] SIGHUP received. Attempting to > restart Look for a cron task that may have done this. For example, maybe yo

RE: Apache question on RedHat

2001-03-30 Thread Warren Melnick
The short answer: You cannot. The long answer: You can, but it's tricky and will involve some custom programming. (1) You can set up virtual named domains on the .50 box. Have all requests for mail.mydomain.com go to a script or program that you set up that requeries the .51 machine and passes t

Re: Apache question on RedHat

2001-03-30 Thread Leonard den Ottolander
Hi Philip, > Here's my problem...since the cable router forwards ALL port 80 traffic to only > one IP address, how can I make Apache on my web server forward the request for > a certain domain name to a different server? You can't. Since you only have one IP on the outside you c

Re: Apache question

2000-04-23 Thread Charles Galpin
Hi Michael Your single IP and current DNS config is sufficient to accomplish this. Just read the following to learn how to configure apache fir name based virtual hosting! http://www.apache.org/docs/vhosts/name-based.html The only limitation is that this requires the HTTP/1.1 protocol (no big

Re: Apache question

2000-04-23 Thread Stephen Berg
On Sun, 23 Apr 2000 02:19:18 -0400 (EDT), Michael J. McGillick wrote: >What I would really like to be able to do is have Apache, or Linux make >some type of determination on what URL was entered, and then pick a >different directory where HTML would be stored for that site. In essence, >I want t

RE: Apache Question

1998-04-09 Thread David . LANDGREN
>anyone else evr had this problem or are there some strange properties to >this file? You are doing something wrong. A shell alias, a clobbered file, a control character in the file name, a truncated file, it's not really a stripped 32-bit ELF executable, a weird symlink... the list goes on. It