apache serving non-existent pages
Derek Doucette
derek at derek.homeunix.org
Tue Aug 19 09:31:53 EDT 2003
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 *
<VirtualHost *>
ServerName derek.homeunix.org
DocumentRoot /var/www/html
</VirtualHost>
<VirtualHost *>
ServerName deucedaily.homeunix.org
DocumentRoot /var/www/html/html-deuce
</VirtualHost>
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.
>
>
More information about the gnhlug-discuss
mailing list