Re: apache serving non-existent pages

2003-08-19 Thread Derek Doucette
The page does not contain any php code, I have just defaulted to the
extension because I will incorporate some code in later.  My virtual host
section of httpd.conf looks as follows:

NameVirtualHost *


  ServerName derek.homeunix.org
  DocumentRoot /var/www/html



  ServerName deucedaily.homeunix.org
  DocumentRoot /var/www/html/html-deuce



As you can see very straight forward.  I have since added back in the
html-deuce folder, the new domain DocumentRoot.  I created another file
in there which will not show up.  I get a 404 not found, but it still
thinks it can find the index, which I renamed to index.php.old, as well
as index.html, and that is the only instance of the file on the whole
server, unless there is a temporary cached copy someplace.

Derek Doucette
http://derek.homeunix.org

Derek Martin said:
> On Mon, Aug 18, 2003 at 04:27:23PM -0400, Derek Doucette wrote:
>> The page should look like the one at:
>> http://derek.homeunix.org/deucedaily.php
>>
>> The only difference is with the link at the bottom regarding the
>> E-mail.
>
> Is the index at the correct/preferred URL actually generated by a PHP
> script?  If so, perhaps you could post it...  If not, perhaps you
> could post the contents of the actual file?
>
> You might also post the virtual host portion of your apache
> configuration, including any alias sections for it, and any directory
> directives too.
>
> --
> Derek D. Martin
> http://www.pizzashack.org/
> GPG Key ID: 0xDFBEAD02
> -=-=-=-=-
> This message is posted from an invalid address.
> Replying to it will result in undeliverable mail.
> Sorry for the inconvenience.  Thank the spammers.
>
>

___
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: apache serving non-existent pages

2003-08-18 Thread Derek Martin
On Mon, Aug 18, 2003 at 04:27:23PM -0400, Derek Doucette wrote:
> The page should look like the one at:
> http://derek.homeunix.org/deucedaily.php
> 
> The only difference is with the link at the bottom regarding the E-mail.

Is the index at the correct/preferred URL actually generated by a PHP
script?  If so, perhaps you could post it...  If not, perhaps you
could post the contents of the actual file?

You might also post the virtual host portion of your apache
configuration, including any alias sections for it, and any directory
directives too.

-- 
Derek D. Martin
http://www.pizzashack.org/
GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.
Replying to it will result in undeliverable mail.
Sorry for the inconvenience.  Thank the spammers.



pgp0.pgp
Description: PGP signature


apache serving non-existent pages

2003-08-18 Thread Derek Doucette
Yesterday I created a new name based virtual host to work on a new site. 
After changing the page however, the changes have failed to be reflected.
 I cleared out my cache, no luck.  Then I did the following things as
well and still got the blasted page:

Restart the server
rename the file
create a new file
delete the file
delete the folder the httpd.conf lists as DocumentRoot for that host

When I stopped the server the page would not load, and I checked the logs
and it is infact getting accessed, but there is nothing to access.  I had
a few other people go to the site and they had the same results, and they
have never been to it yet.  If you would like to try as well, this site
is:
http://deucedaily.homeunix.org

The page should look like the one at:
http://derek.homeunix.org/deucedaily.php

The only difference is with the link at the bottom regarding the E-mail.

this is really weird.

Derek Doucette
http://derek.homeunix.org


___
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss