Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: illdill
  • Content: Threads
  • Order by date
  1. illdill

    Connecting with FrontPage

    I have windows SBS 2003 running on my server along with several websites. The problem I am having is accessing a specific site for editing with front page. When I connect to the site, the connection doesn't seem to last long before I start getting server busy errors. I just upgraded the RAM and...
  2. illdill

    IIS / Apahce together or apart?

    Hi all, I have two win2003 servers, one running Apache. Apache serves on port 80 and IIS on port 81. Has any body experiemented with this type of configuration before? Do you think it would be easier to run both Apache and IIS on the same machine? I am having some issues with this...
  3. illdill

    Forwarding with proxy

    I am using the following configuration to forward website requests through a proxy to another server on port :81 <VirtualHost 192.168.0.12:80> ServerName www.*denver.com ServerAlias *denver.com RewriteEngine On RewriteRule ^/(.*)$ http://www.*denver.com:81/$1 [P] </VirtualHost>...
  4. illdill

    Blocking Trouble GET requests

    I am experiencing a slew of GET requests from time to time that last a minute or more and make the exact same request about 10 times a second. Is there a way to detect and temporarily block IP addresses that "GET" request a page more than once within so much time? Thanks Tim
  5. illdill

    Removing attachments before delivery

    I would like to have attachments stripped from emails before they are delivered, then moved into a shared folder. A link to the file in the stripped email would be nice too. Situation... Client uses one email address for several employees/client machines, Outlook responds slowly when sending...
  6. illdill

    Multiple Servers, One IP

    I have a win2003 and a Redhat linux ES box, but ony one WAN IP address. This is not a multiple host issue, I drudged through that months ago. What I need to do is somehow have the windows box ( :80 ) forward dns requests to the Linux box ( :81 ) for certain domain names. Anyone got any ideas...

Part and Inventory Search

Back
Top