1. CGI question.
- Posted by CoJaBo <CoJaBo_7th_EUforum_Address at CJBN.net> Jul 24, 2005
- 609 views
It seems rapideuphoria.com is now working properly(I kept getting DNS errors), I just got back from vacation and discovered I had sevral hundred emails(ALL of them were spam, a few requests from "SouthTrust Bank 0nline" asking for my nonexistant account, and I seem to have mysteriously inherited millions of dollars from at least 10 different people...) Anyway... Is there a way to run Euphoria CGI under Apache web server without requireing a #! line to be added to each script. I am transfering everything to Apache because the network library my CJBN webserver is based on is not handling the recent increase in traffic(mainly bogus requests containing "i ddosed u" and "SIX-6-VI R00LZ!!!" followed by a bunch of binary data including "JFIF"). I'd like to just transfer them the new server without modifying each of them. Also, can someone please test the website, it is still in development, so not everything works yet: http://cjbn.net/indexdev.htm
2. Re: CGI question.
- Posted by Alexander Toresson <alexander.toresson at gmail.com> Jul 24, 2005
- 551 views
CoJaBo wrote: > > It seems rapideuphoria.com is now working properly(I kept getting DNS errors), > I just got back from vacation and discovered I had sevral hundred emails(ALL > of them were spam, a few requests from "SouthTrust Bank 0nline" asking for > my nonexistant account, and I seem to have mysteriously inherited millions of > dollars from at least 10 different people...) Anyway... > Is there a way to run Euphoria CGI under Apache web server without requireing > a #! line to be added to each script. I am transfering everything to Apache > because the network library my CJBN webserver is based on is not handling the > recent increase in traffic(mainly bogus requests containing "i ddosed u" and > "SIX-6-VI R00LZ!!!" followed by a bunch of binary data including "JFIF"). > I'd like to just transfer them the new server without modifying each of them. > Also, can someone please test the website, it is still in development, so > not everything works yet: <a > href="http://cjbn.net/indexdev.htm">http://cjbn.net/indexdev.htm</a> > > "Page was h4x0red or you angered a h4x0r L33t Cr4x0r Bl@ckf|r3" Uh-oh. Blackfire is at you again. Switching to Apache will do good, it's one of the most secure web servers around. I think there's a way of making all .exw/.exu files be executed by the euphoria interpreter just by adding some lines in the apache config file, though I don't remember exactly how... Regards, Alexander Toresson
3. Re: CGI question.
- Posted by CoJaBo <CoJaBo_7th_EUforum_Address at CJBN.net> Jul 24, 2005
- 586 views
- Last edited Jul 25, 2005
Alexander Toresson wrote: > > CoJaBo wrote: > > > > It seems rapideuphoria.com is now working properly(I kept getting DNS > > errors), > > I just got back from vacation and discovered I had sevral hundred emails(ALL > > of them were spam, a few requests from "SouthTrust Bank 0nline" asking for > > my nonexistant account, and I seem to have mysteriously inherited millions > > of > > dollars from at least 10 different people...) Anyway... > > Is there a way to run Euphoria CGI under Apache web server without > > requireing > > a #! line to be added to each script. I am transfering everything to Apache > > because the network library my CJBN webserver is based on is not handling > > the > > recent increase in traffic(mainly bogus requests containing "i ddosed u" and > > "SIX-6-VI R00LZ!!!" followed by a bunch of binary data including "JFIF"). Hmmm... I think that might have been a JPEG image... > > I'd like to just transfer them the new server without modifying each of > > them. > > Also, can someone please test the website, it is still in development, so > > not everything works yet: <a > > href="http://cjbn.net/indexdev.htm">http://cjbn.net/indexdev.htm</a> > > > > > "Page was h4x0red or you angered a h4x0r > L33t Cr4x0r Bl@ckf|r3" > > Uh-oh. Blackfire is at you again. Switching to Apache will do good, it's one > of the > most secure web servers around. That WAS Apache! The other computer (an old Pentium III) running CJBN Webserver actually died several weeks ago, and now refuses to boot and just displays "Video card not present." I've been setting up the new computer using Apache, and I'm still looking for how to get the CGI to work. I'm not sure how Bl@ckf|r3 keeps getting in, but my webserver isn't the only thing getting attacked (My Internet Explorer is still stuck saying "M1cro$oft Cr@p-o-net 3xploder Provided By Bl@ckf|r3"), and Bl@ckf|r3 isn't the only attacker (most don't identify themselves, except for Bl@ckf|r3, SIX-6-VI, A, and Darth H4x0r). I haven't had much luck when Googleing them either (Blackfire is everything from a rock band to a "freed Tamaran from the Citadel", the are countless SIX6VIs, and I can't even find a "Darth H4x0r"! I'm not even going to try googling "A".) > I think there's a way of making all .exw/.exu files > be executed by the euphoria interpreter just by adding some lines in the > apache config > file, though I don't remember exactly how... I thought I saw how to do that in the documentation, but now I can't find it! > > Regards, Alexander Toresson > >