TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:18356] Apache error




Do you have any Virtual Hosts set up?
If you do, be sure to have the Alias directive 
(and accompanying Directory directive) in the
right Virtual Host section.  If you don't have
Virtual Hosts I'm at a loss.

Tim

On Tue, 30 May 2000, Brian Ackermann wrote:

> Its definately MY error... here's the relevant bit from httpd.conf
> 
> Alias /rimps "/usr/local/rimps/"
> Alias /rimps/ "/usr/local/rimps/"
> 
> <Directory "/usr/local/rimps/">
>     AllowOverride
>     order allow,deny
>     allow from all
>     Options ExecCGI
>     Options FollowSymLinks
> </Directory>
> 
> 
> 
> Well, the deal is, I get this error...
> 
> The requested URL /rimps/info.php3 was not found on this server
> 
> and from apache error_log::
> 
> File does not exist:  /home/httpd/html/rimps/info.php3
> 
> 
> Obviously, I've manage to misconfigure something...Anybody care to point me
> in the right direction??
> 
> Thanks..
> 
> Brian
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
>