|
From: Micah Y. <yo...@ho...> - 2001-07-11 17:30:13
|
> I installed slashcode on my computer running redhat 7.1. > Everything went fine except for the last part. It looks like index.pl is > not processed. > When I use localhost in my browser I see the correct page, but when I use > my IP address it only shows the content of the directory. > I put "Include /usr/local/slash/httpd/slash.conf" in my httpd.conf which is > located in /usr/share/conf/ > > Does anyone have a clue what i did wrong? You might want to look at your slash site's config file, in /usr/local/slash/site/*/*.conf. Maybe even post it here. My guess is that it's trying to do a virtual domain on the localhost. What I did on my local computer is comment out the <VirtualHost> and </VirtualHost> lines and comment out some things in the main Apache httpd.conf that conflicted with it. -- Like to travel? http://TravTalk.org Micah Yoder Internet Development http://yoderdev.com |