|
From: Nathan O. <na...@va...> - 2003-09-05 21:00:54
|
Hey Jason, It looks like what's happening is your urls are being url escaped when they should not be. Quick question: what is the distro you are running on? what version of CGI.pm do you have? what version of apache/mod_perl? Everything was written against some older versions of the above components so newer versions might not be as compatable. let me know, --nate On Friday, September 5, 2003, at 04:14 PM, Jason Bradley Nance wrote: > After a fresh install of Pre-1.0 I attempt to login as > root, but I get a 404 and the URI is all messed up. > The submit URI appears like this: > > http://host.dom/everything/%2Feverything%2Findex.pl > > Instead of this: > > http://host.dom/everything/index.pl > > My esite install command line looked like this: > > sudo bin/install_esite --noapacheconf > --edir=/usr/local/everything > --web=/usr/local/apache/htdocs/html-www/everything > everything > > I also tried installing to the root of the virtual host instead of to a > subdir, but I still get a 404 when i submit (to login) and the URL > looks > like this: > > http://host.dom/%2Findex.pl > > Any input would be greatly appreciated. > > j > > > -- > Jason Bradley Nance > ai...@tr... > Tres Geek > http://tresgeek.net/ > > - > What would you cry for? > Swallow your pride for? > What would you go wild for? > > -Poe, "Wild" > -- > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Everydevel-bugs mailing list > Eve...@li... > https://lists.sourceforge.net/lists/listinfo/everydevel-bugs |