Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    Technical Support    Install Issues  ›  Windows/IIS permissions
Users Browsing Forum
Googlebot and 1 Guests

Windows/IIS permissions  This thread currently has 200 views. Print
1 Pages 1 Recommend Thread
Laker Netman
April 2, 2008, 8:21am Report to Moderator Report to Moderator
E-Blah Member
Posts: 2
Posts Per Day: 0.01
Time Online: 49 minutes
Hi. I directly copied E-Blah up to a Windows 2003 server running IIS6 and Perl 5.8.7 (Build 813). There was no cgi-bin directory originally, so I created one in the IIS Manager as a virtual directory under the site where the forum will be used (the box hosts multiple sites and uses a single IP) and placed the forum folder there. I placed the blahdocs folder in the document root of the site.

Question 1: Which "user" do I set the folder permissions listed in http://www.blahdocs.com/Performing_a_new_installation_of_E-Blah on?
Question 2: Should Setup.pl work with this config? If not, do I configure $root with a literal (C:\...) or relative (/cgi-bin/forum) path?
Question 3: Is it possible to set up E-Blah to share the cgi code for multiple sites? Looks like Settings.pl would need to be localized somehow, but all other "per-forum" info is kept in the blahdocs folder, right?

Thanks in advance.
Laker
Logged Offline
Private Message Private message
Justin
April 3, 2008, 2:07pm Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
Posts: 15,075
Gender: Male
Posts Per Day: 6.52
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 27 minutes
Location: Tallassee, AL
Age: 22
1. I think it's IUSR_Guest or something like that.  If you do not have that user, sometimes it will require you to enter a user/pass to access the file.

2. Change it to C:/, and the full path to Settings.pl and in Settings.pl change all references to that.  Relative directories do not work on some occasions.

3. You can use the code: Languages, Code, and Blah.pl in one central location.  However, Settings.pl will have to be modified and a Blah.pl will need to be added to the directories (where Settings.pl is located), but just do the following in that Blah.pl:

#!c:/perl/bin/perl
require("c:/location/to/central/Blah.pl");
1;


I do installs for $25 and upgrades for $20.
Technical support is always free.

  Donate to E-Blah!  

My Websites: Revolution Reality (My Blog)  |  MinistryTalk.com  |  Portfolio

"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV

Logged Offline
Site Site Private Message Private message Reply: 1 - 1
1 Pages 1 Recommend Thread
Print

E-Blah Community    Technical Support    Install Issues  ›  Windows/IIS permissions