Closed Thread
Results 1 to 3 of 3

Thread: Simple Server Includes Malfunctioning

  1. #1
    Ruined1's Avatar
    Ruined1 is offline Newbie
    Join Date
    Aug 2009
    Posts
    1
    Rep Power
    0

    Simple Server Includes Malfunctioning

    Server: IIS 5.1 (XPpro)
    SSI extensions: .shtm, .shtml, .html
    Perl Installed
    PHP Installed

    I seem to be running into an issue with my Index.html. I can make a call to save a value through a download counter script written in PERL. (Highlighted in Red) It correctly saves the needed information everytime a download link is clicked.

    However,

    When I make a call to this value to retrieve it, I get HTTP 404 Not Found in place of the value Im expecting to be displayed. (Highlighted in Blue)

    Quote Originally Posted by Pre-answers to some questions
    1. As stated in the beginning I have SSI adapted to .html extensions, so that isn't the issue
    2. I have checked that all dirpaths are spot on and case sensitive.
    Index.html
    Code:
    <html>
    <body bgcolor="black" link="Blue" vlink="Blue" alink="White">
    <font color="Cyan">
    <center>
    
    <p>
    <img src="<censored>/images/banner.jpg">
    <font color="Red"><h3>~-PAFR-~</br>Unofficial <censored> Community Mirror!</br></br></h3></font>
    <font color="LimeGreen" size="1">Hope you Enjoy!</br>Best Regards,</br><censored></br></br></br></font>
    
    <hr width="75%"></br>
    <a href="/cgi-bin/unicounter/unicounter.pl?name=D3DStartKit&amp;trackip=10&amp;deliver=<censored>/files/D3D_Starterkit_v3.0b.zip">D3D Starter Kit v3.0 b</a></br>
    <font size="1">ORIGINAL UNTOUCHED - 68 KB - Downloaded: <!--#include virtual="/cgi-bin/unicounter/unicounter.pl?name=D3DStartKit&write=ssi&inc=0&trackip=0" --> </br>
    Credits to <censored> and the <censored> Community</br></br><a href="virus.scan.address" border="1"></br>VirusTotal Results</a></br></br></font>
    
    <hr width="75%"></br>
    
    
    </p>
    </center>
    </font>
    </body>
    </html>

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    KevinADC is offline Programmer
    Join Date
    Jan 2007
    Posts
    125
    Rep Power
    0

    Re: Simple Server Includes Malfunctioning

    Can you get any SSI to work? Try something simple for now, just a text file in the webroot and see if your SSi tag can fetch that and print it properly. I doubt the problem has anything to do with perl though, its probably a IIS issue.

  4. #3
    DigitalLinx's Avatar
    DigitalLinx is offline Newbie
    Join Date
    Aug 2009
    Posts
    12
    Rep Power
    0

    Re: Simple Server Includes Malfunctioning

    Is the #include directive being displayed when you visit that page with a browser? If so then SSI is definitely not enabled or configured for .html extensions.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Intermediate A simple TCP server using Linux C API
    By fayyazlodhi in forum C Tutorials
    Replies: 4
    Last Post: 07-14-2011, 11:37 AM
  2. Replies: 4
    Last Post: 06-29-2009, 03:54 PM
  3. Delphi Sockets : Simple client and server program
    By tosh5457 in forum Pascal and Delphi
    Replies: 0
    Last Post: 05-26-2007, 09:00 AM
  4. includes
    By Frantic in forum PHP Development
    Replies: 2
    Last Post: 08-27-2006, 10:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts