Submit Blog Login Last Submitted Blogs RSS Archive Contact  
Apache
 
 
 
    Articles about Apache
    Juego APACHE COMBAT CRUZADE online
    2008-07-08 13:05:00
    Frenético juego online de guerra, en el que manejas el famoso helicóptero Apache para sobrevolar el desierto y acabar con todos los enemigos! La amenaza está latente en Medio Oriente y sólo tú y tus habilidades de manejo podrán ayudar a conseguir la Paz. Cómo Jugar APACHE COMBAT CRUZADE: · Usa los cursores para manejar tu helicóptero · Usa Barra de Espacio para disparar y terminar con tus
    By: Zona de Juegos online! Free Online Games!
     
    HowTo solve the problem of apache/sendmail hangs During Startup
    2008-06-15 20:38:00
    If you are having trouble with the Apache-based httpd service or Sendmail hanging at startup, make sure the following line is in the /etc/hosts file: 127.0.0.1 localhost.localdomain localhost
    By: Complete Dose of Linux Poison
     
    How To Configure Apache In R12 (10.1.3) To Listen On A Restricted Port (< 1024)
    2008-06-05 03:34:21
      To configure Apache (10.1.3) in Release 12 of EBS to run on a restricted port.  A port below 1024. Solution By default, Oracle HTTP Server runs as a non-root user (the user that installed Oracle Application Server). On UNIX systems, if you change the Oracle HTTP Server Listen port number to a value less than 1024, you must enable Oracle HTTP Server to run as root.  For more info please reference: Oracle Application Server's Administrator Guide 10g Release 3 If one tries to
    By: Oracle Apps DBA
     

    FAQ: How to disable directory browsing in apache/httpd?
    2008-06-03 07:45:10
    Question: How can I disable building of directory index in apache/httpd? In other words, how to prevent users from seeing the contents of published directories? Answer: Actually you are totally right that you wish to disable this feature. One of the "must do’s" on setting a secure apache web server is to disable directory browsing. Usually apache [...]
    By: Linux Screw
     
    Rapache: un nuevo configurador de Apache gráfico y remoto va a nacer
    2008-05-29 22:52:37
    Lo anunciaron hoy pero todavía no hay una versión disponible para bajar. Por ahora nos quedamos con el anuncio y la promesa de que pronto habrá algo para empezar a probar. Además los autores esperan tenerlo pronto para Ubuntu Intrepid Ibex. Según los autores: Rapache es una herramienta escrita con Python y GTK que utiliza el protocolo [...]
    By: Blog de Marcelo Ramos
     
    Apache Lifts Off at Balad
    2008-05-28 04:00:00
    A AH-64 Apache Attack Helicopter hovers before takeoff, Jan 3. A 30 mm automatic Boeing M230 chain gun is located under the fuselage. It provides a rate of fire of 625 rounds per minute. The helicopter has capacity for up to 1,200 rounds of ammunition. Photo by Master Sgt. John Nimmo Joint Combat Camera Centerhttp://strategypage.com/military_photos/military_photos_200812402858.aspx
    By: Military Enthusiast
     

    TVS Apache RTR 160
    2008-05-06 10:21:21
    TVS Motor Company Indonesia (TVSMCI) is really exploiting the large Indonesian motorcycle market. Following the previously launched TVS Neo (‘cub’ class motorcycle), TVS has launched the TVS Apache which positioned as a sporty class motorcycle. The launching ceremony has taken place at Jakarta International Expo Kemayoran on Wednesday, 19 March 2007. It was attended by [...]
    By: Car and Motorcycle Modification
     
    How To hide Apache version Information
    2008-04-25 08:21:00
    You should hide apache banner information from being displayed so the attackers are not aware of what version of Apache version you are running and thus making it more difficult for them to exploit any system holes and thus making vulnerability scanners work harder and in some cases impossible without knowing banner information. How To: Modify /etc/httpd/conf/httpd.conf Change the
    By: Complete Dose of Linux Poison
     
    Greedy Genius Apache Geo-Pop
    2008-04-23 11:38:03
    Greedy Genius’s first release of their much anticipated shoe, the Apache in a Geo-Pop colorway has finally arrived at select retailers.  It’s good to see the company evolving to entirely new models with this one taking inspirations from number of basketball classic sneakers.  You can pick up your pair at Leaders1354’s online shop.  More images [...]
    By: Individual Sole
     
    Configuring Apache Web Server and PHP
    2008-04-21 05:37:45
    [Update: You may download the MSI package of PHP instead of the ZIP one which would do all the set-up and configuration itself and you wouldn’t have to do the following by yourself] This is the crucial part guys, first I start off with giving the locations of the configuration files of Apache and PHP. Apache: [X:\…]\Apache Software Foundation\Apache2.2\conf\httpd.conf PHP: [Y:]\PHP\php.ini-dist [renamed to php.ini later] Now let’s start guys: 1. Start by backing up both the configuration files, you’d need them in case you mess up the files. 2 .Rename the php.ini-dist file to php.ini 3. Look for a line like below doc_root and make it look like doc_root =[X:\…]\Apache Software Foundation\Apache2.2\htdocs be sure to change ’[X:\…]\’ with the location you installed Apache server in. Save the file. 4. Open the folder you installed PHP in. There you’ll see lots of DLL files, select them all and click copy.
    By: Learning Computer Programming
     
    Installing Apache and PHP on your PC
    2008-04-21 05:25:27
    So you want to install web server on your own computer and have downloaded Apache and PHP. Please read Installing Web Server on your PC first, if in doubt. Installing Apache web server Installing Apache is a no-brainer. It is just as you install any other software. Run the set-up, feed the information in each step and click finish to install. It is a 4-5 step installation and wouldn’t take much time to get installed. Be sure not install it as a Windows Sevice (default option). After installation, fire-up your favorite browser. Type in http://localhost or http://127.0.0.1 (both refer top the local server) in the address bar and press enter. You’ll see a welcome page stating that your installation was successful. If it doesn’t show up, go to Start->Programs->Apache HTTP Sever->Control Apache Sever->START. Installing PHP Installation of PHP is too, straightforward but to integrate and configure it to work with Apache is a bit
    By: Learning Computer Programming
     
    Configure Apache with with mod_deflate
    2008-04-14 01:58:00
    mod_deflate is included in the Apache 2.0.x source package, and compiling it in is a simple matter of adding it to the configure command. ./configure --enable-modules=all --enable-mods-shared=all --enable-deflate When the server is made and installed, the GZIP-encoding of documents can be enabled in one of two ways: explicit exclusion of files by extension; or by explicit inclusion of files by
    By: Complete Dose of Linux Poison
     
    How to check and enable mod_rewrite module in apache
    2008-04-07 00:42:14
    Well, I’ve got around 15 emails asking from readers, how to check the mod_rewrite module in apache and enable mod_rewrite module in apache after reading two most of the popular post of this blog 5 useful url rewriting examples and hide .php extension with url rewriting.
    By: PHP And Ajax Related Useful Resources and Codes
     
    Project Manager opening in PHP/Linux/Apache
    2008-04-05 05:52:00
    Project Manager - Open Source Technologies Company: Confidential - Contact Anupam for details Location: Hyderabad Experience: 10-12 years Skills required: Strong Development Experience in Open... For more info on latest job openings and other career related information visit my site http://venky-itjobs.blogspot.com
    By: IT Jobs and Career
     
    The AIR SUPERIORITY SERIES AH-64D Longbow Apache and AH-1W Cobra
    2008-02-28 00:34:05
    The AIR SUPERIORITY SERIES AH-64D Longbow Apache and AH-1W Cobra desktop model helicopters! You get two modern attack helicopters for the price of one regular model display. ALL-NEW AND NOT AVAILABLE ANYWHERE ELSE: The AIR SUPERIORITY SERIES AH-64D Longbow Apache and AH-1W Cobra desktop model helicopters display! You get two modern attack desktop model helicopters for [...]
    By: Model Planes and Ships
     
    Modeling Apache
    2008-01-03 08:41:00
    Modeling Apache AH-64 Helicopter using 3dsmax. Full detailed tutorialVIEW THIS TUTORIAL
    By: All Design Graphic Tutorial
     
    Linux - Script for Squid and Apache Real-Time Logging
    2007-12-13 20:23:00
    As default squid and Apache put the log file in it's logs folder and we can see activity log using any Linux text editor. Tail are one of Linux utility for reading text or log file in real time. Tail is a program on Unix and Unix-like systems used to display the last few lines of a text file or piped data. But some time information on log files are to confusing us as they providing many activity information on logged.Another tool for helping us reading the log files is AWK, The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms.Using this tool (combining) will make logs information more specific depend on option gives.Example command:[root@linux ~]#tail -f /var/log/squid/access.log | awk '{print$3 " " $8 " " $4 " " $6 " " $8 " " $9 " " $7}'Where number showed on awk option are number of log information per line spited by space.This tail can be either to show Apache access log information, th
    By: Computers & Networking
     
    Linux - Script for Squid and Apache Real Time Logging (Server Monitoring)
    2007-12-13 20:23:00
    As default squid and Apache put the log file in it's logs folder and we can see activity log using any Linux text editor. Tail are one of Linux utility for reading text or log file in real time. Tail is a program on Unix and Unix-like systems used to display the last few lines of a text file or piped data. But some time information on log files are to confusing us as they providing many activity information on logged.Another tool for helping us reading the log files is AWK, The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms.Using this tool (combining) will make logs information more specific depend on option gives.Example command:[root@linux ~]#tail -f /var/log/squid/access.log | awk '{print$3 " " $8 " " $4 " " $6 " " $8 " " $9 " " $7}'Where number showed on awk option are number of log information per line splited by space.This tail can be either to show Apache access log information, t
    By: Computers & Networking
     
    Windows - Take control of your Apache and MySQL startup with batch file
    2007-12-02 19:06:00
    As default, Apache and MySQL are loaded automatically when windows start if you install it on your windows box. Some computer with less memory will have trouble with their start up time caused by many application windows call upon starting up including Apache and MySQL.If you are web designer and your computer not as a web server, you may want to set Apache and MySQL start up by manual (unless your computer are set for a web server), by change it to manual at windows services will increasing windows start up time a little bit, but you will have to start the Apache and MySQL manually every time you want to use it.You can go directly to windows services or can write a command line in a dos prompt for starting Apache and MySQL.dos command:service start apache2
    By: Computers & Networking
     
    Apache web server benchmark tool ab
    2007-09-17 20:31:16
    ab is a tool for benchmarking your Apache HTTP server. It is designed to give an impression of how Apache installation performs. This especially shows how many requests per second certain Apache installation is capable to serve. Manual of ab is rather extensive, so here is just useful example of it’s usage: ab [...]
    By: Linux Screw
     
    Geng Apache Sereng
    0000-00-00 00:00:00
    Geng Mat Rempit kini dikesan semakin agresif merekrut ahli baru dengan menyebarkan pelekat khas bagi membezakan satu kumpulan dengan kumpulan lain sebagai tanda penguasaan dan bilangan pengikut mengikut kawasan. Adehh.. macam-macam bebudak rempit sekarang. Sumber polis berkata, sehingga kini pihaknya mengenal pasti beberapa kumpulan Mat Rempit yang aktif seperti ‘Geng Apache’, ‘Pangkah Shell’ atau ‘Budak Shell’, [...]
    By: eddyra.net
     
     
    TopBlogging
     
     
    TopBlogging
    TopBlogging.com TopBlogging.com
    eXTReMe Tracker