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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dondoucette

  1. dondoucette

    HELP: Trying to get perl (.pl) to execute on my server

    Wishdiak... Thank you very much! I had AddHandler cgi-script .cgi so I just added .pl and restarted apache. Now I get Forbidden You don't have permission to access /forum/perl/perltest.pl on this server. So now at least I know it is trying to execute, now I just have to set the proper...
  2. dondoucette

    HELP: Trying to get perl (.pl) to execute on my server

    OK I have been a little dismayed with being unable to get perl scripts to work on my server so today I decided to much about in my conf files to see what I could do cause I have other perl scripts I would like to run other than YaBB. So here is what I can tell you about my system.... I have...
  3. dondoucette

    Virtual Domain Help.

    I am currently hosting www.domainname.info and what I would like to do is give my friends some space on that domain and thus jeff.domainname.info, deb.domainname.info, etc, etc. I set up DomainAlias in Vhosts.conf but it stil doesn't work. I then added a zone statement in zone.conf and created...
  4. dondoucette

    Adding a firewall between cable modem and router.

    This is what I am hoping to accomplish. comp 1-----| comp 2---| | router----firewall----cable modem comp 3---| | comp 4-----| The firewall has two ethernet cards and will run in bridge or router mode. in bridge mode it asks for an IP address but does not assign addresses to the...
  5. dondoucette

    Linksys router dropping connection constantly

    HEllo All. I had a similar problem a few months ago and this is what I found... http://www.dondoucette.com/befsr41/ Hope this help someone.
  6. dondoucette

    Redirect to another apache server on an INTERNAL IP address

    sorry everyone I found my error... Siberian said to do the following... <VirtualHost 10.0.0.20:80> ServerName www.site.com ProxyPass / http://internalsite.com/ ProxyPassReverse / http://internalsite.com/ </VirtualHost> I did this... <VirtualHost 192.168.1.xxx>...
  7. dondoucette

    Redirect to another apache server on an INTERNAL IP address

    Hmmmm I am still experiencing some difficulty here... Back to my original post... sr1 hands off the request to sr2 and returns index.html no problem but won't open files located in directory /images nor is the file forum.html returned (in same directory as index.html) when requested. I get the...
  8. dondoucette

    Redirect to another apache server on an INTERNAL IP address

    Thank you my friend! You have made my day. It works perfectly!!!
  9. dondoucette

    Redirect to another apache server on an INTERNAL IP address

    OK I have a question on a similar vein... I have two servers one running red hat (call it sr one running mandrake (don't ask...) (call it sr2) sr1 serves all my web pages but I want sr2 to serve one particular page. sr1 runs dns and http does sr2 also have to run dns, no right? When a...

Part and Inventory Search

Back
Top