Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Absolute Path errors

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Proxy / Absolute Request URI - Hi, I'm running apache on my system. I have noticed the following request from the log files and I'm surprised that apache responds to it. GET HTTP/1.1 Host: MSIE 5.00; Windows 98)..

Proxy && Absolute URIs - Is it possible to interpret URIs as the come from the server? The in question creates absolute URIs of it's content (all of which are generated and currently don't offer any

Force absolute url in subdir ? - Hello, I'm using Dream mx 2004 with templates for all my site and with relative url by default. But I need in a subdir to transform into absolute url. Is it possible with .htaccess and url rewriting ? Ie: transform /titi.htm to..

VirtualHosts and Absolute addressing in HTML - Hi, I'm up to my knees in on this, and rapidly that my original intention was to drain the swamp. I'm using Apache 1.3.27 using PHPDev 4) to maintain a number of Web sites. I use my local PC for only (not as..

Please help with determining absolute paths using RewriteC.. - Hi, all! I am tearing my hair out here... I want to rewrite some URLs based on the absolute path and whether the resulting thing being looked for is actually a real file or directory or not. The Apache is pretty good and so is..
Next:  problem accessing virtual host from windows xp  
Author Message
user

External


Since: Apr 09, 2007
Posts: 2



(Msg. 1) Posted: Mon Apr 09, 2007 2:34 pm
Post subject: Absolute Path errors
Archived from groups: alt>apache>configuration (more info?)

Tonigth i chnages the scheme of my perl webpage

instead of having index.html redirect to cgi-bin\index.pl

i set in httpd.conf DirectoryIndex index.html cgi-bin/index.pl

but all links to other ple scripts inside my index.pl not workign any
more cause thye y were relative.

Then i changed them alla links to files an folders to absolute
startinf with a leading / (d:\www which is my DocumentRoor)

Now script can work but

but statements like :

my @files = glob "/data/text/*.txt";

and

my @tips;
open FILE, "/data/text/tips.txt" or die $!;
@tips = <FILE>;
close FILE;

arent opening files or loading them into arrays.

The paths though to files ae correct.

I just dont see the error.

all these after i removes the js file to pointing to index.pl and set
DirectoryIndex isntead.

 >> Stay informed about: Absolute Path errors 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]