I have hosting from a company that uses Win2k3 Servers. I get multiple free MySQL databases and a good amount of space, but since it's not the Apache world that most OSS is written toward, I often run into issues. Drupal has installed and worked beautifully so far, but I have a few questions on some of the functionality I think I am missing.

First and foremost, how do I run stuff that normally is run by cron? I don't have access to a commandline or to scheduler, so does that mean I am up a creek without a paddle? I currently have no way to make the search function work.

What do I need to do to protect my installation? I'm pretty sure the htaccess files don't work on a Win2k3 box. Does that mean my drupal install is unsecure? What can I do to reduce my risk exposure?

Is there any hope of getting exiftran working if I don't have commandline/executable access?

Thanks again for any help, and if anyone else is developing with similiar restrictions, let me know what you are doing to work around them.

Comments

H3rnand3z’s picture

for cron use poormanscron module.

Catfang’s picture

With a little help from this site, I was directed to a poormanscron that worked for 4.7 and installed it. It appears to have worked, so that dilemma is taken care of! Thanks again!

sepeck’s picture

Apache or IIS6? Fully patched IIS6 is quite secure. PHP Install isapi or cgi? Lots more info needed. If you don't have access to scheduler or the host of the box won't do it then poormanscron would work for you.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

Catfang’s picture

The setup is pure Microsoft from what I am able to tell. So definitely IIS6. As for the PHP, I'm guessing it's the install since my cgi folder is empty. Directories aren't searchable, but if someone knows (or guesses) the filenames then they can still download them. Is this an issue?

sepeck’s picture

Depends on what you want to do with the files. I don't use the private download so you will need to test that.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

Heine’s picture

First and foremost, how do I run stuff that normally is run by cron? I

It's best to ask the hosting company (you're paying them for it). If they tell you it's not possible, use poormanscron or a webbased cron service.

--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.