Ruby Rails Mongrel Apache Easy http://www.webmasterwords.com/ruby-rails-mongre... A quick tutorial on how to setup the Mongrel rails server with the Apache web server.
Apache, PHP, and MySQL install http://www.apachefriends.org/en/xampp.html... This is a fantastic idea, get an apache server up and running quick, what more could you want!!
apache sugar hill gang http://myintop5.com/search.php?q=apache+sugar+h... Sugarhill Gang's version of "Apache" is featured prominently in Dodgeball: A True Underdog Story as the theme to White Goodman's courtship of Kate Veach. ...
About PHPsuexec | myBLOG.com.np http://www.myblog.com.np/2007/07/13/about-phpsu... Why phpSuExec and the security hole of PHPOn most Apache servers, PHP runs as an Apache Module. As such, it runs directly in the user Nobody, but doesn’t require the execute flag. This means that in order to execute a PHP file, it simply needs to be world readable. The problem is that this allows every other users on the server to read your PHP files!Allowing other users to read your HTML files is not a problem, since they can be displayed in Internet Explorer. However, PHP files are not readable, they are parsed. Many scripts use a PHP file to store a database username and password. This means that on another server every client could read your PHP files, retrieve your password and access your databases.ISPs close this hole by installing an Apache module called PHPsuexec, which executes PHP scripts under your username. Instead of using everyone’s permissions it ...
Blocking users/ sites by referrer | myBLOG.com.np http://www.myblog.com.np/2007/07/13/blocking-us... Blocking users or sites that originate from a particular domain is another useful trick of .htaccess. Lets say you check your logs one day, and see tons of referrals from a particular site, yet upon inspection you can't find a single visible link to your site on theirs. The referral isn't a
Blocking users by IP | myBLOG.com.np http://www.myblog.com.np/2007/07/13/blocking-us... Is there a pesky person perpetrating pain upon you? Stalking your site from the vastness of the electron void? Blockem! In your htaccess file, add the following code--changing the IPs to suit your needs--each command on one line each:[code]order allow,denydeny from 123.45.6.7deny from 012.34.5.allow from all[/code]You can deny access based upon IP address or an IP block. The above blocks access to the site from 123.45.6.7, and from any sub domain under the IP block 012.34.5. (012.34.5.1, 012.34.5.2, 012.34.5.3, etc.) I have yet to find a useful application of this, maybe if there is a site scraping your content you can block ...
Moda dos anos 70 http://www.dicasdemoda.com/moda-dos-anos-70.php... Moda dos anos 70: Como foi a moda dos anos 70. O que foi usado, quais as influencias e o que resta hoje da moda dos anos 70.
Portable Local WebServer with Apache, SQL, PHP and Applications http://www.raymond.cc/blog/archives/2008/01/17/... Having a webserver on your PC can greatly help you, since you can test out stuff on your local PC.If you think installing Apache, PHP, MySQL and other server application on your computer is tough, you're wrong. I am going to show you how EASY it is for you to install a local webserver with Apache, SQL, PHP and other applications in Windows.
Web 2.0 using Google Technologies http://www.indicthreads.com/videos/1162/google_... Google technologies like Maps, Searches and Docs are very popular. However realizing that the innovation in Web 2.0 has to come from communities on the web, Google is now empowering them with tools and APIs to build their own innovative yet practical applications.
One can now combine and build applications using maps, gadgets, customized search, feeds, spreadsheets and mashup editors, and not to forget Google Gears. This session will look at using various Google technologies and APIs for Google Mapplets, Local Searches, Google Base, Searches, Open Social and even Google Docs (mainly about building applications with SpreadSheet). Session presented at the Pune Java + Google Meet held in Pune, India in Deb 2008.
Apache Axis - Web Services For Human Beings - Enterprise Java Software Developer Station http://www.indicthreads.com/videos/1179/web_ser... Apache Axis Web Services In this talk Samisa Abeysinghe discusses the architecture of Axis2 and how services can be implemented and invoked in very convenient way. He then looks into some real-life examples and how the architecture and technology scale to solve customer problems.In this session, Samisa describes Axis2 as a complete redesign of the original Apache Axis project, it is now between 3 and 6 times faster, and has very wide support for asynchronous and document based web services. Axis 2 provides a highly flexible architecture and supports many additional functionalities such as reliable messaging and security, that are key for enterprises today.