TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:18356] Apache error
On Tue, May 30, 2000 at 03:47:49PM -0500, 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>
>
>File does not exist: /home/httpd/html/rimps/info.php3
>
This tells me that DocumentRoot is set to /home/httpd/html if the rimps dir
was in /home/httpd/html it would work fine.
If what you are trying to do is use UserDir (I am notsure cause your stuff is
in /usr/local which is kinda odd IMHO) you need to set
UserDir /home/*/public_html
in httpd.conf or srm.conf. Thus the url http://www.yourdom.com/~dude would
point to /home/dude/public_html.
Or else move that data to /home/httpd/html which is DocumentRoot
HTH
--
Ben Lutgens xAdministrator CS Solutions Inc |WinNT BSOD Security model:
1821 University Ave, St. Paul, Mn |"Can't crack it if it's crashed.
Cell: 651.387.9065 Office: 651.632.6162 |Invalid Pagefault in crackme.dll"
-------------------------------------------------------------------------------
- References:
- Apache error
- From: Brian Ackermann <brian_ackermann@bbros.com>